InvenTree/InvenTree/order
2020-04-27 21:28:44 +10:00
..
fixtures Cleanup 2019-09-13 20:53:04 +10:00
migrations Add some unit testing for the SalesOrder model 2020-04-27 11:32:20 +10:00
templates/order Add some unit testing for the SalesOrder model 2020-04-27 11:32:20 +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 Calculate 'fulfilled' quantity once a sales order is marked as shipped 2020-04-27 08:58:18 +10:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py Form for shipping a SalesOrder 2020-04-24 10:20:56 +10:00
models.py Fix for build complete form 2020-04-27 20:16:41 +10:00
serializers.py Add some unit testing for the SalesOrder model 2020-04-27 11:32:20 +10:00
test_api.py Unit testing for Order app API 2020-04-10 08:02:51 +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 Separate concept of "OrderStatus" into "SalesOrderStatus" and "PurchaseOrderStatus" 2020-04-23 20:38:09 +10:00
urls.py Add two new "build orders" tab to the "sales order" view 2020-04-25 13:29:18 +10:00
views.py Mark a SalesOrder as "shipped" 2020-04-25 08:46:28 +10:00