InvenTree/InvenTree/part
Oliver dc9e25ebad Adds API endpoints for viewing and updating plugin settings
A lot of code updates / refactoring here to get this to work as expected
2022-01-04 20:27:35 +11:00
..
fixtures Adds API endpoint to allocate stock items against a SalesOrder 2021-10-26 23:51:36 +11:00
migrations adds a "link" field to the InvenTree attachment model 2021-11-28 12:53:01 +11:00
templates Merge pull request #2477 from SchrodingersGat/duplicate-bom-form 2021-12-21 23:06:44 +11:00
templatetags Adds API endpoints for viewing and updating plugin settings 2022-01-04 20:27:35 +11:00
__init__.py Move SupplierPart and SupplierPriceBreak to the 'Company' app 2019-05-18 23:08:34 +10:00
admin.py Add autocomplete fields to admin views for "build" app 2021-12-04 20:17:36 +11:00
api.py "Validate BOM" now uses the API also 2021-12-21 22:45:59 +11:00
apps.py Further improvements to build allocation form 2021-10-05 08:25:10 +11:00
bom.py [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
forms.py "Validate BOM" now uses the API also 2021-12-21 22:45:59 +11:00
models.py Merge branch 'master' of https://github.com/inventree/InvenTree into sn-append 2021-12-29 23:45:19 +01:00
serializers.py Furher logic improvements to BOM copy 2021-12-21 22:07:08 +11:00
settings.py Added PART_NAME_FORMAT to Inventree settings and exposed the same in settings window with a validator 2021-10-12 19:06:23 +05:30
tasks.py [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
test_api.py Add unit testing for 'validated' filter 2021-11-24 10:52:20 +11:00
test_bom_export.py PEP fixes 2021-08-12 23:47:42 +10:00
test_bom_item.py [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
test_category.py Add manager class for StockItem 2021-07-21 09:28:58 +10:00
test_migrations.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
test_param.py Change some warnings to infos 2021-06-23 18:54:01 +10:00
test_part.py [FR] Confirm to W293 2021-11-23 00:28:23 +01:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
test_views.py PEP code style fixes 2021-11-25 14:55:24 +11:00
urls.py "Validate BOM" now uses the API also 2021-12-21 22:45:59 +11:00
views.py "Validate BOM" now uses the API also 2021-12-21 22:45:59 +11:00