[jira] [Commented] (OFBIZ-6764) OrgPartyID in View-Entity AcctgTransEntrySums blank

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6764) OrgPartyID in View-Entity AcctgTransEntrySums blank

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052334#comment-15052334 ]

Pierre Smits commented on OFBIZ-6764:
-------------------------------------

Changing the following lines of AcctgTransEntrySums in /applications/accounting/entitydef/entitymodel.xml will show the desired result:
{code}
      <alias entity-alias="ATE" name="organizationPartyId" group-by="true"/>
      <alias entity-alias="ACT" name="isPosted" group-by="true"/>
{code}

However, there still needs to be some investigation done on the result when accounting is done for multiple organizationPartyIds both with isPosted values Y and N.

> OrgPartyID in View-Entity AcctgTransEntrySums blank
> ----------------------------------------------------
>
>                 Key: OFBIZ-6764
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6764
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Trunk
>         Environment: Win7, Derby DB
>            Reporter: Michael Powacht
>            Assignee: Pierre Smits
>            Priority: Minor
>              Labels: entityengine
>         Attachments: AcctgTransEntrySums.png, Table Acctg_Trans_Entry.png
>
>
> I installed an OFBiz instance with seed but without demo data. I setup and completely configured a new company, organization party ID "ZTASL".
> Postings flow correctly into ACCTG_TRANS_ENTRY with company ZTASL shown in ORGANIZATION_PARTY_ID (see screenshot)
> In entity-view AcctgTransEntrySums, however, ORGANIZATION_PARTY_ID and IS_POSTED fields are blank (see screenshot)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)