InvenTree
InvenTree copied to clipboard
[React] Implement existing Part functions
Ref: https://github.com/inventree/InvenTree/issues/5212
This issue serves as a list of functions / items / views which need to be reimplemented for the new react interface, specifically for the "part" views
TODO
- [x] Implement part overview page
- [x] Implement part category page
- [x] Implement "part detail" panel
- [x] Implement "select part image" interface
- [x] Implement "parametric part table"
- [x] Implement "manufacturers" panel
- [x] Implement "allocations" panel
- [x] Implement "pricing" panel
- [ ] Implement "scheduling" panel
- [x] Implement "stocktake" panel - https://github.com/inventree/InvenTree/pull/7704
- [x] Implement "purchase orders" panel
- [x] Implement "duplicate part" function
- [ ] Implement "order part" functionality
- [x] Implement "label printing" functionality - https://github.com/inventree/InvenTree/pull/7074