AddGlAccount screen did not work.
--------------------------------- Key: OFBIZ-1178 URL: https://issues.apache.org/jira/browse/OFBIZ-1178 Project: OFBiz Issue Type: Bug Components: accounting Affects Versions: SVN trunk Reporter: polawat phetra Priority: Minor I 'm try to add new Gl Account by using the screen "AddGlAccount" that define in "applications/accounting/webapp/accounting/WEB-INF/controller.xml". The screen is display but missing entry field for GL Account Id. After some investigate, I think that there is a missing "entity-one" definition in "accounting/widget/AccountingScreens.xml". After apply this patch. "AddGlAccount" screen seem to work properly. Index: applications/accounting/widget/AccountingScreens.xml =================================================================== --- applications/accounting/widget/AccountingScreens.xml (revision 562342) +++ applications/accounting/widget/AccountingScreens.xml (working copy) @@ -247,6 +247,8 @@ <set field="titleProperty" value="PageTitleAddGlAccount"/> <set field="tabButtonItem" value=""/> <set field="labelTitleProperty" value=""/> + <set field="glAccountId" value=""/> + <entity-one entity-name="GlAccount" value-name="glAccount"/> </actions> <widgets> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] polawat phetra updated OFBIZ-1178: ---------------------------------- Attachment: ofbiz.patch > AddGlAccount screen did not work. > --------------------------------- > > Key: OFBIZ-1178 > URL: https://issues.apache.org/jira/browse/OFBIZ-1178 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: polawat phetra > Priority: Minor > Attachments: ofbiz.patch > > > I 'm try to add new Gl Account by using the screen "AddGlAccount" that define in > "applications/accounting/webapp/accounting/WEB-INF/controller.xml". > The screen is display but missing entry field for GL Account Id. > After some investigate, I think that there is a missing "entity-one" definition > in "accounting/widget/AccountingScreens.xml". > After apply this patch. "AddGlAccount" screen seem to work properly. > Index: applications/accounting/widget/AccountingScreens.xml > =================================================================== > --- applications/accounting/widget/AccountingScreens.xml (revision 562342) > +++ applications/accounting/widget/AccountingScreens.xml (working copy) > @@ -247,6 +247,8 @@ > <set field="titleProperty" value="PageTitleAddGlAccount"/> > <set field="tabButtonItem" value=""/> > <set field="labelTitleProperty" value=""/> > + <set field="glAccountId" value=""/> > + <entity-one entity-name="GlAccount" value-name="glAccount"/> > </actions> > > <widgets> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reassigned OFBIZ-1178: ---------------------------------- Assignee: Hans Bakker > AddGlAccount screen did not work. > --------------------------------- > > Key: OFBIZ-1178 > URL: https://issues.apache.org/jira/browse/OFBIZ-1178 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: polawat phetra > Assignee: Hans Bakker > Priority: Minor > Attachments: ofbiz.patch > > > I 'm try to add new Gl Account by using the screen "AddGlAccount" that define in > "applications/accounting/webapp/accounting/WEB-INF/controller.xml". > The screen is display but missing entry field for GL Account Id. > After some investigate, I think that there is a missing "entity-one" definition > in "accounting/widget/AccountingScreens.xml". > After apply this patch. "AddGlAccount" screen seem to work properly. > Index: applications/accounting/widget/AccountingScreens.xml > =================================================================== > --- applications/accounting/widget/AccountingScreens.xml (revision 562342) > +++ applications/accounting/widget/AccountingScreens.xml (working copy) > @@ -247,6 +247,8 @@ > <set field="titleProperty" value="PageTitleAddGlAccount"/> > <set field="tabButtonItem" value=""/> > <set field="labelTitleProperty" value=""/> > + <set field="glAccountId" value=""/> > + <entity-one entity-name="GlAccount" value-name="glAccount"/> > </actions> > > <widgets> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-1178. ------------------------------ Resolution: Fixed Fix Version/s: Release Branch 4.0 SVN trunk fixed in revision 562361 slightly modified from supplied patch. Thank you Polawat Phetra for reporting. > AddGlAccount screen did not work. > --------------------------------- > > Key: OFBIZ-1178 > URL: https://issues.apache.org/jira/browse/OFBIZ-1178 > Project: OFBiz > Issue Type: Bug > Components: accounting > Affects Versions: SVN trunk > Reporter: polawat phetra > Assignee: Hans Bakker > Priority: Minor > Fix For: SVN trunk, Release Branch 4.0 > > Attachments: ofbiz.patch > > > I 'm try to add new Gl Account by using the screen "AddGlAccount" that define in > "applications/accounting/webapp/accounting/WEB-INF/controller.xml". > The screen is display but missing entry field for GL Account Id. > After some investigate, I think that there is a missing "entity-one" definition > in "accounting/widget/AccountingScreens.xml". > After apply this patch. "AddGlAccount" screen seem to work properly. > Index: applications/accounting/widget/AccountingScreens.xml > =================================================================== > --- applications/accounting/widget/AccountingScreens.xml (revision 562342) > +++ applications/accounting/widget/AccountingScreens.xml (working copy) > @@ -247,6 +247,8 @@ > <set field="titleProperty" value="PageTitleAddGlAccount"/> > <set field="tabButtonItem" value=""/> > <set field="labelTitleProperty" value=""/> > + <set field="glAccountId" value=""/> > + <entity-one entity-name="GlAccount" value-name="glAccount"/> > </actions> > > <widgets> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |