InvenTree/InvenTree/order
2020-09-30 23:57:23 +10:00
..
fixtures Update test fixtures 2020-09-02 19:47:07 +10:00
migrations Order: Improve help text(s) 2020-08-31 19:13:24 +10:00
templates/order Update admin links to require specific permissions 2020-09-30 23:57:23 +10: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 Filter SalesOrder by status 2020-06-05 12:08:47 +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 Order: Improve help text(s) 2020-08-31 19:13:24 +10:00
serializers.py Update serializers for Order model 2020-09-05 23:08:59 +10:00
test_api.py PEP fix 2020-05-12 00:07:08 +10:00
test_sales_order.py pep fixes 2020-09-02 20:16:46 +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 Cleanup errors in unit testing 2020-09-28 22:08:38 +10:00