2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00
Commit Graph

2288 Commits

Author SHA1 Message Date
ff9d8e7b6b use instance title in version string 2022-04-24 00:28:27 +02:00
7834171c2a [FR] White labeling
Fixes #2301
2022-04-23 23:38:49 +02:00
99718865c0 Further attempts to fix CI issues 2022-04-22 14:33:46 +10:00
5fde9f552c Add similar check for IPN 2022-04-22 01:00:38 +10:00
aa4df62ac9 IPN fix 2022-04-22 00:40:23 +10:00
a7c18891b5 Increase unit testing for duplicate IPN testing
- IPN duplication test is case sensitive!
2022-04-22 00:38:08 +10:00
9a9ed5f192 Fix validation of duplicate IPN
- Duplicate IPN check does not apply if an empty IPN value is set
- Note that "if x" is a more pythonic test than "if x not in [None, '']"
2022-04-22 00:36:30 +10:00
39a77f7f3a Adds a "stock items" view for a part category
- Shows any stock items for parts which exist in (or under) the selected category
2022-04-19 18:04:48 +10:00
86c7417296 Remove old template file 2022-04-19 17:58:54 +10:00
df2f7d195a Merge pull request #2827 from SchrodingersGat/variant-stock
Allocation quantity functions include variants
2022-04-14 12:26:17 +10:00
35aa5f25be Allocation quantity functions include variants
- For calculation of total "available_stock", variants are included
- Update the allocation quantity functions to also include variants
- Otherwise, the calculations are "out of sync"
2022-04-14 11:54:30 +10:00
bcbfc9c292 Show "can build" detail even for template parts 2022-04-14 11:40:22 +10:00
93257d547c Merge pull request #2806 from SchrodingersGat/bom-serializer-quantity
Bom serializer quantity
2022-04-13 07:43:25 +10:00
c7257a1bd3 build order 2022-04-10 20:03:40 +10:00
df9c5c0048 Refactor notes editing for "StockItem" 2022-04-10 18:08:09 +10:00
e1784c93b2 Simplification 2022-04-10 18:03:19 +10:00
641785a02b Refactor into a monolithic js function 2022-04-10 17:53:09 +10:00
957494f483 Custom headings 2022-04-10 16:29:31 +10:00
241e2e35c0 Display part notes inline, and allow updating via API 2022-04-10 15:58:36 +10:00
82b8230a7e Prune some dead code 2022-04-10 15:36:27 +10:00
b7937a4750 Add some more unit tests for BOM API endpoints 2022-04-09 19:22:12 +10:00
78ed5d9cc4 Some more API unit tests 2022-04-08 21:59:59 +10:00
8ab54c8e55 Add more unit tests 2022-04-08 21:39:41 +10:00
be9648cbc7 Remove unused function which shadowed name of query annotation 2022-04-07 19:22:20 +10:00
eef768e01f Merge remote-tracking branch 'inventree/master' into bom-serializer-quantity 2022-04-07 18:53:43 +10:00
ba81e6caf9 Style fixes 2022-04-07 18:50:10 +10:00
ad366ef0bd Fix part and po files import 2022-04-06 16:45:23 -04:00
dc2da4bcb9 BomItem API - improve annotation of available substitute stock quantity 2022-04-05 21:24:57 +10:00
30a4c38eb7 Ensure queryset is properly annotated for BomItem detail 2022-04-05 21:12:43 +10:00
e0acfe492b Merge remote-tracking branch 'inventree/master' into bom-serializer-quantity 2022-04-05 19:49:06 +10:00
0908aa8c8c Allow sorting of part table by unallocated_stock 2022-04-05 00:31:44 +10:00
e4ca638a2e Add field for substitute_stock (work in progress) 2022-04-04 23:52:45 +10:00
c6ba104ae8 Condense into single "available_stock" field 2022-04-04 23:07:44 +10:00
f6664b2477 Add annotated fields to BomItem API:
- total-stock / allocated_to_build_orders / allocated_to_sales_orders
2022-04-04 22:50:13 +10:00
a9f7457c12 New part table filter on available stock 2022-04-03 12:30:53 +02:00
271cb3f8b1 Rebuild tree structure before running unit tests! 2022-04-02 13:26:39 +11:00
fb0b87db3d Further unit test fixes 2022-04-02 12:00:08 +11:00
0ab2ff306c Fix incorrect value for "available stock" 2022-04-02 11:13:43 +11:00
4593b0f412 Unit test fixes 2022-04-02 11:12:54 +11:00
484a0693d7 Check that the sales_order_allocations information is provided in the API endpoint 2022-04-02 10:25:38 +11:00
57be4b337d Check that new annotated fields exist in the API dataset 2022-04-02 09:55:37 +11:00
f9a0bf822e Add more fixture data
- Stock items for part 100 (Bob)
2022-04-02 09:54:55 +11:00
bf6a9b69ce Annotate with "unallocated_stock" quantity (calculated field) 2022-04-01 17:44:05 +11:00
94068f6bad Adds annotation for build order allocation count 2022-04-01 17:31:01 +11:00
4e100643f5 Add annotation for "allocated_to_sales_orders" 2022-04-01 17:24:15 +11:00
13af1cb853 Hide label printing buttons of labels are not enabled 2022-03-28 20:44:33 +11:00
c1b408f8a3 Send notification if printing fails
If label printing fails (due to a plugin error) then the user is notified.
2022-03-25 15:57:32 +11:00
31b71fe29f Catch error when incorrect date format string is passed 2022-03-24 11:56:39 +11:00
b720c2e431 Check for empty string when rendering dates 2022-03-24 11:49:34 +11:00
028fff1473 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2022-03-20 00:23:29 +01:00