2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00
Commit Graph

2041 Commits

Author SHA1 Message Date
335f0ceb79 Improve form rendering for part parameter template 2022-03-18 23:20:53 +11:00
278887e11c Merge pull request #2751 from SchrodingersGat/sales-order-allocation-fixes
Sales order allocation fixes
2022-03-17 09:09:20 +11:00
38d33a3f5f Display a message if scheduling information is unavailable for a given part 2022-03-16 23:48:49 +11:00
e2179fb4d1 Fixes for display of allocation tables (build order and / or sales order)
- Hide these tables where they do not make sense for a given Part or StockItem
- Remove redundant "loadStockAllocationTable" function
2022-03-16 23:25:51 +11:00
6ca61e2cd7 Fix rendering for "sales order allocations" table 2022-03-16 23:09:18 +11:00
d1338e210e Only display "outstanding" sales order allocations in table 2022-03-16 23:01:46 +11:00
4100834ce9 Merge branch 'inventree:master' into matmair/issue2279 2022-03-14 23:14:29 +01:00
cf2c078952 Add spinning logo 2022-03-09 15:27:44 +11:00
4cd41bd0a3 Display "loading" until allocations loaded 2022-03-09 15:23:23 +11:00
4191a043b2 Add "exclude_location" to build order auto-allocation 2022-03-09 14:57:57 +11:00
fda556c289 Merge pull request #2695 from SchrodingersGat/scheduling
[WIP] Scheduling
2022-03-09 12:06:55 +11:00
c699e208cf JS linting 2022-03-09 10:41:07 +11:00
d56fed3211 Fixes for "duplicate stock item" form
- Redirect to the new stock item
- Display a success message
2022-03-09 10:34:47 +11:00
f7d724aa0c Merge remote-tracking branch 'inventree/master' into scheduling
# Conflicts:
#	InvenTree/InvenTree/version.py

(Update API version)
2022-03-08 12:25:36 +11:00
2c8e7ac810 Merge branch 'inventree:master' into matmair/issue2279 2022-03-07 00:03:47 +01:00
d9e27b7ecf Merge branch 'inventree:master' into matmair/issue2279 2022-03-06 19:54:06 +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
6071f6545b Merge branch 'inventree:master' into matmair/issue2279 2022-03-03 23:55:04 +01: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
55d09c4469 Merge pull request #2699 from SchrodingersGat/duplicate-bom-subs
Allow duplication of subtitute parts when copying a BOM
2022-03-02 21:50:18 +11:00
56e6783556 Merge branch 'inventree:master' into matmair/issue2279 2022-03-01 20:14:25 +01:00
0d2bfa6839 Merge pull request #2698 from SchrodingersGat/delete-serialized-stock
Allows deletion of serialized stock
2022-03-02 00:32:59 +11:00
5dc543618e Allow duplication of subtitute parts when copying a BOM 2022-03-02 00:31:50 +11:00
f6b3760bb5 Make UI elements more consistent
Ref: https://github.com/inventree/InvenTree/issues/2692
2022-03-02 00:05:02 +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
e44159baea Adds (per user) setting to show or hide scheduling tab 2022-03-01 23:26:08 +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
a30e478412 Merge pull request #2685 from SchrodingersGat/date-format
Adds a user-configurable setting to configure how dates are displayed
2022-03-01 08:45:30 +11:00
1393e38eec Adds date rendering to new target_date fields 2022-03-01 08:23:52 +11:00