Hello,

The Currency Sign shown on the 'Statement' is $. In case you want to change same,
locate the file
/profiles/drupalerp/modules/erp/erp_invoice/erp_invoice.module
And replace all "$ " with your Currency Sign. (Don't forget to add the space after Dollar Sign)

BTW, I found another place with the $ sign hardcoded -
/profiles/drupalerp/modules/erp/erp_accounting/erp_accounting.module
have not got around to checking how this impacts the system, so will not record the change in this.

HTH

Comments

singularo’s picture

Status: Active » Fixed

Yeah, I know the "$" is hardcoded, with the port to d7, the theming is all being re-done, and that will get resolved as part of that.

The issue is not simple, as I'm sure that some countries will want the symbol at the end, some at the beginning, then what about supporting multiple currencies.. argh ;-)

ok, ok.. I've made it configurable, committed in http://drupal.org/cvs?commit=350292

Only in the -dev at the moment, I'll make a new release soon.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.