2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 19:25:27 +00:00

Adds support for currency display (#277)

* Adds a helper function for rendering currency data

* Update helper functions for StockItem model

* Render purchasePrice correctly for stockitem

* Use currency_formatter library instead of money_formatter

* Add total price display for purchase order

* icon fix
This commit is contained in:
Oliver
2023-03-08 23:42:26 +11:00
committed by GitHub
parent 221920cbbe
commit 347e80d8e2
9 changed files with 311 additions and 236 deletions

View File

@ -4,6 +4,7 @@
### 0.10.2 - March 2023
---
- Adds support for proper currency rendering
- Fix icon for supplier part detail widget
### 0.10.1 - February 2023