mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 11:45:31 +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:
@ -11,6 +11,7 @@ dependencies:
|
||||
cached_network_image: ^3.2.0 # Download and cache remote images
|
||||
camera: ^0.10.3 # Camera
|
||||
cupertino_icons: ^1.0.3
|
||||
currency_formatter: ^2.0.0
|
||||
datetime_picker_formfield: ^2.0.0 # Date / time picker
|
||||
device_info_plus: ^8.0.0 # Information about the device
|
||||
dropdown_search: ^5.0.5 # Dropdown autocomplete form fields
|
||||
|
Reference in New Issue
Block a user