Currency

From ReOS Documentation Wiki

Jump to: navigation, search

ReOS 2.0.3 or later

Default currency is US$. To change currency sign to € or any other, go to admin site->Administration->App. Variable->_CURRENCY and change value.


ReOS 2.0.0 to 2.0.2

1.-Execute following SQLs changing table prefix:

DELETE FROM prefix_labels WHERE id_name = '_CURRENCY';
 
INSERT INTO prefix_prefs (id_pref, vl_pref, onload) VALUES ('_CURRENCY','$',1);

2.-Make writable all /padmin/langs folder files

3.-Go to "admin site ->Administration->Application Labels->Install Language Changes"

Then from "admin site ->Administration->App. Variables" you can change currency sign


REOS 1.x.x

All ReOS labels are defined in language files located into folder "padmin/idioma".

To change the sign EURO to DOLLAR you must find and replace the sign € to $ in each language file. ATTENTION! You must use the decimal value of both signs. For Dollar is $ and for Euro is €