Balancesheet dynamic labels & dutch translation accounting labels
----------------------------------------------------------------- Key: OFBIZ-4248 URL: https://issues.apache.org/jira/browse/OFBIZ-4248 Project: OFBiz Issue Type: Improvement Components: accounting Affects Versions: SVN trunk Reporter: Willem Janssen Priority: Minor Fix For: SVN trunk Currently the labels that indicate the totals on the balancesheet are hardcoded in the balancesheet.groovy file. This patch makes them dynamic, re-using existing labels in accountinguilabels.xml and adding 2 new ones. A side effect is that these labels are not capitalized anymore in the balancesheet screen... Also other dutch translations are included in this patch in the accounting ui and entity labels files. Probably these lines in the balancesheet.groovy file can be improved. I don't know the exact class that is necessary to handle the uiLabels: +import org.ofbiz.base.util.* import org.ofbiz.base.util.UtilDateTime; import org.ofbiz.base.util.UtilMisc; -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Janssen updated OFBIZ-4248: ---------------------------------- Attachment: balancesheet_and_dutch_translations.diff > Balancesheet dynamic labels & dutch translation accounting labels > ----------------------------------------------------------------- > > Key: OFBIZ-4248 > URL: https://issues.apache.org/jira/browse/OFBIZ-4248 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Willem Janssen > Priority: Minor > Fix For: SVN trunk > > Attachments: balancesheet_and_dutch_translations.diff > > > Currently the labels that indicate the totals on the balancesheet are hardcoded in the balancesheet.groovy file. This patch makes them dynamic, re-using existing labels in accountinguilabels.xml and adding 2 new ones. A side effect is that these labels are not capitalized anymore in the balancesheet screen... > Also other dutch translations are included in this patch in the accounting ui and entity labels files. > Probably these lines in the balancesheet.groovy file can be improved. I don't know the exact class that is necessary to handle the uiLabels: > +import org.ofbiz.base.util.* > import org.ofbiz.base.util.UtilDateTime; > import org.ofbiz.base.util.UtilMisc; -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4248. ---------------------------------- Resolution: Fixed Assignee: Jacques Le Roux Thanks Willem, Your patch is in trunk at r1100140 I have simply replaced +import org.ofbiz.base.util.* by +import org.ofbiz.base.util.UtilProperties; > Balancesheet dynamic labels & dutch translation accounting labels > ----------------------------------------------------------------- > > Key: OFBIZ-4248 > URL: https://issues.apache.org/jira/browse/OFBIZ-4248 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Willem Janssen > Assignee: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: balancesheet_and_dutch_translations.diff > > > Currently the labels that indicate the totals on the balancesheet are hardcoded in the balancesheet.groovy file. This patch makes them dynamic, re-using existing labels in accountinguilabels.xml and adding 2 new ones. A side effect is that these labels are not capitalized anymore in the balancesheet screen... > Also other dutch translations are included in this patch in the accounting ui and entity labels files. > Probably these lines in the balancesheet.groovy file can be improved. I don't know the exact class that is necessary to handle the uiLabels: > +import org.ofbiz.base.util.* > import org.ofbiz.base.util.UtilDateTime; > import org.ofbiz.base.util.UtilMisc; -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |