InvenTree/InvenTree/stock
Oliver 69871699c0
Details updates (#6605)
* Fix onClick behaviour for details image

* Moving items

- These are not "tables" per-se

* Refactoring for DetailsTable

* Skip hidden fields

* Cleanup table column widths

* Update part details

* Fix icons

* Add image back to part details

- Also fix onClick events

* Update stockitem details page

* Implement details page for build order

* Implement CompanyDetails page

* Implemented salesorder details

* Update SalesOrder detalis

* ReturnOrder detail

* PurchaseOrder detail page

* Cleanup build details page

* Stock location detail

* Part Category detail

* Bump API version

* Bug fixes

* Use image, not thumbnail

* Fix field copy

* Cleanup imgae hover

* Improve PartDetail

- Add more data
- Add icons

* Refactoring

- Move Details out of "tables" directory

* Remove old file

* Revert "Remove old file"

This reverts commit 6fd131f2a5.

* Fix files

* Fix unused import
2024-03-01 06:13:08 +00:00
..
fixtures [WIP] Test result table (#6430) 2024-02-18 23:26:01 +11:00
migrations Fixes for test result updates (#6514) 2024-02-19 16:04:10 +11:00
templates/stock API Tree filters (#6536) 2024-02-21 23:34:20 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py [WIP] Test result table (#6430) 2024-02-18 23:26:01 +11:00
api.py Tree fix (#6581) 2024-02-27 01:00:11 +00:00
apps.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
filters.py Tree fix (#6581) 2024-02-27 01:00:11 +00:00
models.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
serializers.py Details updates (#6605) 2024-03-01 06:13:08 +00:00
test_api.py Tree fix (#6583) 2024-02-27 03:00:32 +00:00
test_migrations.py [WIP] Test result table (#6430) 2024-02-18 23:26:01 +11:00
test_views.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
tests.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
urls.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
views.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00