InvenTree/InvenTree/order
2021-07-29 12:35:21 +10:00
..
fixtures Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
migrations Specify 'default' functions for 'reference' field in SalesOrder and PurchaseOrder 2021-07-02 23:59:02 +10:00
templates/order Fix stock.js 2021-07-29 12:35:21 +10: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 Fix for SalesOrder attachment table 2021-07-08 10:48:08 +10:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py Improved handling of po items destination 2021-07-20 17:15:01 -04:00
models.py Fix bug relating no PurchaseOrderLineItem with null Part reference 2021-07-09 12:10:17 +10:00
serializers.py Add 'destination' field to POLineItem API serializer 2021-07-18 21:25:59 +10:00
test_api.py PEP fixes 2021-06-22 16:43:49 +10:00
test_sales_order.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
test_views.py Refactor POLineItemCreate form 2021-07-03 21:43:22 +10:00
tests.py Specify 'default' functions for 'reference' field in SalesOrder and PurchaseOrder 2021-07-02 23:59:02 +10:00
urls.py Refactor PurchaseOrder display 2021-07-13 21:21:00 +10:00
views.py Improved handling of po items destination 2021-07-20 17:15:01 -04:00