2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00
Commit Graph

11925 Commits

Author SHA1 Message Date
d9f73ae05b Clip integer versions of serial numbers to specified range 2022-03-07 12:27:00 +11:00
bcc4267827 Merge pull request #2720 from SchrodingersGat/barcode-scan-fix
Barcode scan fix
2022-03-07 12:25:46 +11:00
9b14a41e83 Add unit tests for barcode scanning API 2022-03-07 11:20:07 +11:00
984e465b70 Merge pull request #2719 from matmair/fix-date-formats
Fix render_date tag
2022-03-07 11:13:30 +11:00
4e832bb9ac make sure 'no date' elements do not fail 2022-03-07 00:01:30 +01:00
0f48ca6008 Ensure that the native barcode scan plugin is *always* in use 2022-03-07 09:48:39 +11:00
776138f2e2 Merge pull request #2713 from SchrodingersGat/auto-allocate
Adds "Auto allocate" feature for build orders
2022-03-07 09:32:49 +11:00
5d5f13ab14 Merge pull request #2717 from SchrodingersGat/serial-number-fix
Bug fix for stock serial numbers:
2022-03-06 22:40:31 +11:00
89f2317e1c Bug fix for stock serial numbers:
- empty strings do not count as a valid serial number
2022-03-06 22:18:31 +11:00
83fbc6159c Add table filter buttons to incomplete build output table 2022-03-04 17:47:46 +11:00
4bb7c65d8a Template fix 2022-03-04 17:42:37 +11:00
d06def3c29 Improve dialog message when allocating stock to a build order 2022-03-04 17:40:04 +11:00
70c9c9473d Unit test fixes 2022-03-04 17:27:07 +11:00
4151d94240 JS linting 2022-03-04 16:34:26 +11:00
d2027dc590 Increment API version 2022-03-04 16:29:26 +11:00
0bb0047fcd Add unit tests for the auto_allocate_stock method 2022-03-04 16:27:50 +11:00
71cd6c93d1 Assign sorting priority when allocating parts to a build order
1. Direct match parts
2. Variant parts
3. Any other parts (e.g. substitute parts)
2022-03-04 16:02:50 +11:00
434f563a41 Adds API endpoint for "auto allocating" stock items against a build order.
- If stock exists in multiple locations, and the user "does not care" where to take from, simply iterate through and take
2022-03-04 15:26:00 +11:00
004ced8030 Merge pull request #2711 from SchrodingersGat/link-fix
Fix broken URL
2022-03-04 13:52:22 +11:00
64dd870436 Fix broken URL 2022-03-04 12:23:47 +11:00
cb76b13eb2 Merge pull request #2710 from SchrodingersGat/duplicate-order-lines
Adds "duplicate line item" button to orders
2022-03-04 07:44:27 +11:00
07da25bfd6 Unit test fixes 2022-03-04 00:46:12 +11:00
846899fa53 Adds ability to download purchase order line item table 2022-03-04 00:45:30 +11:00
f6b574a127 Merge remote-tracking branch 'inventree/master' into duplicate-order-lines 2022-03-04 00:38:50 +11:00
0ac86417a7 Adds "duplicate line item" button to purchase order and sales order tables 2022-03-04 00:36:26 +11:00
99f3d97f13 Merge pull request #2709 from SchrodingersGat/stock-exporter
Stock export refactor
2022-03-04 00:26:49 +11:00
0ba71956cd Add unit tests 2022-03-04 00:02:30 +11:00
0af636d2b1 Pass options back through when re-creating filter list 2022-03-03 21:23:01 +11:00
ba406a4da9 Refactorin'
- Add the "download" button into the "filters" list
- Cuts down on boilerplate code
2022-03-03 21:16:27 +11:00
85e9c4d3ca JS linting 2022-03-03 17:47:23 +11:00
0ec0f55e17 Style fixes 2022-03-03 17:44:12 +11:00
4f74a27e1a Exporting data from a Part table now uses the API too
- Makes use of the existing table filters
- Exported data matches exactly what you see in the table!
2022-03-03 17:42:31 +11:00
73a32f66c8 Adds ability to export stock "assigned" to a particular customer 2022-03-03 17:31:25 +11:00
10cc72910d Remove StockExport view (no longer required!) 2022-03-03 17:25:41 +11:00
8bf84ec217 Remove calls to "exportStock" 2022-03-03 17:25:31 +11:00
51de436d42 User can select export format 2022-03-03 17:21:04 +11:00
6b7a0fde1b Store table query parameters when performing a bootstrap-table query
- For now it only supports .csv format
2022-03-03 17:17:27 +11:00
549f16b7aa Adds "export" option to StockItem API endpoint, allowing export to file 2022-03-03 13:53:09 +11:00
a5cee388c5 Merge pull request #2707 from SchrodingersGat/copy-bom-from
Allows BOM to be copied for any part, not just variant parts
2022-03-03 13:52:07 +11:00
67d0033ab3 Allows BOM to be copied for any part, not just variant parts 2022-03-03 13:19:25 +11:00
15ec3836d5 Merge pull request #2706 from matmair/test_checker
Add user with variable
2022-03-03 12:45:27 +11:00
e11fa338b6 also test empty 2022-03-03 00:52:10 +01:00
a158ecf401 reset to previous 2022-03-02 23:41:41 +01:00
771d82bdc2 style fix 2022-03-02 23:40:46 +01:00
941efd08d1 change type of error 2022-03-02 23:36:53 +01:00
c893b81314 remove the wrong setting 2022-03-02 23:34:44 +01:00
954f0afb85 Merge branch 'master' into scheduling 2022-03-03 09:15:08 +11:00
7d58db4336 full set again 2022-03-02 22:52:14 +01:00
d03af8f5b0 nothing test 2022-03-02 22:50:36 +01:00
2c6731df0c add ENVs back in 2022-03-02 22:49:05 +01:00