2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00
Commit Graph

921 Commits

Author SHA1 Message Date
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
bf48e3204b Refactor PurchaseOrderIssue form 2022-05-04 15:45:13 +10:00
5afc3bfce2 Replace PurchaseOrderComplete form 2022-05-04 15:33:50 +10:00
62cd0f39c7 Replace the existing CancelPurchaseOrderForm with an API driven form 2022-05-04 15:14:14 +10:00
c7980a347e Adds ability to add custom serializer context information to the OPTIONS endpoint
- Will be useful for constructing prettier forms with information about the endpoint
2022-05-04 15:06:02 +10:00
b65a969433 Merge pull request #2928 from matmair/coverage-adaption
Increase coverage
2022-05-04 09:39:24 +10:00
0900fe82dc ignore coverage on reverse conversion 2022-05-03 20:11:41 +02:00
e7ddeb8173 PEP style fixes 2022-05-03 17:36:30 +10:00
96c5a8252c remove dead code 2022-05-03 17:33:03 +10:00
141b764b94 Modal fixes 2022-05-03 14:01:25 +10:00
8cd8581dbf fixes 2022-05-03 13:51:04 +10:00
1794f65d19 Button to submit each row individually 2022-05-03 13:44:28 +10:00
87515b1b48 fix __str__ instance 2022-05-02 22:46:03 +02:00
e7b189ba29 fix templates 2022-05-02 22:41:24 +02:00
8f3899ffe6 move migrations 2022-05-02 22:10:50 +02:00
0c338cb2ae Merge branch 'inventree:master' into matmair/issue2788 2022-05-02 21:50:57 +02:00
e87a02638e Merge remote-tracking branch 'inventree/master' into order-parts-wizard
# Conflicts:
#	InvenTree/order/serializers.py
#	InvenTree/templates/js/translated/model_renderers.js
2022-05-02 16:11:11 +10:00
de6507e918 update translation commands 2022-05-01 22:03:49 +02:00
67ab45bdee update depreciated paths 2022-05-01 22:00:18 +02:00
d05472b30c upgrade to pyhton 3.9 syntax
using pyupgrade
2022-05-01 21:53:12 +02:00
58901a8cf6 fix migrations 2022-05-01 00:15:02 +02:00
0c72fa180c fix model backtrack 2022-05-01 00:09:17 +02:00
132f4aa82e Use set_null instead 2022-05-01 00:07:13 +02:00
4180336705 comment out not used variable 2022-04-28 00:51:35 +02:00
87aeed9ab3 disable broken test 2022-04-28 00:46:59 +02:00