Calem Community Forum

Functionality Help => Administration => Topic started by: mickyv on December 16, 2007, 04:40:02 am

Title: Currency
Post by: mickyv on December 16, 2007, 04:40:02 am
I didn't know where to put this as it covers a few different forms.

Apart from a few hiccups that I managed to get over via your excellent help forum can you help me out with this.

Have I missed something (which is quite probable) is there some way of changing the currency from "USD" to "GBP"

Asset/ Cost/ Maintenance
Budget/ Budgeted
Inventory/ Stock/ Transaction
And maybe others I haven't found yet

I would have expected them to change when changing the language at the login page.

Is there some setup routine I've missed or can I edit some pages to change this.

Excellent program by the way keep up the good work.
Title: Currency
Post by: calemadmin on December 18, 2007, 01:42:27 pm
Take a look at this wiki page to change the system currency (in Client configuration section).

http://www.calemeam.com/apps/wiki/index.php?title=CalemLogging
Title: Currency
Post by: mickyv on December 18, 2007, 03:30:58 pm
Thank for the reply

Edited the CalemConf.custom.js  and added CalemConf['sys_currency'] = { id: 'GBP' }  but still no joy.
Title: Currency
Post by: calemadmin on December 19, 2007, 08:17:31 am
Highlighted the text in Client Configuration section that rebuilding the client packages are required for changes to be effective. See the link for instructions.

http://www.calemeam.com/apps/wiki/index.php?title=CalemLogging
Title: Currency
Post by: mickyv on December 20, 2007, 05:21:25 pm
Yes I did that but it still dos not work.
Title: Currency
Post by: calemadmin on December 21, 2007, 11:43:28 am
After executing the deploy command, check the following:
Search 'sys_currency' in CalemEAM\client\launchpad\resource\Calem.js.min, it should have the currency value you defined.
Title: Currency
Post by: mickyv on December 22, 2007, 08:20:51 am
No it has only the USD  and the $ references not GBP
Title: Currency
Post by: calemadmin on December 27, 2007, 07:16:40 pm
Looks like 'deploy build' command was not successful. You may compare timestamps of the Calem.js.min file before and after running the command. Also check calem.log and php logs for any errors.
Title: Currency
Post by: calemadmin on January 04, 2008, 07:19:55 pm
Take a look at a workaround proposed:

http://calemeam.com/apps/phpbb/viewtopic.php?p=510