metaware / angular-invoicing

Create free and unlimited one off invoices using this little Invoicing app made with Angular JS
http://metaware.github.io/angular-invoicing/
661 stars 267 forks source link

better multi-language and multi-currency support #6

Closed tommyla closed 9 years ago

tommyla commented 11 years ago

better multi-language and multi-currency support, how do i set currency to use Norwegian krone (NOK) basicly remove or replace $ with NOK or ,-

jasdeepsingh commented 11 years ago

Yes, this is planned. Will close this ticket once this functionality is complete.

rknightuk commented 10 years ago

As a simple workaround, I have been using Angular's currency filter (http://docs.angularjs.org/api/ng.filter:currency) as below:

{{invoice_sub_total() | currency:"£"}}

I haven't found a good way to set the currency across the app. Despite Angular claiming to use the local currency as default, it seems somewhat unreliable.

jasdeepsingh commented 10 years ago

@rmlewisuk This has been on the back burner for quite some time now, The currency filter looks good, will look into that, thanks!

jasdeepsingh commented 9 years ago

@tommyla happy to let you know that we've finally shipped :ship: currencies.

jasdeepsingh commented 9 years ago

@tommyla and @rmlewisuk We've also updated Angular version to the latest 1.4.4.

May be we'll do another project in Angular 2.0 :stuck_out_tongue_closed_eyes: