budgetapp
budgetapp copied to clipboard
Change the currency?
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" [email protected] To: "paukiatwee/budgetapp" [email protected] Cc: "John McLear" [email protected] 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/paukiatwee/budgetapp/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
Thanks ;)