Notes |
|
|
The problem is that numbers in the exported xls have a ' before the numeric figures. This is why it works with the + operator but it does not work with the SUM function
Have a look at the Trial Balance Report because the exported xls it works properly. |
|
|
(0037200)
|
hgbot
|
2011-05-19 11:36
|
|
Repository: erp/devel/pi
Changeset: f263796bd669f747d644ff46e9fe7bab783103ee
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed May 18 19:25:56 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f263796bd669f747d644ff46e9fe7bab783103ee [^]
Fixes issue 0016309: General Ledger Journal in XLS format , the format of numbers are not correct
It has been created a new report for excel with the correct formatting options
---
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
A src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalExcel.jrxml
---
|
|
|
(0037201)
|
hgbot
|
2011-05-19 11:36
|
|
Repository: erp/devel/pi
Changeset: 5f7a1c15677a837fa32a22147fb866da596f01cc
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu May 19 11:31:59 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5f7a1c15677a837fa32a22147fb866da596f01cc [^]
Fixes issue 0016309: General Ledger Journal in XLS format , the format of numbers are not correct
Added translations for database consistency
---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
---
|
|
|
(0037215)
|
hgbot
|
2011-05-19 12:29
|
|
Repository: erp/devel/pi
Changeset: f50511381b8b1776744281d7f8ab52f4a215ed39
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu May 19 12:28:48 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f50511381b8b1776744281d7f8ab52f4a215ed39 [^]
Fixes issue 0016309: General Ledger Journal in XLS format , the format of numbers are not correct
Fixing entry number sequence
---
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalExcel.jrxml
---
|
|
|
|
* Testing the issue
Go to the Report General Ledger Journal, execute it and export it to excel. Verify that a new excel report is generated with numbers in its cells that can be used for operations. Verify also that the pdf reports is still the same with the previous layout.
* Other areas affected.
No other areas affected. |
|
|
(0037341)
|
jonalegriaesarte
|
2011-05-23 16:58
|
|
|
|
|
|
|
|
|
|
|
|