You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Hans Bakker (JIRA)" <ji...@apache.org> on 2007/08/03 08:48:53 UTC

[jira] Assigned: (OFBIZ-1178) AddGlAccount screen did not work.

     [ 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.