InvenTree/InvenTree/order
Oliver 2c9bbb051a Add some unit tests
- Saving a model automatically updates the reference_int field
- Data migrations are correctly applied
2021-10-14 19:12:23 +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 some unit tests 2021-10-14 19:12:23 +11:00
templates/order Add a form to select export format 2021-10-07 13:33:10 +11:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py exclude new field from admin view 2021-10-14 18:57:02 +11:00
api.py Add a 'reference_int' field to the models, to be used as a secondary index 2021-10-14 17:45:43 +11:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py Remove outdated Views / Forms 2021-10-06 20:19:29 +11:00
models.py Auto-rebuild the reference field for the SalesOrder on save 2021-10-14 18:00:17 +11:00
serializers.py Add a 'reference_int' field to the models, to be used as a secondary index 2021-10-14 17:45:43 +11:00
test_api.py Unit test fixes 2021-10-05 17:35:10 +11:00
test_migrations.py Add some unit tests 2021-10-14 19:12:23 +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 Adds view for exporting sales order 2021-10-07 13:16:25 +11:00
views.py Adds view for exporting sales order 2021-10-07 13:16:25 +11:00