InvenTree/InvenTree/part
Lavissa fb71e847bb
[PUI] Details Panel components (#6040)
* Add default_location to part filters

* Add Detail components

* Add Detail Image V1

* Remove piggyback change from different branch

* Remove unused code

* Add remove image modal

* Basic part image selection form

* Add Part Image selector Modal and fix PartThumb API pagination

* imports

* Add Image Upload modal

* Typescript and translation cleanup

* .

* Revert temporary workaround for existing_image

* Start adding fields

* .

* Modre fields and Icon manager

* Add most part detail fields

* .

* Final draft

* Remove unused TS

* More cleanup

* .

* Bump API version

* .

* Docstring oopsie
2024-01-31 10:37:42 +11:00
..
fixtures Add check for KeyError on reading plugin commit (#6300) 2024-01-22 06:56:08 +11:00
migrations Fix stock item splitting bug (#6335) 2024-01-24 12:09:33 +00:00
templates/part Remove {% jstrans %} tag (#6298) 2024-01-21 22:47:47 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
api.py [PUI] Details Panel components (#6040) 2024-01-31 10:37:42 +11:00
apps.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
bom.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
filters.py [PUI] Details Panel components (#6040) 2024-01-31 10:37:42 +11:00
forms.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
helpers.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
models.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
part.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
serializers.py [PUI] Details Panel components (#6040) 2024-01-31 10:37:42 +11:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
stocktake.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
tasks.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_api.py Style fixes (#6203) 2024-01-11 15:16:03 +11:00
test_bom_export.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_bom_import.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_bom_item.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_category.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_migrations.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_param.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_part.py Fix escape codes in translated strings (#6234) 2024-01-14 13:29:36 +11:00
test_pricing.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
urls.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00