2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-22 04:36:30 +00:00

Commit Graph

  • 0f8cddd23d Add validation check to "Convert to Variant" form (#5583) Oliver 2023-09-21 13:22:20 +10:00
  • 202dd6b4a1 Update context_variables.md (#5581) Oliver 2023-09-21 09:45:25 +10:00
  • 459d38cfc2 Update context_variables.md (#5580) Oliver 2023-09-21 09:39:37 +10:00
  • 8432297d3c [P UI] Make base url configurable (#5577) Matthias Mair 2023-09-20 19:39:05 -04:00
  • 6c5b9e0108 [P UI] Router syntax switch (#5575) Matthias Mair 2023-09-20 00:51:50 -04:00
  • c6075a2064 Fix static url error for favicon.ico (#5574) Oliver 2023-09-20 14:51:04 +10:00
  • 47f341d2b5 Plugin loading fixes (#5572) Oliver 2023-09-20 13:32:34 +10:00
  • cf4df3402c New Crowdin updates (#5550) Oliver 2023-09-20 09:58:33 +10:00
  • 6f70f6d244 Improve breadcrumbs using new path API (#5570) Oliver 2023-09-19 21:25:59 +10:00
  • c60efd9a1d Path detail API (#5569) Oliver 2023-09-19 17:44:06 +10:00
  • 314c93d55c Update readthedocs (#5565) Oliver 2023-09-19 06:20:23 +10:00
  • 98eaa14eee Fix useInstance hook (#5567) Oliver 2023-09-18 23:24:05 +10:00
  • 981bfa344b [PUI] Stock location table (#5566) Oliver 2023-09-18 22:49:25 +10:00
  • ad8df52b73 [PUI] Instance hook (#5564) Oliver 2023-09-18 21:07:01 +10:00
  • aaabce9873 Fix set password when no old password exists (#5562) (#5563) github-actions[bot] 2023-09-18 20:58:17 +10:00
  • fe68598c1b Fix set password when no old password exists (#5562) Firas Ben Mefteh 2023-09-18 18:51:17 +08:00
  • f5a36ce44e Update version.py (#5553) Oliver 2023-09-18 13:35:33 +10:00
  • a68c1d28c6 [PUI] Part category page (#5555) Oliver 2023-09-17 00:21:59 +10:00
  • 41cbe30db1 [PUI] Build detail page (#5554) Oliver 2023-09-16 15:11:50 +10:00
  • cd0dfab17b Remove old debug messages (#5551) Oliver 2023-09-16 12:22:14 +10:00
  • 6563b4c413 Pin setuptools version for docker CI (#5552) 0.12.7 Oliver 2023-09-16 12:17:43 +10:00
  • ee64d12504 PUI: Scan Page (#5500) Matthias Mair 2023-09-15 18:20:36 -04:00
  • 2be2ea4f8f Docker CI test (#5544) Oliver 2023-09-15 22:44:54 +10:00
  • 17d227443d Copy notes (#5546) Oliver 2023-09-15 14:52:47 +10:00
  • 9deec91ec2 New Crowdin updates (#5535) Oliver 2023-09-15 10:41:07 +10:00
  • abed9fb284 Update required parts for build orders (#5542) (#5543) github-actions[bot] 2023-09-15 10:06:39 +10:00
  • c8021ec319 Update required parts for build orders (#5542) Oliver 2023-09-15 10:04:54 +10:00
  • 56fdbc00c9 [PUI] Improve search panel (#5538) Oliver 2023-09-15 00:49:58 +10:00
  • 004dcd04d5 [PUI]: Basic notifications page (#5537) Oliver 2023-09-14 23:44:35 +10:00
  • 1ed3d21a00 Reset table pagination when search term changes (#5534) Oliver 2023-09-13 21:57:24 +10:00
  • b3e8195e10 New Crowdin updates (#5520) Oliver 2023-09-12 16:35:37 +10:00
  • 666fe90c5c [PUI] Add simple "related parts" table (#5530) Oliver 2023-09-12 16:34:39 +10:00
  • 816b60850d [PUI] Implement Notes editor (#5529) Oliver 2023-09-12 13:31:02 +10:00
  • 7e753523d1 [PUI] Attachment table (#5525) Oliver 2023-09-12 11:45:23 +10:00
  • f11a9e97d2 Fix for % (percent) unit (missing unary operator "%") (#5527) Bobbe 2023-09-12 02:20:45 +02:00
  • 2ea3499c48 Fix related field (#5524) Oliver 2023-09-11 11:36:08 +10:00
  • 09872eec8e [0.12.x] Fix missing filters for get settings validator (#5480) (#5522) Lukas 2023-09-11 02:57:42 +02:00
  • a210e905dc [PUI] Part detail page (#5521) Oliver 2023-09-10 22:52:46 +10:00
  • 9a6c2d2953 Fix missing filters for get settings validator (#5480) Lukas 2023-09-10 13:37:21 +02:00
  • 14a6330114 Refactor table columns (#5519) Oliver 2023-09-09 08:34:27 +10:00
  • 528fa349b0 Transfer fields (#5518) Oliver 2023-09-09 00:34:30 +10:00
  • baa9f3660b Modal api forms (#5355) Oliver 2023-09-08 21:24:06 +10:00
  • 1e55fc8b6d Issued by filter (#5515) Oliver 2023-09-08 09:10:42 +10:00
  • 8a3477a406 New Crowdin updates (#5511) Oliver 2023-09-07 20:51:13 +10:00
  • 683cf248ea Bump deps (#5487) Matthias Mair 2023-09-07 01:02:31 +02:00
  • f917c91522 Optional error notification (#5506) Oliver 2023-09-05 15:23:14 +10:00
  • 2243f288ee Increase yarn timeout in dockerfile (#5505) Oliver 2023-09-05 13:10:00 +10:00
  • 218618aa93 Paginate notifications on the server (#5503) Oliver 2023-09-05 13:00:50 +10:00
  • 099b837a4e Login form fix (#5502) (#5504) github-actions[bot] 2023-09-05 12:43:39 +10:00
  • 71ad4a1c99 Login form fix (#5502) Oliver 2023-09-05 12:41:08 +10:00
  • c741bfe39d Typo Fixed (#5501) saharshtapi 2023-09-04 19:29:45 +05:45
  • e88a8e99a5 New Crowdin updates (#5476) Oliver 2023-08-30 10:25:40 +10:00
  • 7d5ff1d5bd fixed allauth docs links (#5486) Matthias Mair 2023-08-28 01:31:04 +02:00
  • a5f6a05c1f Fix docker instructions (#5479) Oliver 2023-08-25 23:15:08 +10:00
  • cf977ad29a Update version.py (#5474) Oliver 2023-08-24 18:51:20 +10:00
  • 72464c50cc Url fix (#5472) (#5473) github-actions[bot] 2023-08-24 16:04:42 +10:00
  • 8da5d62c69 Url fix (#5472) Oliver 2023-08-24 16:02:22 +10:00
  • c8eb8b9a21 [FR/P_UI] Sentry.io integration for front-end (#5453) Matthias Mair 2023-08-23 12:45:58 +02:00
  • 5851094620 Default expiry fix (#5466) Oliver 2023-08-23 16:03:01 +10:00
  • 942bc5350d Bump version to 0.12.6 (#5465) 0.12.6 Oliver 2023-08-23 12:22:32 +10:00
  • 25a1380058 New Crowdin updates (#5456) Oliver 2023-08-23 11:53:20 +10:00
  • 7876676114 Fix plugin pickeling (#5412) (#5457) github-actions[bot] 2023-08-17 21:04:23 +10:00
  • 481ae0fc76 Bug fix for daily stocktake check (#5455) Oliver 2023-08-16 16:20:20 +10:00
  • c796e79cf0 Use IS_DEV_OR_DEMO for playground as suggested in https://github.com/inventree/InvenTree/pull/5359#issuecomment-1654593807 (#5454) Matthias Mair 2023-08-16 01:53:54 +02:00
  • d25e9e2b2e New Crowdin updates (#5437) Oliver 2023-08-15 12:47:19 +10:00
  • 58e06ba1cb Add comments and warnings to documentation so readers would follow the correct version (#5431) Peter Kopias 2023-08-15 01:54:19 +02:00
  • ea039645c3 Update unit tests (#5446) Oliver 2023-08-14 16:39:00 +10:00
  • b5c7cf0779 Fix html tag in template (#5445) (#5448) github-actions[bot] 2023-08-14 16:28:58 +10:00
  • 89d8e47bab Disable "add rate" button in Admin interface (#5444) (#5447) github-actions[bot] 2023-08-14 16:19:13 +10:00
  • e7b5b145bf Fix html tag in template (#5445) Oliver 2023-08-14 16:17:11 +10:00
  • a2f614ad41 Disable "add rate" button in Admin interface (#5444) Oliver 2023-08-14 16:17:03 +10:00
  • 5731b88499 Raise error if no search term provided for search endpoint (#5441) Oliver 2023-08-14 15:39:20 +10:00
  • b8e726d8a4 Catch IndexError when importing data (#5439) (#5443) github-actions[bot] 2023-08-14 15:39:07 +10:00
  • 93e4dadb49 Catch IndexError when importing data (#5439) Oliver 2023-08-14 15:21:41 +10:00
  • 3b238fdbba Fix for potential NoReverseMatch error (#5440) (#5442) github-actions[bot] 2023-08-14 15:21:29 +10:00
  • a8118ed406 Fix for potential NoReverseMatch error (#5440) Oliver 2023-08-14 14:26:01 +10:00
  • 9a8c8961e4 Catch OperationalError when updating exchange rates (#5438) Oliver 2023-08-14 14:16:11 +10:00
  • 6707f18f73 Update migrate.md to handle exporting json via docker volume (#5428) Peter Kopias 2023-08-11 05:04:09 +02:00
  • e09c51a882 New Crowdin updates (#5425) Oliver 2023-08-11 10:32:14 +10:00
  • df8c2692a0 Fix build output unallocate button (#5426) (#5427) github-actions[bot] 2023-08-11 10:13:52 +10:00
  • dce565b4a3 Fix build output unallocate button (#5426) Oliver 2023-08-11 10:11:06 +10:00
  • 7391f33a97 Do not enforce units for part parameters (#5423) Oliver 2023-08-10 21:13:46 +10:00
  • b1158f7083 Bump version number to 0.12.5 (#5424) Oliver 2023-08-10 21:13:37 +10:00
  • 89795f632c [P_UI] Added django settings for p_ui (#5343) Lukas 2023-08-10 12:57:33 +02:00
  • 4969628150 Purchase history graph fix (#5421) (#5422) github-actions[bot] 2023-08-10 14:33:37 +10:00
  • 86ca0b27a4 Purchase history graph fix (#5421) Oliver 2023-08-10 14:24:59 +10:00
  • a1d2782137 Add optional "description" column to SalesOrderLineItem table (#5419) Oliver 2023-08-10 13:00:55 +10:00
  • ebbc27047b [P-UI] Home page (#5344) Matthias Mair 2023-08-09 14:32:53 +02:00
  • 62362455b8 Sales order variant stock (#5415) Oliver 2023-08-09 21:45:12 +10:00
  • 1fe382e318 Fix plugin pickeling (#5412) Lukas 2023-08-09 13:18:21 +02:00
  • af14cef29c Add missing __init__.py to Inventree/web (#5390) Ben Charlton 2023-08-08 06:58:11 +01:00
  • 57eada1da1 backport email fix (#5409) 0.12.5 0.12.4 #5410 Oliver 2023-08-08 15:19:00 +10:00
  • e468227fbe Email fix (#5396) Oliver 2023-08-08 14:37:38 +10:00
  • 131442b6c7 fixes small style error in panel.md (#5404) Matthias Mair 2023-08-07 01:50:20 +02:00
  • 6e13034bc7 Add playground (#5359) Matthias Mair 2023-08-06 13:59:03 +02:00
  • 2f224b3c19 Packages - force python 3.9 (#5206) Matthias Mair 2023-08-06 13:50:38 +02:00
  • e1abe5be40 Added docs on the panel plugin example (#5402) Michael 2023-08-06 13:49:29 +02:00
  • b6cb20ccfa increased settings value from 200 to 2000 (#5403) Matthias Mair 2023-08-06 13:47:14 +02:00
  • 71026c338c Use error report fork (#5171) Matthias Mair 2023-08-06 13:41:57 +02:00
  • 879d496e26 Bump deps (#5385) Matthias Mair 2023-08-06 13:39:15 +02:00