InvenTree/InvenTree/order
2021-10-06 16:38:13 +11:00
..
fixtures Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
migrations Add migration file 2021-09-02 11:11:25 +10:00
templates/order Move the "loadSalesOrderLineItemTable" code to order.js 2021-10-06 16:14:39 +11:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py Defined custom SupplierPart object manager and prefetch related models in all queries 2021-07-13 12:55:36 -04:00
api.py Add filtering by "completed" status for purchase order line items 2021-10-05 17:15:41 +11:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py PEP fixes 2021-10-05 16:10:00 +11:00
models.py Add unit test 2021-10-03 01:03:40 +10:00
serializers.py Fix rendering of row sub tables 2021-10-06 16:38:13 +11:00
test_api.py Unit test fixes 2021-10-05 17:35:10 +11:00
test_sales_order.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
test_views.py PEP fixes 2021-10-05 16:39:18 +11:00
tests.py Specify 'default' functions for 'reference' field in SalesOrder and PurchaseOrder 2021-07-02 23:59:02 +10:00
urls.py Receiving items against a purchase order now makes use of the API forms 2021-10-05 16:05:18 +11:00
views.py PEP fixes 2021-10-05 16:10:00 +11:00