InvenTree/InvenTree/part
Oliver 3bea809823
Unit check option (#5175)
* Add option to control parameter units

* Check setting before validation

* Update part parameter settings page

* Update unit tests

* Update docs
2023-07-05 11:11:19 +10:00
..
fixtures Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
migrations Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
templates/part Child items table (#5114) 2023-06-28 15:22:23 +10:00
templatetags Add more version information (#5014) 2023-06-12 00:32:03 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
api.py Variant low stock (#5102) 2023-06-24 22:31:52 +10:00
apps.py Part pricing cache (#3710) 2022-11-14 15:58:22 +11:00
bom.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
filters.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
forms.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
models.py Unit check option (#5175) 2023-07-05 11:11:19 +10:00
part.py Fixes and improvements for the part import wizard (#4127) 2023-01-01 22:03:43 +11:00
serializers.py Query improvements for BuildLine table (#5153) 2023-07-04 19:24:36 +10:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tasks.py Transfer stock location (#5117) 2023-06-28 21:59:47 +10:00
test_api.py Scheduling api fix (#5093) 2023-06-23 23:55:52 +10:00
test_bom_export.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_bom_import.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_bom_item.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
test_category.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
test_migrations.py Fix for faulty data migrations (#4987) 2023-06-08 21:12:57 +10:00
test_param.py Unit check option (#5175) 2023-07-05 11:11:19 +10:00
test_part.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
test_pricing.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
test_views.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
urls.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
views.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00