paukiatwee/budgetapp

Change the currency?

JohnMcLear opened this issue · 8 comments

Is it possible?

You mean allow to configure currency formatting?

Some of my income is in USD some in GBP it would be nice to keep both in their separate currencies and have the app mindful of exchange rates etc.
----- Reply message -----
From: "Pau Kiat Wee" notifications@github.com
To: "paukiatwee/budgetapp" budgetapp@noreply.github.com
Cc: "John McLear" John@mclear.co
Subject: [budgetapp] Change the currency? (#2)
Date: Sat, Jan 3, 2015 01:51

You mean allow to configure currency formatting?


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-68579067.

It is quite complex to support multiple currency. We need support user level currency first before able to do this.

First of all, congrats on the app, it looks great!

Secondly, is it possible to actually change the currency format? I can see the currency variable being used in the views, but I wasn't able to identify where it was defined.

That is currency filter https://docs.angularjs.org/api/ng/filter/currency provided by AngularJS.

What currency you are looking for?

Hello,

just one simple question.
Is there a simple way to change the currency symbol from $ to € ?

Thx

@wilf1rst Yes, login -> Top Right -> Profile -> Currency Symbol

You can try from demo

Thanks ;)