c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20078
[Bug 741901] [NEW] Jasper Reports more reports with properties
Public bug reported:
Hello,
==Bug==
Two or more reports created with translations (properties) are incompleted translations.
==Detection==
1. Print report A. Translations fields are correct
2. Print report B. Translations fields are incompleted. Only transtated fields same report A. Other fields report B don't have translation because this fields aren't in report A.
Restart server o kill jasper process.
1. Print report B.
2. Print report A.
Inverse. Now, report A there aren't all fields translated.
Conclusion: jasper get cache all translations fields first report.
==Solution==
create a .po -> properties with all fields translated:
msgcat *.pot > reports.pot
==How to translated fields==
tr($V{L},"Description")
** Affects: openobject-client-kde
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/741901
Title:
Jasper Reports more reports with properties
Status in Qt/KDE OpenObject Client:
New
Bug description:
Hello,
==Bug==
Two or more reports created with translations (properties) are incompleted translations.
==Detection==
1. Print report A. Translations fields are correct
2. Print report B. Translations fields are incompleted. Only transtated fields same report A. Other fields report B don't have translation because this fields aren't in report A.
Restart server o kill jasper process.
1. Print report B.
2. Print report A.
Inverse. Now, report A there aren't all fields translated.
Conclusion: jasper get cache all translations fields first report.
==Solution==
create a .po -> properties with all fields translated:
msgcat *.pot > reports.pot
==How to translated fields==
tr($V{L},"Description")
Follow ups
References