details: /erp/erp/devel/pi/rev/a3c7cde5d20b changeset: 4815:a3c7cde5d20b user: Harpreet Singh <harpreet <at> openbravo.com> date: Fri Aug 21 07:25:05 2009 +0200 summary: Fixes issue 0006162
diffstat: config/Format.xml | 62 ------------------------------- config/Format.xml.template | 63 +++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 62 deletions(-) diffs (134 lines): diff -r cd26cb28278a -r a3c7cde5d20b config/Format.xml --- a/config/Format.xml Fri Aug 21 00:29:38 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!-- - ************************************************************************* - * The contents of this file are subject to the Openbravo Public License - * Version 1.1 (the "License"), being the Mozilla Public License - * version 1.1 with a permitted attribution clause ; you may not use - * this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.openbravo.com/legal/license.txt - * Software distributed under the License is distributed on an - * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing rights - * and limitations under the License. - * The Original Code is Openbravo ERP. - * The Initial Developer of the Original Code is Openbravo SL - * All portions are Copyright (C) 2005-2006 Openbravo SL - * All Rights Reserved. - * Contributor(s): Openbravo S.L. - ************************************************************************ ---> - - -<!--<!DOCTYPE FormatClass SYSTEM "FormatClass.dtd">--> -<Formats> - <Number name="euroInform" - decimal="," grouping="." formatOutput="#,##0.00" formatInternal="#0.00" /> - <Number name="euroRelation" - decimal="." grouping="," formatOutput="#,##0.00" formatInternal="#0.00" /> - <Number name="euroEdition" - decimal="." grouping="," formatOutput="#0.00" formatInternal="#0.00" /> - <Number name="euroExcel" - decimal="," grouping="." formatOutput="#,##0.##" formatInternal="#0.00" /> - <Number name="priceInform" - decimal="," grouping="." formatOutput="#,##0.##" formatInternal="#0.00" /> - <Number name="priceRelation" - decimal="." grouping="," formatOutput="#,##0.00" formatInternal="#0.00" /> - <Number name="priceEdition" - decimal="." grouping="," formatOutput="#0.00" formatInternal="#0.00" /> - <Number name="integerInform" - decimal="," grouping="." formatOutput="#,##0" formatInternal="#0" /> - <Number name="integerRelation" - decimal="." grouping="," formatOutput="#,##0" formatInternal="#0" /> - <Number name="integerEdition" - decimal="." grouping="," formatOutput="#0" formatInternal="#0" /> - <Number name="integerExcel" - decimal="," grouping="." formatOutput="#,##0" formatInternal="#0" /> - <Number name="priceExcel" - decimal="," grouping="." formatOutput="#,##0.##" formatInternal="#0.00" /> - <Number name="qtyRelation" - decimal="." grouping="," formatOutput="#,##0.###" formatInternal="#0.000" /> - <Number name="qtyEdition" - decimal="." grouping="," formatOutput="#0.###" formatInternal="#0.000" /> - <Number name="qtyExcel" - decimal="," grouping="." formatOutput="#,##0.###" formatInternal="#0.000" /> - <Number name="generalQtyRelation" - decimal="." grouping="," formatOutput="#,##0.######" formatInternal="#0.000000" /> - <Number name="generalQtyEdition" - decimal="." grouping="," formatOutput="#0.######" formatInternal="#0.000000" /> - <Number name="generalQtyExcel" - decimal="," grouping="." formatOutput="#,##0.######" formatInternal="#0.000000" /> - <Number name="amountInform" - decimal="," grouping="." formatOutput="#,##0.00" formatInternal="#0.00" /> -</Formats> diff -r cd26cb28278a -r a3c7cde5d20b config/Format.xml.template --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/Format.xml.template Fri Aug 21 07:25:05 2009 +0200 @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!-- + ************************************************************************* + * The contents of this file are subject to the Openbravo Public License + * Version 1.1 (the "License"), being the Mozilla Public License + * version 1.1 with a permitted attribution clause ; you may not use + * this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.openbravo.com/legal/license.txt + * Software distributed under the License is distributed on an + * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing rights + * and limitations under the License. + * The Original Code is Openbravo ERP. + * The Initial Developer of the Original Code is Openbravo SL + * All portions are Copyright (C) 2005-2006 Openbravo SL + * All Rights Reserved. + * Contributor(s): Openbravo S.L. + ************************************************************************ +--> + + +<!--<!DOCTYPE FormatClass SYSTEM "FormatClass.dtd">--> +<Formats> + <Number name="euroInform" + decimal="," grouping="." formatOutput="#,##0.00" formatInternal="#0.00" /> + <Number name="euroRelation" + decimal="." grouping="," formatOutput="#,##0.00" formatInternal="#0.00" /> + <Number name="euroEdition" + decimal="." grouping="," formatOutput="#0.00" formatInternal="#0.00" /> + <Number name="euroExcel" + decimal="," grouping="." formatOutput="#,##0.##" formatInternal="#0.00" /> + <Number name="priceInform" + decimal="," grouping="." formatOutput="#,##0.##" formatInternal="#0.00" /> + <Number name="priceRelation" + decimal="." grouping="," formatOutput="#,##0.00" formatInternal="#0.00" /> + <Number name="priceEdition" + decimal="." grouping="," formatOutput="#0.00" formatInternal="#0.00" /> + <Number name="integerInform" + decimal="," grouping="." formatOutput="#,##0" formatInternal="#0" /> + <Number name="integerRelation" + decimal="." grouping="," formatOutput="#,##0" formatInternal="#0" /> + <Number name="integerEdition" + decimal="." grouping="," formatOutput="#0" formatInternal="#0" /> + <Number name="integerExcel" + decimal="," grouping="." formatOutput="#,##0" formatInternal="#0" /> + <Number name="priceExcel" + decimal="," grouping="." formatOutput="#,##0.##" formatInternal="#0.00" /> + <Number name="qtyRelation" + decimal="." grouping="," formatOutput="#,##0.###" formatInternal="#0.000" /> + <Number name="qtyEdition" + decimal="." grouping="," formatOutput="#0.###" formatInternal="#0.000" /> + <Number name="qtyExcel" + decimal="," grouping="." formatOutput="#,##0.###" formatInternal="#0.000" /> + <Number name="generalQtyRelation" + decimal="." grouping="," formatOutput="#,##0.######" formatInternal="#0.000000" /> + <Number name="generalQtyEdition" + decimal="." grouping="," formatOutput="#0.######" formatInternal="#0.000000" /> + <Number name="generalQtyExcel" + decimal="," grouping="." formatOutput="#,##0.######" formatInternal="#0.000000" /> + <Number name="amountInform" + decimal="," grouping="." formatOutput="#,##0.00" formatInternal="#0.00" /> +</Formats> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits