InvenTree/InvenTree/order
Oliver Walters 4d73aab090 Add "overdue" flag to serializer
- Also allow filtering by overdue status in the API
2021-01-14 17:33:24 +11:00
..
fixtures Update test fixtures 2020-09-02 19:47:07 +10:00
migrations Add "target_date" field to PurchaseOrder 2021-01-14 17:28:57 +11:00
templates/order Bug fix for cancelling purchase orders 2021-01-14 14:37:49 +11:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py Add some more search terms to the admin interface 2020-09-29 23:41:50 +10:00
api.py Add "overdue" flag to serializer 2021-01-14 17:33:24 +11:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py Fix target date form field for SalesOrder 2021-01-02 21:54:07 +11:00
models.py Add "target_date" field to PurchaseOrder 2021-01-14 17:28:57 +11:00
serializers.py Add "overdue" flag to serializer 2021-01-14 17:33:24 +11:00
test_api.py Add PEP8-naming extension for flake 2020-11-12 21:53:04 +11:00
test_sales_order.py Add PEP8-naming extension for flake 2020-11-12 21:53:04 +11:00
test_views.py Add some unit testing 2021-01-02 22:21:37 +11:00
tests.py Fix unit testing 2020-12-18 19:46:02 +11:00
urls.py Display table of items received against a particular purchase order 2020-10-19 11:40:57 +11:00
views.py Bug fix for cancelling purchase orders 2021-01-14 14:37:49 +11:00