InvenTree/InvenTree/order
Oliver Walters 7068f70811 Fixes for 'order parts' form
- Sometimes the part pk was not being retrieved properly
2020-11-27 11:18:45 +11:00
..
fixtures Update test fixtures 2020-09-02 19:47:07 +10:00
migrations Add missing migration file 2020-11-12 22:04:50 +11:00
templates/order Fixes for 'order parts' form 2020-11-27 11:18:45 +11:00
__init__.py Run tests on custom validators 2019-06-17 22:18:00 +10:00
admin.py Add some more search terms to the admin interface 2020-09-29 23:41:50 +10:00
api.py Update permission requirements for API 2020-10-06 00:36:55 +11:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py Add "purchase price" field to PurchaseOrderLineItem table 2020-11-12 18:05:24 +11:00
models.py Fixes for 'single pricing' for SupplierPart 2020-11-12 19:46:19 +11:00
serializers.py Add "purchase price" field to PurchaseOrderLineItem table 2020-11-12 18:05:24 +11:00
test_api.py Add PEP8-naming extension for flake 2020-11-12 21:53:04 +11:00
test_sales_order.py Add PEP8-naming extension for flake 2020-11-12 21:53:04 +11:00
test_views.py Add PEP8-naming extension for flake 2020-11-12 21:53:04 +11:00
tests.py Fix unit tests 2020-05-14 15:20:40 +10:00
urls.py Display table of items received against a particular purchase order 2020-10-19 11:40:57 +11:00
views.py Fixed saving of purchase and sales order forms 2020-11-05 14:38:54 -05:00