can't change currency
IGSuite is a web-ajax-based Integrated Groupware Suite
Brought to you by:
ale_forlani,
lucas73
Under opportunites:
How do change the deafult currency used? There is no
field in user preferences and I have not found any
reference in config files.
The default seems to be euro (understandable, given its
origin) but that doesn't work in australia where the $
is the norm (or Engalnd using the pound).
regards
Anthony
Logged In: YES
user_id=424903
Hi Anthony,
If you are using IGSuite 3.2.2b you can add these rows to IG
configuration file 'igsuite.conf':
Currency and money values
$thousands_separator = '.';
$decimal_separator = ',';
$currency = '$';
These options work only from the release 3.2.2.
Regards.
LucaS