Chris i agree with you, the party component should not be dependent on
the accounting component.

The accounting component however should be dependent on the party
component. what is a payment without a party?

David made a nice dependency document on that:
http://cwiki.apache.org/confluence/display/OFBADMIN/Component+and
+Component+Set+Dependencies

regards,
Hans

On Fri, 2010-02-05 at 22:46 +0000, Christopher Snow wrote:
> In the party component, there is a view dependent on the accounting 
> component:
> 
>     <view-entity entity-name="PartyAcctgPrefAndGroup"
>         package-name="org.ofbiz.party.party"
>         title="PartyAcctgPreference and PartyGroup Entity">
>         <member-entity entity-alias="PTYACCPREF" 
> entity-name="PartyAcctgPreference"/>
>         <member-entity entity-alias="PTYGROUP" entity-name="PartyGroup"/>
>         <alias entity-alias="PTYACCPREF"  name="partyId"/>
>         <alias entity-alias="PTYACCPREF"  name="baseCurrencyUomId"/>
>         <alias entity-alias="PTYGROUP"  name="groupName"/>
>         <view-link entity-alias="PTYACCPREF" rel-entity-alias="PTYGROUP">
>             <key-map field-name="partyId"/>
>         </view-link>
>     </view-entity>
> 
> Should this view be relocated to the accounting component?
> 
> Many thanks in advance...
-- 
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply via email to