Also keep in mind that interdependency between some components is intentional 
and sometimes necessary. Think about it - how do you create an invoice without 
a party?

-Adrian

--- On Sat, 2/6/10, Jacopo Cappellato <jacopo.cappell...@hotwaxmedia.com> wrote:

> From: Jacopo Cappellato <jacopo.cappell...@hotwaxmedia.com>
> Subject: Re: party component dependency on accounting
> To: user@ofbiz.apache.org
> Date: Saturday, February 6, 2010, 12:01 AM
> Hi Christopher,
> 
> no, the PartyAcctgPreference entity is defined in the
> accounting component (it is used to define accounting
> preferences for a given organization) and so it cannot be
> moved to the party component.
> 
> Kind regards,
> 
> Jacopo
> 
> On Feb 5, 2010, at 11:46 PM, 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...
> 
> 



Reply via email to