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

2165 Commits

Author SHA1 Message Date
0fa8af6cd8 translate the notifications too 2022-03-20 00:58:45 +01:00
b0e6b6071f make requeseted changes from code review 2022-03-20 00:29:58 +01:00
62a81c1a62 Change icons
https://github.com/inventree/InvenTree/pull/2372#issuecomment-1073005561
2022-03-20 00:26:04 +01:00
028fff1473 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2022-03-20 00:23:29 +01:00
467febf9ea The part parameter table is now loaded via the API 2022-03-19 22:09:17 +11:00
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
4b8a2e3c1f fix js function call 2022-03-11 02:18:46 +01:00
771fc6ada8 style fixes 2022-03-11 01:44:13 +01:00
76698ec627 add js function for PO 2022-03-11 00:57:31 +01:00
06bd7130f5 remove dead code 2022-03-11 00:51:20 +01:00
8fbd776419 make naming more abstract 2022-03-11 00:49:49 +01:00
b7e5f6a109 name more abstract 2022-03-11 00:47:24 +01:00
17d421fb7e fix export order 2022-03-11 00:46:56 +01:00
55df46c8b9 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2694 2022-03-10 23:50:42 +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
b9ee436110 Merge branch 'inventree:master' into matmair/issue2694 2022-03-07 00:03:33 +01:00
66601a516b style fix 2022-03-06 23:50:29 +01:00
e2f54880f0 style fix 2022-03-06 23:46:59 +01:00
43395aca34 style fixes 2022-03-06 23:35:55 +01:00
f0b19e69b8 add total price woth js reload 2022-03-06 23:21:33 +01:00
d9e27b7ecf Merge branch 'inventree:master' into matmair/issue2279 2022-03-06 19:54:06 +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
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