Skip to content

Add exchange_rate column to currencies table #144

@Haeyzed

Description

@Haeyzed

Is your feature request related to a problem? Please describe.
Currently, the currencies table does not store exchange rate information. This makes it difficult to perform currency conversions, pricing normalization, or financial calculations that depend on up-to-date exchange rates within the system.

Describe the solution you'd like
Add an exchange_rate column to the currencies table to store the rate relative to a base currency (e.g. USD). This field can be used for currency conversion, reporting, and financial computations across the application.

Proposed example:

exchange_rate (decimal, nullable or defaulted as needed)

Rate represents conversion against a defined base currency.

Additional context
This change would improve flexibility for multi-currency support and enable easier implementation of pricing, invoicing, and analytics features that depend on exchange rates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions