2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-04 08:18:53 +00:00

Info about pricing overhaul

This commit is contained in:
Oliver Walters 2022-12-01 20:43:40 +11:00
parent 00cb78c286
commit 71d06b5161

View File

@ -23,7 +23,11 @@ Database backup and restore functionality has been improved, using the [dbbackup
### Pricing Overhaul
This release provides a major overhaul for how pricing data is managed. The new pricing system calculates various pricing information (such as BOM cost or purchase price range) and caches this data in the database. This means that the efficiency of accessing pricing data in real time is greatly improved. For complex bills of material, viewing pricing data was (before this update) extremely prohibitive, due to the recursive calculations which were being performed "on the fly". The new achitecture makes use of the background worker to recalculate pricing information whenever the underlying data changes, ensuring that "up to date" pricing is readily available.
Additionally, more options for controlling how pricing information is calculated and handled have been implemented.
You can read more about managing pricing data in InvenTree at [docs.inventree.org](https://docs.inventree.org/en/latest/part/pricing/).
### Barcode Refactor