Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031710 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | N/A | 2015-12-15 10:05 | 2017-09-21 16:49 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | collazoandy4 | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR17Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 9b2210a5b692 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | aferraz | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031710: Review XLS reports to apply cell type when required | |||||||
Description | Since [1] the XLS report content is exported as string in order to ensure that all the data can be seen when opening this kind of reports with Office. In order to ensure a correct definition of our core XLS reports, they should be reviewed and for example make numeric fields be exported as numbers. This way they can be manipulated directly after opening them with any spreadsheet application. Currently the General Ledger Report and the Trial Balance are properly configured as explained here[2] and numeric values are seen as numbers in spreadsheet. The rest of XLS reports should be configured in the same way. Note: with fix [3], BigDecimal values are exported as numbers. The decimal and thousands separators used for that numbers will be those configured in the spreadsheet program (Excel). [1] https://issues.openbravo.com/view.php?id=31676 [^] [2] http://wiki.openbravo.com/wiki/How_to_create_a_Report#Configuring_Cell_Type_in_XLS_Reports [^] [3] https://code.openbravo.com/erp/devel/pi/rev/bfee0e727006 [^] | |||||||
Steps To Reproduce | In description | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Notes | |
(0098233) collazoandy4 (reporter) 2017-07-26 23:23 edited on: 2017-08-03 05:33 |
Test Plan I Journal Entries Report As F&B International Group Admin role Go to Journal Entries Report and launch the Excel format and check the number fields are exported as number Test Plan II Shipments Dimensional Report As F&B International Group Admin role Go to Shipments Dimensional Report and set From Date: 26-07-2015, To Date: Today, Dimensions: Product Launch the Excel format and check the number fields are exported as number Add al dimensions to the filter and launch (once more) the Excel format and check the number fields are exported as number Test Plan III Stock Report As F&B International Group Admin role Go to Stock Report and launch the Excel format and check the number fields are exported as number Test Plan IV Purchase Invoice Dimensional Report As F&B International Group Admin role Go to Purchase Invoice Dimensional Report window and fill information as follow: From Date: 01-08-2015 To Date: Today Dimmensions: Product Launch the Excel format and check the number fields are exported as number Test Plan V Sales Invoice Dimensional Report As F&B International Group Admin role Go to Sales Invoice Dimensional Report window and fill information as follow: From Date: 01-08-2015 To Date: Today Organization: F&B EspaƱa, S.A Dimmensions: Product Launch the Excel format and check the number fields are exported as number Test Plan VI Customer Statement Report As F&B International Group Admin role Go to Customer Statement Report window and fill information as follow: Business Partner: Alimentos y Supermercados, S.A Launch the Excel format and check the number fields are exported as number |
(0098387) hgbot (developer) 2017-08-04 10:09 |
Repository: erp/devel/pi Changeset: 9b2210a5b6924fae9f8703601d6d99683fd9c2ff Author: Armaignac <collazoandy4 <at> gmail.com> Date: Wed Jul 26 17:24:11 2017 -0400 URL: http://code.openbravo.com/erp/devel/pi/rev/9b2210a5b6924fae9f8703601d6d99683fd9c2ff [^] Fixes issue 31710: Review XLS reports to apply cell type when required The Journal Entries, Shipments Dimensional, Stock, Purchase Invoice Dimensional, Sales Invoice Dimensional, and Customer Statement Reports was modified in order to ensure that all numeric fields can be exported as numeric The fields defined in jasper report contains a format method call causing the cell value be of string type All the format calls was removed and the field now specified the cell value type and the output format by the jasper patternExpression specification. --- M src/org/openbravo/erpCommon/ad_reports/CustomerStatement.jrxml M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalExcel.jrxml M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesXLS.jrxml M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesXLS.jrxml M src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.jrxml M src/org/openbravo/erpCommon/ad_reports/WeightDimensionalComparative.jrxml M src/org/openbravo/erpCommon/ad_reports/WeightDimensionalNoComparative.jrxml --- |
(0098434) hgbot (developer) 2017-08-08 15:07 |
Repository: erp/devel/pi Changeset: a686f7a45fa5eda3c023a08000b8fb74acc0ee5b Author: Armaignac <collazoandy4 <at> gmail.com> Date: Fri Aug 04 11:34:16 2017 -0400 URL: http://code.openbravo.com/erp/devel/pi/rev/a686f7a45fa5eda3c023a08000b8fb74acc0ee5b [^] Related to issue 31710: Fix Sales Invoice Dimensional & Shipment Dimensional reports The Sales Invoice Dimensional Report document type total was exported as String. A int conversion was added to doctypecount. The Shipments Dimensional Report totals missed the patternExpression. It was added to properly format the amount. --- M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalyses_srpt_doctypecount.jrxml M src/org/openbravo/erpCommon/ad_reports/WeightDimensionalNoComparative.jrxml --- |
(0098435) aferraz (manager) 2017-08-08 15:08 |
Code review + Testing OK |
(0099298) hudsonbot (developer) 2017-09-21 16:49 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9750b78d3e5c [^] Maturity status: Test |
(0099300) hudsonbot (developer) 2017-09-21 16:49 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9750b78d3e5c [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2015-12-15 10:05 | caristu | New Issue | |
2015-12-15 10:05 | caristu | Assigned To | => Triage Finance |
2015-12-15 10:05 | caristu | Modules | => Core |
2015-12-15 10:05 | caristu | Triggers an Emergency Pack | => No |
2015-12-15 10:06 | caristu | Relationship added | related to 0031676 |
2016-05-25 09:56 | caristu | Description Updated | View Revisions |
2016-05-25 10:28 | aferraz | Relationship added | related to 0032954 |
2016-08-23 08:33 | caristu | Relationship added | blocks 0033743 |
2016-08-24 08:17 | caristu | Relationship deleted | blocks 0033743 |
2016-08-24 08:17 | caristu | Relationship added | related to 0033743 |
2016-08-29 12:54 | aferraz | Relationship added | has duplicate 0033832 |
2016-09-15 13:06 | egoitz | Resolution time | => 1475272800 |
2017-01-17 07:32 | pradeepvarma | Relationship added | related to 0034973 |
2017-01-23 13:04 | pradeepvarma | Issue Monitored: pradeepvarma | |
2017-02-06 12:32 | maite | Resolution time | 1475272800 => |
2017-02-20 10:04 | pradeepvarma | Relationship added | related to 0035304 |
2017-07-04 17:20 | ngarcia | Relationship added | related to 0036404 |
2017-07-26 16:04 | collazoandy4 | Assigned To | Triage Finance => collazoandy4 |
2017-07-26 16:04 | collazoandy4 | Status | new => scheduled |
2017-07-26 23:23 | collazoandy4 | Note Added: 0098233 | |
2017-08-01 16:46 | collazoandy4 | Note Edited: 0098233 | View Revisions |
2017-08-03 05:33 | collazoandy4 | Note Edited: 0098233 | View Revisions |
2017-08-04 10:09 | hgbot | Checkin | |
2017-08-04 10:09 | hgbot | Note Added: 0098387 | |
2017-08-04 10:09 | hgbot | Status | scheduled => resolved |
2017-08-04 10:09 | hgbot | Resolution | open => fixed |
2017-08-04 10:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9b2210a5b6924fae9f8703601d6d99683fd9c2ff [^] |
2017-08-08 15:07 | hgbot | Checkin | |
2017-08-08 15:07 | hgbot | Note Added: 0098434 | |
2017-08-08 15:08 | aferraz | Review Assigned To | => aferraz |
2017-08-08 15:08 | aferraz | Note Added: 0098435 | |
2017-08-08 15:08 | aferraz | Status | resolved => closed |
2017-08-08 15:08 | aferraz | Fixed in Version | => 3.0PR17Q4 |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099298 | |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099300 | |
2018-01-12 11:11 | gorkaion | Relationship added | related to 0037626 |
Copyright © 2000 - 2009 MantisBT Group |