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

[PUI] Part charts fix (#8171)

* Refactor "stocktake" chart

- Format date axis correctly
- Better tooltips

* Fix datatable queries

- Prevent potential infinite loop

* Fix tooltip for BOM table

- Bug due to '.' char in names

* Do not reassign parameter

* Another fix

* Check global config value

* Cleanup tooltip for BOM pie

* Edit and refresh pricing from panel
This commit is contained in:
Oliver
2024-09-24 18:36:39 +10:00
committed by GitHub
parent b1c1981b6d
commit 0f2cfdcfd4
17 changed files with 295 additions and 63 deletions

View File

@ -64,6 +64,7 @@ import {
IconProps,
IconQrcode,
IconQuestionMark,
IconRefresh,
IconRulerMeasure,
IconShoppingCart,
IconShoppingCartHeart,
@ -143,6 +144,7 @@ const icons = {
photo: IconPhoto,
upload: IconFileUpload,
reject: IconX,
refresh: IconRefresh,
select_image: IconGridDots,
delete: IconTrash,
packaging: IconPackage,