2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 03:30:54 +00:00

[PUI] stock item delete (#7204)

* Handle stock item delete in PUI

* Support deletion of stock location

* Delete part category

* Some refactoring of the TableField approach

- Still needs some work
- Code can be made a lot cleaner here

* Use mantine components

* Fix incorrect import

* Update ServerInfoModal

* Further table refactoring

* Implement delete part function
This commit is contained in:
Oliver
2024-05-13 11:04:19 +10:00
committed by GitHub
parent 700a3612b7
commit b5a3e4aac4
12 changed files with 399 additions and 252 deletions

View File

@ -22,6 +22,7 @@ import {
IconClipboardText,
IconCopy,
IconCornerDownLeft,
IconCornerDownRight,
IconCornerUpRightDouble,
IconCurrencyDollar,
IconDots,
@ -190,6 +191,7 @@ const icons = {
phone: IconPhone,
sitemap: IconSitemap,
downleft: IconCornerDownLeft,
downright: IconCornerDownRight,
barcode: IconQrcode,
barLine: IconMinusVertical,
batch_code: IconClipboardText,