2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

Add an image

This commit is contained in:
Oliver Walters 2022-12-01 20:53:51 +11:00
parent 429929fd2f
commit 261fdbc705
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@ Database backup and restore functionality has been improved, using the [dbbackup
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.
![BOM Pricing](/assets/blog/bom-pricing.png)
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/).
@ -51,6 +53,8 @@ A completely new type of plugin introduced in this release is the [validation pl
### News Reader
### Part Scheduling
- New features

BIN
assets/blog/bom-pricing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB