InvenTree/InvenTree/company
Oliver 2d910022ac Fix for supplier price breaks
- Make "price" field an InvenTreeMoneySerializer instance
- Add client-side validation for number inputs
2021-10-26 01:55:41 +11:00
..
fixtures test: improve coverage of new get_destination 2021-06-09 11:04:42 -06:00
migrations Added migration file 2021-10-04 16:41:41 -04:00
templates/company Revert 1fb76b9 2021-10-13 09:40:17 +11:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Adds inline for SupplierPart 2021-06-21 00:03:16 +10:00
api.py Fixes 2021-07-28 23:47:50 +10:00
apps.py Further improvements to build allocation form 2021-10-05 08:25:10 +11:00
forms.py Refactor SupplierPartEdit and SupplierPartDelete forms 2021-07-18 22:46:23 +10:00
models.py Fix plural name for Companies in Admin interface 2021-10-04 15:57:07 -04:00
serializers.py Fix for supplier price breaks 2021-10-26 01:55:41 +11:00
test_api.py Unit test fixes 2021-07-19 10:55:23 +10:00
test_migrations.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
test_views.py Refactor SupplierPartEdit and SupplierPartDelete forms 2021-07-18 22:46:23 +10:00
tests.py Unit test fixes 2021-07-19 00:24:21 +10:00
urls.py Fix URL patterns for ManufacturerPart and SupplierPart 2021-07-20 15:06:09 +10:00
views.py Refactor SupplierPartEdit and SupplierPartDelete forms 2021-07-18 22:46:23 +10:00