How do I define the currency code displayed in SIMMS reports and screens used if not using US dollars and without having the Multi-Currency Module?
Question:
How do I define the currency code displayed in SIMMS reports and screens used if not using US dollars and without having the Multi-Currency Module?
Resolution:
This is a very good question, the default currency code is set to USD. If this is not the case for you and if you do not have the Multi-Currency Module because you only deal in one currency then do the following to change the currency code:
- Launch SIMMS and login as admin
- proceed to the Administration -> SIMMS Management -> SQL Assistant screen
- paste in the following SQL command (replace CAD with whatever currency code you wish to use)
UPDATE settings SET isequal='CAD' WHERE exp='Default Currency' - Click the run SQL command (Cmd) button found on the top right.
- Close SIMMS
- Relaunch SIMMS