InvenTree/InvenTree/order
Oliver f6ffef66e0 Fixes for new "allocation" tab
- Fix broken link
- Add "description" column
- Add thumbnail images
2022-01-27 16:25:26 +11:00
..
fixtures Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
migrations Merge conflicting migrations 2021-12-03 00:43:10 +11:00
templates/order Sales order can now be completed via the API 2021-12-04 13:50:11 +11:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py Add autocomplete fields to "order" admin pages 2021-12-04 20:09:39 +11:00
api.py Fixes for new "allocation" tab 2022-01-27 16:25:26 +11: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 style fixes 2022-01-26 23:17:58 +11:00
serializers.py Fixes for new "allocation" tab 2022-01-27 16:25:26 +11:00
test_api.py Merge remote-tracking branch 'inventree/master' into partial-shipment 2021-12-02 23:58:52 +11: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 Allocation by serial number now moved to the API 2021-12-04 13:08:00 +11:00