Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions entity/AccountingAccountEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ along with this software (see the LICENSE.md file). If not, see

<relationship type="one" title="OriginalCurrency" related="moqui.basic.Uom" short-alias="originalCurrencyUom">
<key-map field-name="originalCurrencyUomId"/></relationship>
<relationship type="one" related="moqui.server.Visit"/>
<relationship type="one-nofk" related="moqui.server.Visit"/>
<relationship type="one" title="AcctgTransResult" related="moqui.basic.Enumeration" short-alias="acctgTransResultEnum">
<key-map field-name="acctgTransResultEnumId"/></relationship>
<relationship type="one" title="AcctgTransEntryReconcile" related="moqui.basic.StatusItem" short-alias="reconcileStatus">
Expand Down Expand Up @@ -1627,7 +1627,7 @@ along with this software (see the LICENSE.md file). If not, see
<relationship type="one" related="mantle.account.payment.Payment"/>
<relationship type="one" related="mantle.order.OrderHeader"/>
<relationship type="one" related="mantle.party.Party"/>
<relationship type="one" related="moqui.server.Visit"/>
<relationship type="one-nofk" related="moqui.server.Visit"/>
</entity>
<entity entity-name="PaymentApplication" package="mantle.account.payment" short-alias="paymentApplications" cache="never">
<description>
Expand Down
2 changes: 1 addition & 1 deletion entity/MarketingEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ along with this software (see the LICENSE.md file). If not, see
<field name="fromDate" type="date-time" is-pk="true"/>
<field name="sourceEnumId" type="id"/>
<relationship type="one" related="mantle.marketing.tracking.TrackingCode"/>
<relationship type="one" related="moqui.server.Visit"/>
<relationship type="one-nofk" related="moqui.server.Visit"/>
<relationship type="one" title="TrackingCodeSource" related="moqui.basic.Enumeration">
<key-map field-name="sourceEnumId"/></relationship>
<seed-data>
Expand Down
4 changes: 2 additions & 2 deletions entity/OrderEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ along with this software (see the LICENSE.md file). If not, see
<relationship type="one" title="Sync" related="moqui.basic.StatusItem" short-alias="syncStatus">
<key-map field-name="syncStatusId"/></relationship>
<relationship type="one" related="moqui.service.message.SystemMessageRemote" short-alias="systemMessageRemote"/>
<relationship type="one" related="moqui.server.Visit" short-alias="visit"/>
<relationship type="one-nofk" related="moqui.server.Visit" short-alias="visit"/>
<relationship type="one" title="EnteredBy" related="mantle.party.Party" short-alias="enteredByParty">
<key-map field-name="enteredByPartyId" related="partyId"/></relationship>
<relationship type="one" title="Parent" related="mantle.order.OrderHeader" short-alias="parentOrder">
Expand Down Expand Up @@ -739,7 +739,7 @@ along with this software (see the LICENSE.md file). If not, see
<key-map field-name="carrierPartyId"/></relationship>
<relationship type="one" title="Currency" related="moqui.basic.Uom" short-alias="currencyUom">
<key-map field-name="currencyUomId"/></relationship>
<relationship type="one" related="moqui.server.Visit" short-alias="visit"/>
<relationship type="one-nofk" related="moqui.server.Visit" short-alias="visit"/>
<relationship type="one" related="moqui.service.message.SystemMessageRemote" short-alias="systemMessageRemote"/>

<relationship type="many" related="mantle.order.return.ReturnItem" short-alias="items">
Expand Down
2 changes: 1 addition & 1 deletion entity/RequestEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ along with this software (see the LICENSE.md file). If not, see
<key-map field-name="requestId"/></relationship>
<relationship type="many" related="mantle.request.RequestParty" short-alias="parties">
<key-map field-name="requestId"/></relationship>
<relationship type="one" related="moqui.server.Visit" short-alias="visit"/>
<relationship type="one-nofk" related="moqui.server.Visit" short-alias="visit"/>

<relationship type="many" related="mantle.request.RequestCommEvent" short-alias="communicationEvents">
<key-map field-name="requestId"/></relationship>
Expand Down
2 changes: 1 addition & 1 deletion entity/SalesEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ along with this software (see the LICENSE.md file). If not, see
<relationship type="one" related="mantle.party.communication.CommunicationEvent"/>
<relationship type="one" related="mantle.product.Product"/>
<relationship type="one" related="mantle.product.category.ProductCategory"/>
<relationship type="one" related="moqui.server.Visit"/>
<relationship type="one-nofk" related="moqui.server.Visit"/>
</entity>
</entities>