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

945 Commits

Author SHA1 Message Date
e1ff4b6e87 more class use 2022-05-20 23:01:20 +02:00
e1d22f538d resort imports 2022-05-20 17:24:51 +02:00
c38862b28c Added page action to process pending shipments 2022-05-21 01:05:54 +10:00
74726f0fda fix endline 2022-05-20 13:35:07 +02:00
93b6934127 fix trailing 2022-05-20 13:20:55 +02:00
af0901d06c Changed complete shipments button to always show 2022-05-20 19:30:19 +10:00
b48f8fba2b Merge branch 'inventree:master' into fr-2986-shipment-page-action 2022-05-20 16:02:45 +10:00
239138a1b5 Added page actions menu item 2022-05-20 15:01:45 +10:00
0c02e57b58 Merge pull request #3028 from maksimstojkovic/automatic-shipment-creation
[Feature] Create a default shipment when creating SO
2022-05-19 13:48:33 +10:00
2ddaa9c04a Merge pull request #3020 from SchrodingersGat/download-unit-tests
Download unit tests
2022-05-19 13:34:41 +10:00
140006a4cd Fix PEP styles 2022-05-19 12:19:55 +10:00
4dc997c4ae Added unit test 2022-05-19 02:06:43 +10:00
0831b85e29 Adding some unit tests for SalesOrderLineItem API 2022-05-19 01:39:16 +10:00
276075ce05 PEP styling 2022-05-19 00:33:03 +10:00
2cf67ea0c9 Create default shipment in backend 2022-05-19 00:10:55 +10:00
b6c2ade940 Add unit test for downloading Part data 2022-05-18 07:52:29 +10:00
1c6d79451e Don't decode downloaded .xls file 2022-05-18 07:25:43 +10:00
c5b14944a1 Unit tests for downloading BuildOrder data 2022-05-18 00:31:43 +10:00
0d078768fe Unit tests for downloading PurchaseOrder data 2022-05-18 00:08:11 +10:00
a6be0b32c6 Add unit tests for exporting SalesOrder data 2022-05-17 23:48:58 +10:00
f4b470c396 Merge remote-tracking branch 'inventree/master' into shipment-assign-fix 2022-05-17 18:48:57 +10:00
9bcbaaa5f5 Remove more python2 stuff 2022-05-17 16:57:31 +10:00
c51f052f25 Merge pull request #3011 from matmair/matmair/issue2996
Remove python 2 code
2022-05-17 00:51:31 +10:00
27930cd897 PEP style fixes 2022-05-17 00:41:03 +10:00
3373bb19f1 Remove unique_together requirement on SalesOrderAllocation model 2022-05-17 00:36:30 +10:00
6512c0061e Catch a 500 and make it a 400
While we are at it, convert __all__ to non_field_errors automatically
2022-05-17 00:35:24 +10:00
042cb021de Merge pull request #2957 from SchrodingersGat/locate-mixin
Adds plugin mixin to "locate" items
2022-05-16 22:57:20 +10:00
bd17458f37 Add metadata endpoints for SalesOrder and PurchaseOrder models 2022-05-16 21:40:10 +10:00
5582c8ba43 Add metadata endpoints for SalesOrder and PurchaseOrder models 2022-05-16 21:29:49 +10:00
21ebf562fd Adds metadata fields to PurchaseOrder and SalesOrder models 2022-05-16 21:21:32 +10:00
ecccfbd546 Remove encoding header
Fixes #2996
2022-05-15 20:33:00 +02:00
136d642703 Merge branch 'fix-boolean' of https://github.com/matmair/InvenTree into fix-boolean 2022-05-15 17:52:34 +02:00
77aeecf23a make operators simpler 2022-05-15 17:52:23 +02:00
d0ddb47b1f Adds exporter and download button for sales orders 2022-05-12 11:44:05 +10:00
1b1f7634b7 Adds exporter and download button for PurchaseOrder table 2022-05-12 11:41:25 +10:00
465e69c254 Refactor exporters for:
- Part
- PurchaseOrderLineItem
2022-05-12 11:33:17 +10:00
06e79ee91b Move view mixin to plugin.views 2022-05-07 22:34:03 +10:00
60f799c90a Add plugin view support for most of the remaining views 2022-05-06 23:32:42 +10:00
a1016c746c Merge branch 'inventree:master' into so_fix_clean 2022-05-05 11:27:44 +02:00
1dee578907 Merge pull request #2931 from SchrodingersGat/more-api-functionality
Converting more forms to the API
2022-05-04 23:24:28 +10:00
df9ca599a2 use full names consistently 2022-05-04 15:18:36 +02:00
1c0fba0fca Add unit test for SalesOrderCancel API endpoint 2022-05-04 21:51:09 +10:00
7a5be35f10 Add unit tests for new purchase order API endpoints:
- PurchaseOrderCancel
- PurchaseOrderComplete
- PurchaseOrderIssue
2022-05-04 21:44:38 +10:00
19d3b03280 fix double endif 2022-05-04 13:10:49 +02:00
00dffd953b add messages if company was deleted 2022-05-04 12:39:12 +02:00
1a3d482e42 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2788 2022-05-04 12:33:21 +02:00
88dbd5aa74 PEP fixes 2022-05-04 18:46:07 +10:00
104f9d4a70 Remove outdated unit tests 2022-05-04 18:39:33 +10:00
1cefdfc2e4 PEP style fixes 2022-05-04 17:31:44 +10:00
a510ca89f7 Refactor CancelSalesOrder form 2022-05-04 15:55:21 +10:00