2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-22 06:50:50 +00:00

Part pricing detail ()

* Implement part pricing data and new part pricing widget

* improve part pricing widget and part pricing data. Add part pricing setting.

* Refactor helper func

* Tweak translated string

* Refactor part pricing page

* Update release notes

* Fixes

* More cleanup

---------

Co-authored-by: JarEXE <eykenj@gmail.com>
This commit is contained in:
Oliver
2025-06-14 10:56:56 +10:00
committed by GitHub
parent 13cb2f9164
commit 13abcae84c
10 changed files with 437 additions and 13 deletions

@ -30,6 +30,7 @@ const String INV_ENABLE_LABEL_PRINTING = "enableLabelPrinting";
// Part settings
const String INV_PART_SHOW_PARAMETERS = "partShowParameters";
const String INV_PART_SHOW_BOM = "partShowBom";
const String INV_PART_SHOW_PRICING = "partShowPricing";
// Stock settings
const String INV_STOCK_SHOW_HISTORY = "stockShowHistory";