InvenTree/InvenTree/order
Oliver Walters e128410d54 Update 'required' status for new serializers
(cherry picked from commit 2306e29743eb25266c78bec5357d1194e0778c58)
2020-05-26 20:29:09 +10:00
..
fixtures Function to predict the next purchase order number 2020-05-14 15:00:00 +10:00
migrations Drag and drop for order attachments 2020-05-13 11:28:45 +10:00
templates/order Add buttons to edit / delete a Test result 2020-05-17 00:04:45 +10:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py PEP fixes 2020-04-22 13:21:45 +10:00
api.py Add new attechment functionality to new models 2020-05-12 21:40:42 +10:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py PEP fixes 2020-05-16 17:52:25 +10:00
models.py Auto-increment sales order reference number 2020-05-14 15:05:55 +10:00
serializers.py Update 'required' status for new serializers 2020-05-26 20:29:09 +10:00
test_api.py PEP fix 2020-05-12 00:07:08 +10:00
test_sales_order.py Add some more unit testing for the builds 2020-04-27 21:28:44 +10:00
test_views.py Separate concept of "OrderStatus" into "SalesOrderStatus" and "PurchaseOrderStatus" 2020-04-23 20:38:09 +10:00
tests.py Fix unit tests 2020-05-14 15:20:40 +10:00
urls.py Refactor "attachment" table into template 2020-05-12 22:05:38 +10:00
views.py Auto-increment sales order reference number 2020-05-14 15:05:55 +10:00