InvenTree/InvenTree/part
Oliver Walters 500da8099b Add forms / views for creating a new build output, and completing the build
- Also some refactoring of how forms are handled and saved
2020-11-02 22:56:26 +11:00
..
fixtures Update test fixtures 2020-09-02 19:47:07 +10:00
migrations Even though nothing happened to the database schema, the field description changed 2020-10-27 15:58:05 +11:00
templates Update unit testing 2020-10-30 23:08:12 +11:00
templatetags Bug fix - re-introduce settings_value custom tag 2020-10-26 22:44:49 +11:00
__init__.py Move SupplierPart and SupplierPriceBreak to the 'Company' app 2019-05-18 23:08:34 +10:00
admin.py Normalize quantity field when exporting BOM 2020-10-08 14:05:55 +11:00
api.py Add filtering for BOM table 2020-10-30 11:45:54 +11:00
apps.py Check "trackable" status of part 2020-10-26 08:29:06 +11:00
bom.py BoM export, Part stock: changed 'Location' header to 'Default Location' 2020-08-25 16:02:46 -05:00
forms.py Adds function to duplicate a BOM from a parent part 2020-10-30 10:08:06 +11:00
models.py Add forms / views for creating a new build output, and completing the build 2020-11-02 22:56:26 +11:00
serializers.py Added category 'default_location' to serializer 2020-10-12 13:14:24 -05:00
test_api.py Unit testing fixes 2020-10-06 16:03:19 +11:00
test_bom_item.py Bug fixes for BuildItemCreate view: 2020-10-23 23:09:22 +11:00
test_category.py Added tests for Category parameters methods, some code clean-up 2020-10-01 13:46:56 -05:00
test_param.py Tests for part parameters 2019-09-08 20:18:21 +10:00
test_part.py Lots of work towards multiple build output 2020-11-02 01:24:31 +11:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
test_views.py Unit testing fixes 2020-10-06 16:03:19 +11:00
urls.py Adds function to duplicate a BOM from a parent part 2020-10-30 10:08:06 +11:00
views.py Add forms / views for creating a new build output, and completing the build 2020-11-02 22:56:26 +11:00