netbox-contract plugin version
v2.4.4
NetBox version
v4.5.1
Feature type
New functionality
Proposed functionality
It would be nice to be able to control whether or not currency and currency delimiters are displayed. This could be something configured and set with netbox_contract.Contract.currency as another part of the list.
('usd', 'USD', '$', ','),
('eur', 'EUR', '€', ','),
('chf', 'CHF', '₣', '.'),
),
Use case
For example, for an invoice of $31,194.84 it will simply display 31194.84. For easy of readability having the currency symbol ($) and a comma (,) in the display makes it easier to read.
External dependencies
No response
netbox-contract plugin version
v2.4.4
NetBox version
v4.5.1
Feature type
New functionality
Proposed functionality
It would be nice to be able to control whether or not currency and currency delimiters are displayed. This could be something configured and set with
netbox_contract.Contract.currencyas another part of the list.Use case
For example, for an invoice of $31,194.84 it will simply display
31194.84. For easy of readability having the currency symbol ($) and a comma (,) in the display makes it easier to read.External dependencies
No response