InvenTree/InvenTree/order
Matthias c775c4611f adding custom action button
save the changes to the db and return success-json
2021-05-07 07:19:43 +02:00
..
fixtures Increase unit testing for order API 2021-01-14 22:06:53 +11:00
migrations Add in sale price model 2021-05-04 21:56:25 +02:00
templates/order adding custom action button 2021-05-07 07:19:43 +02: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 Bug fix for sorting of sales orders 2021-03-03 08:32:57 +11:00
apps.py Create initial models for 'Order' 2019-06-04 22:19:04 +10:00
forms.py Add in sale price model 2021-05-04 21:56:25 +02:00
models.py Merge branch 'master' of https://github.com/inventree/InvenTree into issue1425 2021-05-06 14:54:26 +02:00
serializers.py Add in sale price model 2021-05-04 21:56:25 +02:00
test_api.py PEP fixes 2021-02-27 07:56:38 +11:00
test_sales_order.py Remove unused import 2021-03-30 08:43:09 +11:00
test_views.py Add some unit testing 2021-01-02 22:21:37 +11:00
tests.py Adds unit testing for order overdue status 2021-01-20 07:49:14 +11:00
urls.py add in price modal in table 2021-05-05 20:53:53 +02:00
views.py adding custom action button 2021-05-07 07:19:43 +02:00