You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ejaz Ahmed (JIRA)" <ji...@apache.org> on 2014/11/06 11:51:33 UTC

[jira] [Commented] (OFBIZ-5855) There is no way to add Party Type (legal, informal etc.) in party manager application

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

Ejaz Ahmed commented on OFBIZ-5855:
-----------------------------------

In Party entity, partyTypeId is defined as field name.
{code}
 <entity entity-name="Party"
            package-name="org.ofbiz.party.party"
            title="Party Entity">
      <field name="partyId" type="id-ne"></field>
      <field name="partyTypeId" type="id-ne"></field>
{code}

EditPartyGroup screen is calling EditPartyGroup form and in this form partyTypeId is being ignored.

{code}
<field name="groupName" tooltip="${uiLabelMap.CommonRequired}" widget-style="required"></field>
        <field name="partyTypeId"><ignored/></field>
        <field name="description" title="${uiLabelMap.CommonDescription}"><text/></field>
{code}

When I create a party group using create -> party group and look at its table in database, the second field of the table party is party_type_id which is assigned the value of party group. So it looks that this value is being written on the basis of create path. If we select person, it is assigned the value of person. So far it is ok for new person, prospect, employee and customer. Organization group should offer some option as it can be legal, informal etc. 

> There is no way to add Party Type (legal, informal etc.) in party manager application
> -------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5855
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5855
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 13.07, Trunk
>            Reporter: Ejaz Ahmed
>
> When find party screen is selected, it shows a drop down list for Type which can be legal organization, informal group, party group, person, team etc. The person and party group types can be selected when we create a party (create new party group, create new person options). However, there is no way to assign the types such as legal organization, informal groups etc which appear in this list to the parties created.



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