Currency symbol position

Is there an way of defining if the currency symbol position is in front of the value or after? Something as a prefix and suffix for each currency value?

If you’re self hosting (and techie/a programmer) there’s a pull request which adds this feature:

https://github.com/hillelcoren/invoice-ninja/pull/210

We’ll look into adding it in a future release.

Perfect thanks it works great.

The above fix is only working partial is changing the php formatMoney function but not the javascript one from script.blade.php so the currency in PDF and invoice edit page is not modified.

Thanks for letting us know, we’ll look into getting this working.