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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 311 additions and 236 deletions

View file

@ -1180,6 +1180,9 @@
"tokenMissingFromResponse": "Access token missing from response",
"@tokenMissingFromResponse": {},
"totalPrice": "Total Price",
"@totalPrice": {},
"transfer": "Transfer",
"@transfer": {
"description": "transfer"