Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0010514
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminoralways2009-09-08 14:292009-09-10 00:00
ReporternetworkbView Statuspublic 
Assigned Torafaroda 
PriorityimmediateResolutionduplicateFixed in Version2.50MP4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version2.50MP4
OSAnyDatabasePostgreSQLJava version
OS VersionDatabase versionAnt version
Product Version2.50MP1SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0010514: Report trial balance has hardcoded Spanish terms.

DescriptionWhen you print in pdf the Report Trial balance there is two Strings in Spanish:
"Cuenta Inicio" and "Cuenta Fin"
Steps To Reproduce-Go to Financial management || Accounting || Analysis tools || Report Trial Blance
-print with the toolbar button (PDF)
Proposed Solutionin src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java in method printPagePDF, line 393:

if (strLevel.equals("S"))
      xmlDocument.setParameter("accounting", "Cuenta inicio: "
          + ReportTrialBalanceData.selectAccountingName(this, strAccountFrom) + " - Cuenta fin: "
          + ReportTrialBalanceData.selectAccountingName(this, strAccountTo));
    else

It shuld obtain the message from ad_textinterfaces depending on vars.getLanguage() parameter.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0009653 closedalostale Report Trial Balance is not translated correctly into spanish 

-  Notes
(0019533)
networkb (developer)
2009-09-08 16:40
edited on: 2009-09-08 16:43

Solved in MP5. It can be closed.

(0019556)
rafaroda (developer)
2009-09-09 06:46

This issue is duplicated of 0009653

Solution can be found at https://code.openbravo.com/erp/devel/pi/rev/e8568557d20be9ceffcd8bd4a16f670f6c206a0e [^]

- Issue History
Date Modified Username Field Change
2009-09-08 14:29 networkb New Issue
2009-09-08 14:29 networkb Assigned To => rafaroda
2009-09-08 16:40 networkb Note Added: 0019533
2009-09-08 16:40 networkb Resolution open => fixed
2009-09-08 16:40 networkb Fixed in Version => 2.50MP5
2009-09-08 16:40 networkb Target Version 2.50MP1 => 2.50MP5
2009-09-08 16:42 networkb Fixed in Version 2.50MP5 => 2.50MP4
2009-09-08 16:42 networkb Target Version 2.50MP5 => 2.50MP4
2009-09-08 16:43 networkb Note Edited: 0019533
2009-09-09 06:46 rafaroda Relationship added duplicate of 0009653
2009-09-09 06:46 rafaroda Status new => closed
2009-09-09 06:46 rafaroda Note Added: 0019556
2009-09-09 06:46 rafaroda Duplicate ID 0 => 9653
2009-09-09 06:46 rafaroda Resolution fixed => duplicate
2009-09-10 00:00 anonymous sf_bug_id 0 => 2855560


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker