InvenTree/InvenTree/order
2020-05-16 11:05:45 +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 Drag and drop for order attachments 2020-05-13 11:28: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 Bugfix: Turns out 'prefix' and 'suffix' were protected fields! 2020-05-16 11:05:45 +10:00
models.py Auto-increment sales order reference number 2020-05-14 15:05:55 +10:00
serializers.py Expose salesorder and purchaseorder attachments to the API 2020-05-11 23:41:57 +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