Notes |
|
|
To be translated in the next version of the Spanish Translation Module (1.0.3):
- TRIAL BALANCE REPORT
- Organization:
- Accounting Schema
- ADD AND KEEP GOING.....
Strings already translated in the module, but not displayed by the application (see bug 0009353):
- From Account
- To Account
In the future, all the bugs in the Spanish translation module should be reported in the right forge's project, not here. |
|
|
|
It is not because of issue 0009353.
From and To accounts are hardcoded within org.openbravo.erpCommon.ad_reports.ReportTrialBalance class (line 398):
xmlDocument.setParameter("accounting", "From Account: "
+ ReportTrialBalanceData.selectAccountingName(this, strAccountFrom) + " - To Account: "
+ ReportTrialBalanceData.selectAccountingName(this, strAccountTo)); |
|
|
|
alostale, you're right.
Before, this string was hardcoded in Spanish. In 0007774 it was changed to English, but still hardcoded so translation is not possible.
psarobe, what do you think if we remove these two strings "From Account" and "To Account" of the report?
|
|
|
|
|
|
|
To sum up:
** Strings to be included in the new Spanish Translation Module:
- TRIAL BALANCE REPORT
- Organization:
- Accounting Schema
- ADD AND KEEP GOING.....
- From Account
- To Account
** Modifications required in the ReportTrialBalance class:
- Get "From Account" and "To account" from the AD_Message table |
|
|
(0018016)
|
hgbot
|
2009-07-08 12:37
|
|
Repository: erp/devel/pi
Changeset: e8568557d20be9ceffcd8bd4a16f670f6c206a0e
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Jul 08 12:37:03 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e8568557d20be9ceffcd8bd4a16f670f6c206a0e [^]
Fixed bug 9653: Report Trial Balance is not translated correctly into Spanish
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java
---
|
|
|
|
ADD AND KEEP GOING..... text is not currently translated. |
|
|
(0018553)
|
hgbot
|
2009-07-22 13:21
|
|
|
|
(0018562)
|
hgbot
|
2009-07-22 17:03
|
|
|
|
(0018563)
|
hgbot
|
2009-07-22 17:58
|
|
|
|
|
As per the developers comments, the issue has been fixed. |
|