Part pricing detail (#655)

* 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 437 additions and 13 deletions

View file

@ -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";