From: Rafael C. <raf...@gm...> - 2015-05-07 16:37:41
|
For Spanish, the ISO format is "#.##0,00". That is comma for decimal, dot for thousands. Where, exactly, is it not this format? 2015-05-07 9:26 GMT-06:00 ciesac <we...@si...>: > Sorry for that > Server : > Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64 GNU/Linux > > locale : > LANG=es_PE.UTF-8 > LANGUAGE=es_PE:es > LC_CTYPE="es_PE.UTF-8" > LC_NUMERIC="es_PE.UTF-8" > LC_TIME="es_PE.UTF-8" > LC_COLLATE="es_PE.UTF-8" > LC_MONETARY="es_PE.UTF-8" > LC_MESSAGES="es_PE.UTF-8" > LC_PAPER="es_PE.UTF-8" > LC_NAME="es_PE.UTF-8" > LC_ADDRESS="es_PE.UTF-8" > LC_TELEPHONE="es_PE.UTF-8" > LC_MEASUREMENT="es_PE.UTF-8" > LC_IDENTIFICATION="es_PE.UTF-8" > LC_ALL= > > > change in LanguagesArray.php > $LanguagesArray['es_ES.utf8']['LanguageName'] = 'Español'; > $LanguagesArray['es_ES.utf8']['WindowsLocale'] = 'spanish'; > $LanguagesArray['es_ES.utf8']['DecimalPoint'] = '.'; > $LanguagesArray['es_ES.utf8']['ThousandsSeparator'] = ','; > > users are in spanish > > if a try to modify any price or cost example Prices.php? > > the number format is wrong > > if a change to english united kingdom works ok, but not for language > spanish > > > > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/The-number-format-is-wrong-tp4658235p4658239.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |