2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-04 04:30:56 +00:00
Commit Graph

339 Commits

Author SHA1 Message Date
bb2ad7c2cb Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-12-04 18:04:47 +01:00
9e1251d78d Adds "assigned_to_me" filtering to build orders 2021-12-04 21:30:11 +11:00
087ac0bd34 Adds filter to purchase order for "assigned to me" 2021-12-04 21:15:38 +11:00
9ec5e39c50 js tweaks 2021-12-04 17:50:25 +11:00
008c52ef39 Allocation by serial number now moved to the API 2021-12-04 13:08:00 +11:00
e9796676c0 Add a progress spinner to modal forms 2021-12-04 10:44:48 +11:00
921ef5ae9e Tweaks to PO and SO tables 2021-12-04 10:11:18 +11:00
1215ef520d Further JS linting 2021-12-04 09:44:23 +11:00
35b3bc73cc Merge remote-tracking branch 'inventree/master' into partial-shipment
# Conflicts:
#	InvenTree/order/api.py
2021-12-04 09:35:54 +11:00
3abad2f73d js linting 2021-12-04 09:33:42 +11:00
f6e1de42f5 JS linting 2021-12-03 21:16:58 +11:00
acfafe22c5 order lines can be received directly from the new table 2021-12-03 21:07:09 +11:00
6d90ded27f First pass at a part-purchase-order table 2021-12-03 20:54:21 +11:00
c93009876d UI changes 2021-12-03 20:14:09 +11:00
d7c87300c6 Merge remote-tracking branch 'inventree/master' into partial-shipment 2021-12-03 17:31:27 +11:00
329b00ae07 Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-12-02 17:16:26 +01:00
9ca6204d4b Add option for creating initial stock quantity when duplicating a part
Fixes https://github.com/inventree/InvenTree/issues/2407
2021-12-03 00:05:55 +11:00
e1668c8662 More stuffs:
- Allow filtering of salesorderlineitem by "completed" status
- Allow deletion of (empty) shipment
- Show which items are going to be shipped
2021-12-02 23:52:53 +11:00
e74e7138a9 More stuff:
- Pass tracking number through when completing a shipment
- Reload tables automatically when certain actions are performed
- Limit stock items to only those with available stock
2021-12-02 21:59:59 +11:00
d5ace1a8da Differentiate between "fully allocated" and "partially allocated" in stock item table 2021-12-02 21:46:05 +11:00
586d38fb61 Add item count to shipment table 2021-12-02 21:40:21 +11:00
123aab89bc Adds an "available" filter for stock item API 2021-12-02 21:40:03 +11:00
6ec0cfc641 Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/company/templates/company/company_base.html
#	InvenTree/stock/templates/stock/item_base.html
2021-12-02 20:49:13 +11:00
11e527a02a Merge branch 'inventree:master' into plugin-2037 2021-12-02 09:23:05 +01:00
98bbee8159 Adds function to lookup stock item by serial number 2021-12-02 15:55:00 +11:00
6e9937e0e9 Don't be dull, check for null 2021-11-30 15:24:19 +11:00
3f9b280e17 Allow shipment numbers to be non-unique for different sales orders
- must be unique for a given sales order
2021-11-30 00:42:30 +11:00
f3f3030b37 Adds API endpoint to "ship" a sales order shipment 2021-11-30 00:02:03 +11:00
da6c723184 Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/order/serializers.py
2021-11-29 22:59:36 +11:00
baf19c2021 Merge branch 'inventree:master' into plugin-2037 2021-11-28 17:26:09 +01:00
32be39774f PEP fixes 2021-11-28 22:36:47 +11:00
78309c1915 Move validation to the model class 2021-11-28 22:29:01 +11:00
4ee55847f1 Refactor attachment tables 2021-11-28 14:21:20 +11:00
ad6e34953b Update placeholders for serial numbers when creating a new stock item 2021-11-27 00:17:31 +11:00
ef7a9b5152 Adds a simple endpoint for accessing serial number information for a Part instance
- This is not included by default in the "part detail" endpoint as it must be calculated!
2021-11-27 00:11:18 +11:00
0b997dc784 Display both 'allocated' and 'fulfilled' quantity values in salesorder table 2021-11-26 23:30:34 +11:00
c943b320e6 shipment table tweaks 2021-11-26 23:02:29 +11:00
d5e7489623 Table filters 2021-11-26 22:31:25 +11:00
ac645b1fc7 Adds "responsible" row to purchase order table 2021-11-26 22:05:27 +11:00
68e2b0850b Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/build/serializers.py
#	InvenTree/order/templates/order/so_sidebar.html
2021-11-26 08:25:51 +11:00
6a948a1a20 javascript linting 2021-11-25 15:14:16 +11:00
e6dfe27c57 Add a "related parts table" function 2021-11-25 14:54:21 +11:00
a532babde8 Related part table now uses "loadPartTable" function call 2021-11-25 14:13:49 +11:00
ae6ac2ae24 Merge pull request #2360 from matmair/add-translations
Add some missing parts of the UI to translations
2021-11-25 13:27:50 +11:00
7ed5338fe9 add some missing parts of the UI to translations 2021-11-25 01:09:36 +01:00
749f5e8f9a Merge pull request #2357 from SchrodingersGat/auto-fill-supplier
Auto-complete 'manufacturer-part' field for supplier-part form
2021-11-24 13:40:38 +11:00
201911be05 Auto-complete 'manufacturer-part' field for supplier-part form 2021-11-24 12:46:49 +11:00
a13fe1f572 Adds "stock" column to substitute parts dialog 2021-11-24 12:36:10 +11:00
e5d0380356 PEP fixes
finishes work for #2318
2021-11-18 16:35:16 +01:00
d750e9e191 reorder fields 2021-11-18 16:26:31 +01:00