Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0017122 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] 09. Financial management | major | have not tried | 2011-05-11 17:03 | 2011-05-24 12:41 | |||
| Reporter | AinhoaPagola | View Status | public | |||||
| Assigned To | AinhoaPagola | |||||||
| Priority | urgent | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | pi | Fixed in SCM revision | 08a220fdf2ea | |||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | ||||||||
| OBNetwork customer | No | |||||||
| Web browser | ||||||||
| Modules | Core | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0017122: General Ledger Report in XLS format gets Strings instead of numbers | |||||||
| Description | In the General Ledger Report, in the XLS version, the Credit and Debit fields are Strings instead of Numbers. Strings have a ' before the numeric figures. This is why operations like + work OK but SUM function and similars don't. | |||||||
| Steps To Reproduce | Open the General Ledger Report in XSL. | |||||||
| Proposed Solution | Instead of: <textFieldExpression class="java.lang.String"><![CDATA[($F{AMTACCTCR}!=BigDecimal.ZERO && $F{AMTACCTCR}!=null)?$P{NUMBERFORMAT}.format($F{AMTACCTCR}).toString():new String(" ")]]></textFieldExpression> Have: <textFieldExpression class="java.math.BigDecimal"><![CDATA[$F{AMTACCTCR}]]></textFieldExpression> | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Notes |
|
|
(0036704) hgbot (developer) 2011-05-12 09:14 |
Repository: erp/devel/pi Changeset: 08a220fdf2eaccc01044dc1e7428bdc444bd1454 Author: Ainhoa Pagola <ainhoa.pagola <at> openbravo.com> Date: Wed May 11 18:06:05 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/08a220fdf2eaccc01044dc1e7428bdc444bd1454 [^] Fixes issue 17122. GLR in XLS format gets numbers --- M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerExcel.jrxml --- |
|
(0036930) hudsonbot (viewer) 2011-05-13 06:22 |
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/d221ad9e329e [^] Maturity status: Test |
|
(0037374) adrianromero (viewer) 2011-05-24 12:41 |
Verified |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-05-11 17:03 | AinhoaPagola | New Issue | |
| 2011-05-11 17:03 | AinhoaPagola | Assigned To | => AinhoaPagola |
| 2011-05-11 17:03 | AinhoaPagola | Modules | => Core |
| 2011-05-11 17:03 | AinhoaPagola | OBNetwork customer | => No |
| 2011-05-11 17:03 | AinhoaPagola | Status | new => scheduled |
| 2011-05-11 17:03 | AinhoaPagola | fix_in_branch | => pi |
| 2011-05-11 17:54 | AinhoaPagola | Relationship added | related to 0016214 |
| 2011-05-12 09:14 | hgbot | Checkin | |
| 2011-05-12 09:14 | hgbot | Note Added: 0036704 | |
| 2011-05-12 09:14 | hgbot | Status | scheduled => resolved |
| 2011-05-12 09:14 | hgbot | Resolution | open => fixed |
| 2011-05-12 09:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/08a220fdf2eaccc01044dc1e7428bdc444bd1454 [^] |
| 2011-05-13 06:22 | hudsonbot | Checkin | |
| 2011-05-13 06:22 | hudsonbot | Note Added: 0036930 | |
| 2011-05-13 11:08 | AinhoaPagola | Relationship added | blocks 0016309 |
| 2011-05-24 12:41 | adrianromero | Note Added: 0037374 | |
| 2011-05-24 12:41 | adrianromero | Status | resolved => closed |
| Copyright © 2000 - 2009 MantisBT Group |