InvenTree/InvenTree/stock
Oliver 0f2675c139
[PUI] Child item table (#6334)
* Add child stock item table

* Fix stock item splitting bug

- StockItem tree was not being rebuilt correctly
- Add unit tests

* Annotate StockItem serializer with "child_items" count

* Show or hide "child items" panel

* Account for case where tree_id is zero
2024-01-24 12:33:34 +00:00
..
fixtures Extend functionality of custom validation plugins (#4391) 2023-03-07 22:43:12 +11:00
migrations Update django money / py-moneyed dependencies (#5778) 2023-10-31 22:19:55 +11:00
templates/stock 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] Child item table (#6334) 2024-01-24 12:33:34 +00:00
apps.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
filters.py [PUI] Child item table (#6334) 2024-01-24 12:33:34 +00:00
models.py Fix stock item splitting bug (#6335) 2024-01-24 12:09:33 +00:00
serializers.py [PUI] Child item table (#6334) 2024-01-24 12:33:34 +00:00
test_api.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_views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
tests.py Fix stock item splitting bug (#6335) 2024-01-24 12:09:33 +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