InvenTree/InvenTree/company
Oliver Walters f560be1a9a Bug fix: Part thumbnail API list was not working
- Part images could not be selected from grid
2020-11-04 15:41:17 +11:00
..
fixtures Add unit tests for new aggregation annotation approach 2020-09-05 23:28:54 +10:00
migrations Added UniqueConstraint on name/email pair, renamed migration file 2020-10-20 07:37:07 -05:00
templates/company Bug fix: Part thumbnail API list was not working 2020-11-04 15:41:17 +11:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Add some more search terms to the admin interface 2020-09-29 23:41:50 +10:00
api.py Add filter for supplier part table: 2020-10-29 12:50:17 +11:00
apps.py Add some unit testing 2020-10-04 00:24:48 +10:00
forms.py Add some more form candy 2020-05-16 11:55:10 +10:00
models.py Added UniqueConstraint on name/email pair, renamed migration file 2020-10-20 07:37:07 -05:00
serializers.py SupplierPart price break table now uses API rather than django template 2020-09-17 23:19:50 +10:00
test_api.py Update unit tests 2020-10-06 01:30:36 +11:00
test_views.py Assigned all user permissions for company tests 2020-10-20 14:52:34 -05:00
tests.py Update test fixtures 2020-09-02 19:47:07 +10:00
urls.py Add page to show stock which is assigned to a customer 2020-06-05 11:52:07 +10:00
views.py Added user permissions on company views 2020-10-20 14:11:40 -05:00