InvenTree/InvenTree/company
Oliver Walters 599220a931 Fixes for custom SQL queries
- Don't use double quotes!
- NO NO NO!
- Single quotes only
2020-11-19 09:15:16 +11:00
..
fixtures Remove common_currency model entirely 2020-11-11 00:21:06 +11:00
migrations Fixes for custom SQL queries 2020-11-19 09:15:16 +11:00
templates/company Add 'currency' option for company 2020-11-12 11:02:10 +11:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Remove common_currency model entirely 2020-11-11 00:21:06 +11:00
api.py Add filter for supplier part table: 2020-10-29 12:50:17 +11:00
apps.py Improve settings.py 2020-11-13 13:38:01 +11:00
forms.py Add option to add a single-quantity price-break when creating a new SupplierPart object 2020-11-12 21:36:32 +11:00
models.py Add option to add a single-quantity price-break when creating a new SupplierPart object 2020-11-12 21:36:32 +11:00
serializers.py Remove common_currency model entirely 2020-11-11 00:21:06 +11:00
test_api.py Add PEP8-naming extension for flake 2020-11-12 21:53:04 +11:00
test_views.py PEP fixes 2020-11-13 07:28:21 +11:00
tests.py Add 'currency' option for company 2020-11-12 11:02:10 +11:00
urls.py Add page to show stock which is assigned to a customer 2020-06-05 11:52:07 +10:00
views.py Add option to add a single-quantity price-break when creating a new SupplierPart object 2020-11-12 21:36:32 +11:00