manuelalferez / flowinance

Visualize your finances quickly and easily with Flowinance
https://flowinance.com
GNU General Public License v3.0
21 stars 27 forks source link

[BUG] Currency symbols are shown after the amount in dashboard #89

Open Shailendra1703 opened 2 hours ago

Shailendra1703 commented 2 hours ago

Verify this issue hasn't been reported before

What

Currency symbols are shown after the amount in the dashboard ( check the attached image )

image

Steps to Reproduce

Directly visible

Screenshots

No response

Do you want to work on this issue?

Yes

Shailendra1703 commented 2 hours ago

@manuelalferez assign this to me

manuelalferez commented 2 hours ago

Currency symbols can be placed either before or after numbers, depending on regional conventions and personal preferences. But you are right, following the International Currency Symbol Conventions:

  1. Positioning:

    • Before the Number: Common in many countries.
      • Example: $100 (US Dollar), €100 (Euro)
    • After the Number: Seen in some regions.
      • Example: 100₹ (Indian Rupee), 100¥ (Japanese Yen)
  2. Spacing:

    • No space is common (e.g., $100).
    • Some use a space (e.g., 100 €).

Let's place the currency symbol before the number, specifically using the format $100 (without spacing). Since this aligns with international standards.

Thanks for pointing it out @Shailendra1703!

Shailendra1703 commented 1 hour ago

@manuelalferez can you add hacktoberfest tag to this issue, I'm working on this and also assign this to me , please