Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0009657 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] F. Localization | major | always | 2009-06-26 11:44 | 2009-09-17 06:39 | |||
Reporter | psarobe | View Status | public | |||||
Assigned To | vmromanos | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 2.50MP3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 828b9018bd82 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | main | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0009657: General ledger report some fields are not translated | |||||||
Description | General Ledger report: in HTML, previous field. In XLS, PDF: the title is Report General ledger. | |||||||
Steps To Reproduce | 1. Login into Spanish 2. Go to Financial management->Accounting->Analysis tools->General Ledger report | |||||||
Tags | 250MP2QAcylce, 250MP3releasecandidate, leo | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
Notes | |
(0017938) vmromanos (manager) 2009-07-06 13:02 |
"PREVIOUS" will be translated in the next version of the Spanish translation module. The title "Report General ledger" is already translated: select tr.*, filename from ad_textinterfaces_trl tr join ad_textinterfaces t on (tr.ad_textinterfaces_id=t.ad_textinterfaces_id) where filename like '/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger%'; 0009353 is not properly fixed. |
(0018007) rafaroda (developer) 2009-07-08 09:47 |
Will be resolved by 0009353 |
(0018021) alostale (manager) 2009-07-08 16:44 |
The title is set by: parameters.put("Title", classInfo.name); which does not does the translation. Correct it. |
(0018048) vmromanos (manager) 2009-07-09 10:37 |
I will create a static text field in the Jasper Report. "Report General ledger" for the jrxml file will be translated in the Spanish Translation Module version 1.0.3 |
(0018049) hgbot (developer) 2009-07-09 10:41 |
Repository: erp/devel/pi Changeset: 051dc60c26167d1dafc39b9656543f9d780e0b28 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Thu Jul 09 10:38:55 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/051dc60c26167d1dafc39b9656543f9d780e0b28 [^] Fixed bug 9657: Adapted General Ledger Report to be translated --- M src-db/database/sourcedata/AD_TEXTINTERFACES.xml M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.jrxml --- |
(0018115) vmromanos (manager) 2009-07-10 16:28 |
Previous field is not translated. The subreport gets it from the parent report through a new String("Previous") parameter. Should this kind of strings be translated by the application or should we change the Jasper report to transform it into a static text? |
(0018152) alostale (manager) 2009-07-13 10:23 |
Translation process does not handle java strings, it only manages string within templates. Therefore the report should not have translatable strings as static parameters. |
(0018176) hgbot (developer) 2009-07-13 19:08 |
Repository: erp/devel/pi Changeset: 88f10ca27213324d01e8cde7fee9fa254a736bc0 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Mon Jul 13 19:07:55 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/88f10ca27213324d01e8cde7fee9fa254a736bc0 [^] Fixed bug 9657: Adapted General Ledger Report to be translated (subreport) --- M src-db/database/sourcedata/AD_MESSAGE.xml M src-db/database/sourcedata/AD_TEXTINTERFACES.xml M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.jrxml --- |
(0018177) hgbot (developer) 2009-07-13 19:31 |
Repository: erp/devel/pi Changeset: 828b9018bd82a383b4217fcee17c7e6374b6e0e1 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Mon Jul 13 19:31:25 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/828b9018bd82a383b4217fcee17c7e6374b6e0e1 [^] Fixed bug 9657: removed unused ReportGeneralLedger_Previous.jasper file --- R src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger_Previous.jasper --- |
Issue History | |||
Date Modified | Username | Field | Change |
2009-06-26 11:44 | psarobe | New Issue | |
2009-06-26 11:44 | psarobe | Assigned To | => vmromanos |
2009-06-26 11:44 | psarobe | Tag Attached: 250MP2QAcylce | |
2009-06-26 11:45 | psarobe | Relationship added | related to 0009353 |
2009-06-26 11:45 | psarobe | Status | new => scheduled |
2009-06-26 11:45 | psarobe | fix_in_branch | => pi |
2009-07-06 13:02 | vmromanos | Note Added: 0017938 | |
2009-07-06 13:02 | vmromanos | Assigned To | vmromanos => psarobe |
2009-07-06 13:02 | vmromanos | Status | scheduled => feedback |
2009-07-07 13:00 | vmromanos | Relationship added | depends on 0009796 |
2009-07-08 09:46 | rafaroda | Assigned To | psarobe => alostale |
2009-07-08 09:46 | rafaroda | Status | feedback => new |
2009-07-08 09:46 | rafaroda | fix_in_branch | pi => |
2009-07-08 09:47 | rafaroda | Relationship replaced | duplicate of 0009353 |
2009-07-08 09:47 | rafaroda | Status | new => closed |
2009-07-08 09:47 | rafaroda | Note Added: 0018007 | |
2009-07-08 09:47 | rafaroda | Duplicate ID | 0 => 9353 |
2009-07-08 09:47 | rafaroda | Resolution | open => duplicate |
2009-07-08 16:44 | alostale | Status | closed => new |
2009-07-08 16:44 | alostale | Resolution | duplicate => open |
2009-07-08 16:44 | alostale | Note Added: 0018021 | |
2009-07-08 16:44 | alostale | Assigned To | alostale => vmromanos |
2009-07-08 17:21 | rafaroda | Status | new => scheduled |
2009-07-08 17:21 | rafaroda | fix_in_branch | => pi |
2009-07-09 10:37 | vmromanos | Note Added: 0018048 | |
2009-07-09 10:41 | hgbot | Checkin | |
2009-07-09 10:41 | hgbot | Note Added: 0018049 | |
2009-07-09 10:41 | hgbot | Status | scheduled => resolved |
2009-07-09 10:41 | hgbot | Resolution | open => fixed |
2009-07-09 10:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/051dc60c26167d1dafc39b9656543f9d780e0b28 [^] |
2009-07-10 16:28 | vmromanos | Assigned To | vmromanos => alostale |
2009-07-10 16:28 | vmromanos | Status | resolved => new |
2009-07-10 16:28 | vmromanos | Resolution | fixed => open |
2009-07-10 16:28 | vmromanos | Note Added: 0018115 | |
2009-07-13 09:25 | rafaroda | Status | new => scheduled |
2009-07-13 09:25 | rafaroda | fix_in_branch | pi => |
2009-07-13 10:23 | alostale | Note Added: 0018152 | |
2009-07-13 10:23 | alostale | Assigned To | alostale => vmromanos |
2009-07-13 19:08 | hgbot | Checkin | |
2009-07-13 19:08 | hgbot | Note Added: 0018176 | |
2009-07-13 19:08 | hgbot | Status | scheduled => resolved |
2009-07-13 19:08 | hgbot | Resolution | open => fixed |
2009-07-13 19:08 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/051dc60c26167d1dafc39b9656543f9d780e0b28 [^] => http://code.openbravo.com/erp/devel/pi/rev/88f10ca27213324d01e8cde7fee9fa254a736bc0 [^] |
2009-07-13 19:31 | hgbot | Checkin | |
2009-07-13 19:31 | hgbot | Note Added: 0018177 | |
2009-07-13 19:31 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/88f10ca27213324d01e8cde7fee9fa254a736bc0 [^] => http://code.openbravo.com/erp/devel/pi/rev/828b9018bd82a383b4217fcee17c7e6374b6e0e1 [^] |
2009-07-16 13:08 | vmromanos | Relationship added | related to 0008982 |
2009-07-21 16:24 | psarobe | Fixed in Version | => 2.50MP3 |
2009-07-21 16:26 | psarobe | Tag Attached: 250MP3releasecandidate | |
2009-07-21 18:43 | psarobe | Tag Attached: leo | |
2009-07-22 15:59 | plujan | Status | resolved => closed |
2009-07-23 00:00 | anonymous | sf_bug_id | 0 => 2825606 |
2009-09-17 06:39 | rafaroda | Issue cloned | 0010631 |
2009-09-17 06:39 | rafaroda | Relationship added | depends on 0010631 |
Copyright © 2000 - 2009 MantisBT Group |