Skip to content

Currency delimiter in display #291

Description

@amyers1616

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions