c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20101
Re: [Bug 741901] [NEW] Jasper Reports more reports with properties
2011/3/25 Albert Cervera i Areny - http://www.NaN-tic.com <albert@xxxxxxxxxxx>:
> I don't think you're using latest bazaar version, aren't you?
v6
--
Raimon Esteve
// OpenERP Partner. www.openerp.com/node/682
// e-sale: Zoook 100% OpenERP / Magento
// AulaERP, formació online www.aulaerp.com
www.zikzakmedia.com
--
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")
References