InvenTree/InvenTree/order
2022-03-27 23:18:20 +02:00
..
fixtures Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
migrations use sub-context for migrations 2022-03-27 23:18:20 +02:00
templates/order rename AdditionalLineItems to ExtraLine 2022-03-27 01:11:25 +01:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py finish renaming SO / PO 2022-03-27 01:41:16 +01:00
api.py finish renaming SO / PO 2022-03-27 01:41:16 +01:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py remove dead code 2022-01-21 00:30:51 +01:00
models.py remove blank line 2022-03-27 23:14:28 +02:00
serializers.py add context to extra lines 2022-03-27 01:55:55 +01:00
test_api.py finish renaming SO / PO 2022-03-27 01:41:16 +01:00
test_migrations.py Unit test fixes 2021-12-03 18:42:36 +11:00
test_sales_order.py unit testing fixes 2021-12-04 17:30:13 +11: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 Allocation by serial number now moved to the API 2021-12-04 13:08:00 +11:00
views.py finish renaming SO / PO 2022-03-27 01:41:16 +01:00