2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-07 15:58:49 +00:00

2610 Commits

Author SHA1 Message Date
Oliver Walters
335f0ceb79 Improve form rendering for part parameter template 2022-03-18 23:20:53 +11:00
Oliver
278887e11c
Merge pull request #2751 from SchrodingersGat/sales-order-allocation-fixes
Sales order allocation fixes
2022-03-17 09:09:20 +11:00
Oliver
38d33a3f5f Display a message if scheduling information is unavailable for a given part 2022-03-16 23:48:49 +11:00
Oliver
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
Oliver
6ca61e2cd7 Fix rendering for "sales order allocations" table 2022-03-16 23:09:18 +11:00
Oliver
d1338e210e Only display "outstanding" sales order allocations in table 2022-03-16 23:01:46 +11:00
Matthias Mair
4100834ce9
Merge branch 'inventree:master' into matmair/issue2279 2022-03-14 23:14:29 +01:00
Matthias
4b8a2e3c1f
fix js function call 2022-03-11 02:18:46 +01:00
Matthias
771fc6ada8
style fixes 2022-03-11 01:44:13 +01:00
Matthias
76698ec627
add js function for PO 2022-03-11 00:57:31 +01:00
Matthias
06bd7130f5
remove dead code 2022-03-11 00:51:20 +01:00
Matthias
8fbd776419
make naming more abstract 2022-03-11 00:49:49 +01:00
Matthias
b7e5f6a109
name more abstract 2022-03-11 00:47:24 +01:00
Matthias
17d421fb7e
fix export order 2022-03-11 00:46:56 +01:00
Matthias
55df46c8b9
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2694 2022-03-10 23:50:42 +01:00
Oliver
cf2c078952 Add spinning logo 2022-03-09 15:27:44 +11:00
Oliver
4cd41bd0a3 Display "loading" until allocations loaded 2022-03-09 15:23:23 +11:00
Oliver
4191a043b2 Add "exclude_location" to build order auto-allocation 2022-03-09 14:57:57 +11:00
Oliver
fda556c289
Merge pull request #2695 from SchrodingersGat/scheduling
[WIP] Scheduling
2022-03-09 12:06:55 +11:00
Oliver
c699e208cf JS linting 2022-03-09 10:41:07 +11:00
Oliver
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
Oliver
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
Matthias Mair
2c8e7ac810
Merge branch 'inventree:master' into matmair/issue2279 2022-03-07 00:03:47 +01:00
Matthias Mair
b9ee436110
Merge branch 'inventree:master' into matmair/issue2694 2022-03-07 00:03:33 +01:00
Matthias
66601a516b
style fix 2022-03-06 23:50:29 +01:00
Matthias
e2f54880f0
style fix 2022-03-06 23:46:59 +01:00
Matthias
43395aca34
style fixes 2022-03-06 23:35:55 +01:00
Matthias
f0b19e69b8
add total price woth js reload 2022-03-06 23:21:33 +01:00
Matthias Mair
d9e27b7ecf
Merge branch 'inventree:master' into matmair/issue2279 2022-03-06 19:54:06 +01:00
Matthias
53602c94b7
remove dead code 2022-03-06 19:52:08 +01:00
Matthias
36d288fc27
remove detail view 2022-03-06 19:51:53 +01:00
Matthias
d747418937
remove target_date 2022-03-06 19:50:59 +01:00
Matthias
010f3f4f1e
fiy style 2022-03-06 19:32:08 +01:00
Matthias
ab876bf95d
use right field def 2022-03-06 19:31:50 +01:00
Matthias
ed75970010
ad UI components 2022-03-06 18:42:10 +01:00
Oliver
83fbc6159c Add table filter buttons to incomplete build output table 2022-03-04 17:47:46 +11:00
Oliver
d06def3c29 Improve dialog message when allocating stock to a build order 2022-03-04 17:40:04 +11:00
Oliver
4151d94240 JS linting 2022-03-04 16:34:26 +11:00
Oliver
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
Oliver
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
Oliver
64dd870436 Fix broken URL 2022-03-04 12:23:47 +11:00
Matthias Mair
6071f6545b
Merge branch 'inventree:master' into matmair/issue2279 2022-03-03 23:55:04 +01:00
Oliver
846899fa53 Adds ability to download purchase order line item table 2022-03-04 00:45:30 +11:00
Oliver
f6b574a127 Merge remote-tracking branch 'inventree/master' into duplicate-order-lines 2022-03-04 00:38:50 +11:00
Oliver
0ac86417a7 Adds "duplicate line item" button to purchase order and sales order tables 2022-03-04 00:36:26 +11:00
Oliver
0af636d2b1 Pass options back through when re-creating filter list 2022-03-03 21:23:01 +11:00
Oliver
ba406a4da9 Refactorin'
- Add the "download" button into the "filters" list
- Cuts down on boilerplate code
2022-03-03 21:16:27 +11:00
Oliver
85e9c4d3ca JS linting 2022-03-03 17:47:23 +11:00
Oliver
8bf84ec217 Remove calls to "exportStock" 2022-03-03 17:25:31 +11:00
Oliver
51de436d42 User can select export format 2022-03-03 17:21:04 +11:00