[
https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Parinya Wongjina updated OFBIZ-6802:
------------------------------------
Attachment: OFBIZ-6802-fix.patch
Add new patch file for fix some javascript line to prevent error when there're
ID with some escape character
on listVisualThemes.ftl :
document.SetUserPreferences_${visualTheme.visualThemeId}.submit() -->
document.forms['SetUserPreferences_${visualTheme.visualThemeId}'].submit()
on listCompanies.ftl :
document.SetUserPreferences_${company.partyId}.submit()"
-->document.forms['SetUserPreferences_${company.partyId}'].submit()"
> be able to set accounting company in the header, remove from accounting, so
> other components can change it too.
> ---------------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-6802
> URL: https://issues.apache.org/jira/browse/OFBIZ-6802
> Project: OFBiz
> Issue Type: Improvement
> Components: accounting
> Affects Versions: Trunk
> Environment: any
> Reporter: Hans Bakker
> Attachments: OFBIZ-6802-fix.patch, OFBIZ-6802.patch
>
>
> Currently it is possible to set the current accounting company in the option
> under organization GL settings and in party preferences.
> The proposal is to remove it from accounting and set it in the theme header
> so it will be available in all components. In order to make the system not
> more complicated, this setting is only available when there is more than a
> single accounting company.
> Then replace the organization GL settings in accounting by
> {code}
> "${organization} setup' and '${organization} accounting where ${organization}
> {code}
> is the current selected accounting company in the header.
> The global setting of the current organization is already done in the
> application decorator in the commonext component.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)