InvenTree/InvenTree/order
Oliver ddcfc8996c Further fixes for API / serializer classes
- Correctly catch and re-throw errors
- Provide request to serializer context
2021-10-05 12:12:37 +11:00
..
fixtures Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
migrations Add migration file 2021-09-02 11:11:25 +10:00
templates/order bug fix 2021-09-08 14:14:14 +10:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py Defined custom SupplierPart object manager and prefetch related models in all queries 2021-07-13 12:55:36 -04:00
api.py Further fixes for API / serializer classes 2021-10-05 12:12:37 +11:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py Improved handling of po items destination 2021-07-20 17:15:01 -04:00
models.py Add unit test 2021-10-03 01:03:40 +10:00
serializers.py Further fixes for API / serializer classes 2021-10-05 12:12:37 +11:00
test_api.py Add unit test 2021-10-03 01:03:40 +10:00
test_sales_order.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
test_views.py Refactor POLineItemCreate form 2021-07-03 21:43:22 +10:00
tests.py Specify 'default' functions for 'reference' field in SalesOrder and PurchaseOrder 2021-07-02 23:59:02 +10:00
urls.py Refactor PurchaseOrder display 2021-07-13 21:21:00 +10:00
views.py Improved handling of po items destination 2021-07-20 17:15:01 -04:00