2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00
Commit Graph

968 Commits

Author SHA1 Message Date
f0b19e69b8 add total price woth js reload 2022-03-06 23:21:33 +01:00
53602c94b7 remove dead code 2022-03-06 19:52:08 +01:00
36d288fc27 remove detail view 2022-03-06 19:51:53 +01:00
d747418937 remove target_date 2022-03-06 19:50:59 +01:00
010f3f4f1e fiy style 2022-03-06 19:32:08 +01:00
ab876bf95d use right field def 2022-03-06 19:31:50 +01:00
ed75970010 ad UI components 2022-03-06 18:42:10 +01:00
83fbc6159c Add table filter buttons to incomplete build output table 2022-03-04 17:47:46 +11:00
d06def3c29 Improve dialog message when allocating stock to a build order 2022-03-04 17:40:04 +11:00
4151d94240 JS linting 2022-03-04 16:34:26 +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
64dd870436 Fix broken URL 2022-03-04 12:23:47 +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
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
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
954f0afb85 Merge branch 'master' into scheduling 2022-03-03 09:15:08 +11:00
fb4e44b73f Re-enable display of multi-level BOM 2022-03-02 22:46:58 +11:00
5dc543618e Allow duplication of subtitute parts when copying a BOM 2022-03-02 00:31:50 +11:00
190822a680 JS linting 2022-03-01 23:40:38 +11:00
457bcdc0ae Fix some small template / JS errors on the "part" page 2022-03-01 23:38:02 +11:00
f33f1a339d Add more information to scheduling chart
Also improves chart styling
2022-03-01 23:20:08 +11:00
776dffe779 Scheduling information is now calculated on the server, and provided via a new API endpoint
- Much simpler than sequencing multiple API calls
2022-03-01 22:54:49 +11:00
dfd6684699 Add incoming stock for build orders 2022-03-01 17:31:26 +11:00
8f7164d5cd Add information for outgoing stock (sales orders) 2022-03-01 17:24:09 +11:00
37ac8f6517 Display scheduled incoming stock for purchase orders 2022-03-01 17:13:47 +11:00
a278e52443 Merge branch 'master' into scheduling 2022-03-01 16:50:57 +11:00
1393e38eec Adds date rendering to new target_date fields 2022-03-01 08:23:52 +11:00
5d37ce9175 Merge remote-tracking branch 'inventree/master' into date-format 2022-03-01 08:18:24 +11:00
c4d462b0b4 Merge pull request #2684 from SchrodingersGat/po-target-date
Order target date improvements
2022-03-01 08:17:54 +11:00
f3e7af3cc3 Merge pull request #2686 from SchrodingersGat/po-receive-serials
Po receive serials
2022-03-01 00:58:44 +11:00
42a75863fe Adds a "persist" option for modal forms 2022-03-01 00:25:14 +11:00
7170e16ae7 Adds ability to display "success" messages inside a persistant modal dialog 2022-03-01 00:05:30 +11:00
9f5618a51f Adds option to reload a form after success, rather than dismissing it 2022-02-28 23:57:28 +11:00
615a954e09 Refactor UI for adding batch code and serial numbers 2022-02-28 23:31:23 +11:00
9e0120599f Adds front-end javascript code to implement new serializer features 2022-02-28 22:48:15 +11:00
7d19b21dff JS linting 2022-02-28 19:22:22 +11:00
fd02f1b761 Add option for display of "time" in addition to date 2022-02-28 19:14:20 +11:00
040f1805e0 Pass dates displayed in front-end tables through the date formatter 2022-02-28 16:13:08 +11:00
4858787a78 Adds "overdue" field to sales order line item
- API serializer
- front end / UX tables
2022-02-28 15:24:01 +11:00
784189be75 Update purchase order table from part context 2022-02-28 15:07:12 +11:00
9e82b28e9d Update PO line item table 2022-02-28 15:03:39 +11:00
8587a59ec1 WIP - loading graph 2022-02-26 18:36:25 +11:00
88bb0f05e9 URL fixes 2022-02-25 16:00:00 +11:00