2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-27 06:24:06 +00:00

Commit Graph

  • 346327b545 Merge branch 'inventree:master' into plugin-mark-sample Matthias Mair 2022-04-05 02:03:29 +02:00
  • 347be2aa3a fix test Matthias 2022-04-05 01:58:28 +02:00
  • 5f4c8b3a3e add icon support for user settings Matthias 2022-04-05 01:53:41 +02:00
  • 5b9f84a90f fix test Matthias 2022-04-05 01:30:12 +02:00
  • 785cdc5267 patch loading methods for selective loading Matthias 2022-04-05 01:29:19 +02:00
  • 42f630cff1 fix tests due to changes in the loading mechansim they need to be fethced now Matthias 2022-04-05 01:10:52 +02:00
  • ad9d067033 typo fix Matthias 2022-04-05 01:08:35 +02:00
  • 41ccacaa05 disable email by default Matthias 2022-04-05 00:56:13 +02:00
  • 32918348b9 fix docstrings Matthias 2022-04-05 00:55:53 +02:00
  • 7063db7a32 add missing model ruleset Matthias 2022-04-05 00:43:29 +02:00
  • 01fcc728ad PEP fixes Matthias 2022-04-05 00:34:30 +02:00
  • dc7b88515e rename class to make it clearer Matthias 2022-04-05 00:27:13 +02:00
  • 2728bfab37 fix: add genericSettingClassMixin back in Matthias 2022-04-05 00:25:39 +02:00
  • d634afad48 move to common/models Matthias 2022-04-05 00:24:55 +02:00
  • 352ab34eda remove struc docstring Matthias 2022-04-05 00:23:30 +02:00
  • 586812e5c6 add doc for generic mixin Matthias 2022-04-05 00:23:09 +02:00
  • 0ff754c7d9 Merge pull request #2804 from SchrodingersGat/quantity-fixes Oliver 2022-04-05 08:20:18 +10:00
  • 23f57bec19 some docs for future users :-) Matthias 2022-04-05 00:15:22 +02:00
  • 205916e0b2 refactor clean method to reduce duplication Matthias 2022-04-05 00:14:39 +02:00
  • 8d01df0b5e refactor settings to reduce duplication Matthias 2022-04-05 00:08:07 +02:00
  • bdc62dfcc3 mark active sample code as a sample Matthias 2022-04-04 23:53:35 +02:00
  • 138aebdb08 and another one Matthias 2022-04-04 23:52:00 +02:00
  • e3ca478042 PEP fix Matthias 2022-04-04 23:51:51 +02:00
  • 1eb511e8a0 user notification settings Matthias 2022-04-04 23:46:19 +02:00
  • c93f9c94f3 Change column title #2804 Oliver Walters 2022-04-05 00:33:54 +10:00
  • 0908aa8c8c Allow sorting of part table by unallocated_stock Oliver Walters 2022-04-05 00:31:44 +10:00
  • 58003bc2cb Refactor model renderer functions Oliver Walters 2022-04-05 00:27:37 +10:00
  • 15253435af Adjustments for partStockLabel function Oliver Walters 2022-04-05 00:02:11 +10:00
  • e4ca638a2e Add field for substitute_stock (work in progress) Oliver Walters 2022-04-04 23:52:45 +10:00
  • c6ba104ae8 Condense into single "available_stock" field Oliver Walters 2022-04-04 23:07:44 +10:00
  • f6664b2477 Add annotated fields to BomItem API: Oliver Walters 2022-04-04 22:50:13 +10:00
  • 782a0f3576 Fix for scanIntoLocation function #2803 Oliver 2022-04-04 16:23:17 +10:00
  • 7dae05acc5 Fix for scanItemsIntoLocation function Oliver 2022-04-04 16:20:19 +10:00
  • 2c8e274aa9 Tweaks for barcode scanning functionality Oliver 2022-04-04 14:23:57 +10:00
  • d1a8b7ed48 Merge pull request #2801 from rkalman/feat-use-unallocated-quantites Oliver 2022-04-03 23:23:02 +10:00
  • ade5a81a1a Enhance partStockLabel with ordering/building quantites #2801 Kálmán Rózsahegyi 2022-04-02 16:25:42 +02:00
  • bc4b66e7d3 Render partStockLabel based on available/in stock quantites Kálmán Rózsahegyi 2022-04-02 16:01:12 +02:00
  • d912846e41 Use available quantities in part table, enhance stock badge Kálmán Rózsahegyi 2022-04-02 15:58:04 +02:00
  • a9f7457c12 New part table filter on available stock Kálmán Rózsahegyi 2022-04-02 15:51:21 +02:00
  • 2fee6b02db structure comment Matthias 2022-04-03 03:48:27 +02:00
  • 905b164ecb store methods on load Matthias 2022-04-03 03:47:48 +02:00
  • d1d7db76cc Merge pull request #2797 from SchrodingersGat/available_stock Oliver 2022-04-02 13:52:34 +11:00
  • 271cb3f8b1 Rebuild tree structure before running unit tests! #2797 Oliver Walters 2022-04-02 13:26:39 +11:00
  • 926f56bb41 move plugins checks to method Matthias 2022-04-02 04:11:29 +02:00
  • 6a300ea24a fix global settings check Matthias 2022-04-02 03:32:27 +02:00
  • 6124b1207d make setting global Matthias 2022-04-02 03:16:14 +02:00
  • c7329da7e0 move settings Matthias 2022-04-02 03:03:41 +02:00
  • fb0b87db3d Further unit test fixes Oliver Walters 2022-04-02 12:00:08 +11:00
  • e95cc7c699 only calculate excluded classes once Matthias 2022-04-02 02:57:40 +02:00
  • 40ff2f61aa make comperator simpler to read Matthias 2022-04-02 02:52:35 +02:00
  • f6aa9e4719 remove dead code Matthias 2022-04-02 02:46:55 +02:00
  • 279be87448 Move email notification method into plugin Fixes #2385 Matthias 2022-04-02 02:46:41 +02:00
  • 0ab2ff306c Fix incorrect value for "available stock" Oliver Walters 2022-04-02 11:13:43 +11:00
  • 4593b0f412 Unit test fixes Oliver Walters 2022-04-02 11:12:54 +11:00
  • 484a0693d7 Check that the sales_order_allocations information is provided in the API endpoint Oliver Walters 2022-04-02 10:08:21 +11:00
  • 57be4b337d Check that new annotated fields exist in the API dataset Oliver Walters 2022-04-02 09:55:37 +11:00
  • f9a0bf822e Add more fixture data Oliver Walters 2022-04-02 09:49:32 +11:00
  • 07aaa457de PEP fix Matthias 2022-04-02 00:04:25 +02:00
  • 66e14b6ad0 move helper function to models.py Matthias 2022-04-02 00:01:38 +02:00
  • 80fa8f6d18 remove double definition Matthias 2022-04-01 23:57:49 +02:00
  • 57f9ef75e9 enable all functions for deleted company Matthias 2022-04-01 23:55:08 +02:00
  • 9ad260e8e0 Bump API version Oliver Walters 2022-04-01 17:46:15 +11:00
  • bf6a9b69ce Annotate with "unallocated_stock" quantity (calculated field) Oliver Walters 2022-04-01 17:44:05 +11:00
  • 73dd0ff8a8 Merge pull request #2793 from rkalman/translation-fixes Oliver 2022-04-01 17:32:58 +11:00
  • 94068f6bad Adds annotation for build order allocation count Oliver Walters 2022-04-01 17:31:01 +11:00
  • 4e100643f5 Add annotation for "allocated_to_sales_orders" Oliver Walters 2022-04-01 17:24:15 +11:00
  • 6bd5e652ee Fix translation on delete_build form #2793 Kálmán Rózsahegyi 2022-03-31 15:21:34 +02:00
  • 6eab3dbf09 Translation merge (#2792) Oliver 2022-03-30 15:47:45 +11:00
  • 86b0b50195 Bump verision number 0.6.3 Oliver Walters 2022-03-30 15:26:11 +11:00
  • b9850bc9cb Merge pull request #2755 from inventree/0.6.x Oliver 2022-03-30 15:25:14 +11:00
  • e5a7ee0afd Merge pull request #2783 from SchrodingersGat/search-megamenu Oliver 2022-03-30 13:36:58 +11:00
  • 4c6ad6facf Other changes as requested #2783 Oliver Walters 2022-03-30 12:42:57 +11:00
  • c278a5397f add doc Matthias 2022-03-30 01:42:00 +02:00
  • 1d24f3586d PEP fix Matthias 2022-03-30 01:35:21 +02:00
  • e7f940810a PEP style fix Matthias 2022-03-30 01:32:41 +02:00
  • 48441ea48e add docstring Matthias 2022-03-30 01:32:29 +02:00
  • 924e46a0e3 hide purchase buttopn if special button Matthias 2022-03-30 01:32:09 +02:00
  • b38b540616 hide the button group if no action allowed Matthias 2022-03-30 01:31:39 +02:00
  • 0d2fbe16f5 hide the action buttons if special object Matthias 2022-03-30 01:31:02 +02:00
  • 44239cba08 hide delete button Matthias 2022-03-30 01:30:32 +02:00
  • d068b0a064 do not show in admin Matthias 2022-03-30 01:30:21 +02:00
  • 6c6c47c60e do not import / export Matthias 2022-03-30 01:30:02 +02:00
  • aa30e62ad8 [BUG] Deleting a Customer Breaks Associated Sales Orders Matthias 2022-03-30 01:29:36 +02:00
  • a45e2c0199 Padding adjustments Oliver Walters 2022-03-30 08:18:25 +11:00
  • 05cc34f573 add test for so Matthias 2022-03-29 22:54:15 +02:00
  • b0ed9930dd Unit test fix Oliver Walters 2022-03-30 00:16:43 +11:00
  • ba7035d7b6 JS litning fixes Oliver Walters 2022-03-29 23:52:37 +11:00
  • 016d802a10 Fixes for input autofocus, etc Oliver Walters 2022-03-29 23:49:06 +11:00
  • f724f4a845 Add search preview for purchase orders and sales orders Oliver Walters 2022-03-29 23:38:01 +11:00
  • 2a604c244e Add search results for "company" Oliver Walters 2022-03-29 23:29:17 +11:00
  • 1f003b3f54 Add results for part categories and stock locations Oliver Walters 2022-03-29 23:27:44 +11:00
  • a551bf1e81 Add options to control what is shown in search preview window Oliver Walters 2022-03-29 23:27:25 +11:00
  • 4bb95de4f9 Re-add button to submit "search" form and show full results Oliver Walters 2022-03-29 23:19:23 +11:00
  • cc1501283d Refactoring Oliver Walters 2022-03-29 22:59:23 +11:00
  • f1876ae28b Add a "searching..." indicator to show progress Oliver Walters 2022-03-29 22:48:54 +11:00
  • 11a6052871 remove the old search bar Oliver Walters 2022-03-29 22:46:00 +11:00
  • 22ee6614cc Render links for search results Oliver Walters 2022-03-29 22:40:47 +11:00
  • 78e5a685dc Display results for parts and stock items Oliver Walters 2022-03-29 22:35:47 +11:00
  • 51d26b1d16 Skeleton for displaying search results Oliver Walters 2022-03-29 20:44:12 +11:00
  • b6a0f3ddfc Merge pull request #2786 from zuman/master Oliver 2022-03-29 09:56:20 +11:00