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

1541 Commits

Author SHA1 Message Date
9fc7976569 Refactor all "adjustment" forms to use the new API approach 2021-07-12 20:38:54 +10:00
2bebf2d41a Test fixes 2021-07-12 20:00:50 +10:00
11ee8e8369 Raise error if specified quantity is above available quantity 2021-07-12 19:59:10 +10:00
51314a0261 Refactor error messaging for stock adjustment API 2021-07-12 19:41:50 +10:00
e04828214a Refactor showApiError() function 2021-07-12 19:20:29 +10:00
e3f85414fa Stock API URL cleanup 2021-07-12 17:32:06 +10:00
c045a3b6f6 Refactorin' 2021-07-11 20:36:52 +10:00
03fb6e5c61 support leading zeros in serial numbers 2021-07-10 17:54:17 +02:00
cbd291849c More unit test fixes 2021-07-09 01:49:17 +10:00
a985e11aa8 Simplify and add filters for StockList API endpoint 2021-07-08 20:10:22 +10:00
c7f79a5a08 Fixes 2021-07-08 19:23:01 +10:00
79d90b1c4a Additional filtering options for name and IPN fields 2021-07-08 17:46:57 +10:00
f0e7826fdc Adds some more API filters for the StockItem endpoint 2021-07-08 17:44:52 +10:00
81010994e7 Adds regex filtering for "batch" code on StockItem 2021-07-08 17:26:55 +10:00
a2870b60d9 Merge pull request #1757 from matmair/stock-next-prev
Stock previous / next serial
2021-07-08 11:41:01 +10:00
1a979fc113 Filtering fix for StockItem attachments 2021-07-08 10:41:18 +10:00
2db42eff50 remove unneeded tag 2021-07-06 21:25:42 +02:00
98c52c06ac Revert "fetching supplier part for stock tables"
This reverts commit eaf191dc8d.
2021-07-06 21:20:27 +02:00
9ed2338162 bolder type for serial numbers 2021-07-06 21:10:42 +02:00
87a7081185 Fixed supplier part detail handling in stock table 2021-07-06 14:32:16 -04:00
6687661928 Fixes for stock modal and notes propagation to tracking items 2021-07-05 17:36:10 -04:00
84b67e2cc1 also allow the boundaries 2021-07-05 00:53:05 +02:00
1786c029b4 prev and next serial link in stock items 2021-07-05 00:47:45 +02:00
eaf191dc8d fetching supplier part for stock tables 2021-07-04 23:45:04 +02:00
2b7805e668 PEP fix 2021-07-03 20:34:30 +10:00
8d1928f181 Typo fix 2021-07-03 20:29:23 +10:00
ce703bf94b Adds detail API endpoint for StcokItemTracking model 2021-07-03 20:26:33 +10:00
90a3a8a288 Merge remote-tracking branch 'inventree/master' into drf-api-forms 2021-07-03 12:35:40 +10:00
f051714a75 style fix 2021-07-02 16:34:06 +02:00
9c8717574a implement purchase price filter for stock table
Closes #1717
2021-07-02 16:31:42 +02:00
984828f3bb Specify 'default' functions for 'reference' field in SalesOrder and PurchaseOrder
- Refactor CreatePurchaseOrder form
- Some migrations
2021-07-02 23:59:02 +10:00
51ebe30754 Merge remote-tracking branch 'inventree/master' into drf-api-forms
# Conflicts:
#	InvenTree/company/forms.py
2021-07-02 11:26:09 +10:00
3c6c9c59d6 added clean migration steps for all price fields 2021-07-01 07:11:15 +02:00
9d1c1b98df PEP fix 2021-07-01 14:33:16 +10:00
bb0a72f235 Refactor forms for StockItemTestResult
- Add DETAIL endpoint for model
- Remove old views
- Remove old forms
2021-07-01 14:31:37 +10:00
ea8b102897 style fix 2021-07-01 00:50:50 +02:00
fcdefc4f83 removing default_currency in fields 2021-07-01 00:40:26 +02:00
3a57093b4e replace MoneyFields with inherited classes 2021-07-01 00:13:38 +02:00
770cd9a12d Fix for LocationSerializer 2021-06-30 22:10:15 +10:00
30ac5dba55 Display attachment upload date 2021-06-30 17:44:23 +10:00
9b4db43232 Refactoring "attachment" tables to use the API
- Part attachments
- StockItem attachments
- PurchaseOrder attachments
- SalesOrder attachments
- BuildOrder attachments
2021-06-30 17:40:44 +10:00
8f47035a7b Refactor delete view for PartAttachment and StockItemAttachment 2021-06-30 12:58:41 +10:00
b946aedb5c Replace PartAttachmentEdit view 2021-06-30 09:49:30 +10:00
8c439e52fd PEP fix 2021-06-30 09:41:13 +10:00
54c9bd25a5 Add detail endpoint for StockItemAttachment 2021-06-30 09:40:54 +10:00
87235b7e6f Replace StockItemAttachmentCreate form
- Also replace drag-and-drop
- Add 'hidden' option for form fields
- Adds renderer for StockItem model
2021-06-30 09:17:28 +10:00
7d53bcb27c Convert StockItemEditStatus to use API forms 2021-06-30 08:52:53 +10:00
67f76c8bca Merge remote-tracking branch 'inventree/master' into drf-api-forms 2021-06-27 09:26:23 +10:00
7505d7b3c5 Unit test fixes 2021-06-27 00:47:12 +10:00
04374c71c2 Annotate models with their API list view
- It will make sense, trust me
2021-06-25 00:17:58 +10:00