Skip to content

Commit

Permalink
Support of return Channel Enum Id in Returns Financial Feed to fetch …
Browse files Browse the repository at this point in the history
…all returns completed from any specific Channels and It can be Ecom Return or In-Store etc. (#65)

Changelog: Added

Co-authored-by: yamini <[email protected]>
  • Loading branch information
gurveenbagga and yaminibhagat authored Jul 27, 2023
1 parent eac95f2 commit 6e05780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entity/DatamodelOrderEntitymodel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2586,6 +2586,8 @@ under the License.
</field>
<field name="supplierRmaId" type="id">
</field>
<field name="returnChannelEnumId" type="id">
</field>
<relationship type="one" fk-name="RTN_HEAD_TYPE" related="org.apache.ofbiz.order.return.ReturnHeaderType">
<key-map field-name="returnHeaderTypeId"/>
</relationship>
Expand Down
1 change: 1 addition & 0 deletions entity/OmsFinancialViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ under the License.
<alias entity-alias="RI" name="returnItemSeqId"/>
<alias entity-alias="RH" name="entryDate"/>
<alias entity-alias="RH" name="returnDate"/>
<alias entity-alias="RH" name="returnChannelEnumId"/>
<alias entity-alias="RI" name="orderId"/>
<alias entity-alias="RI" name="orderItemSeqId" />
<alias entity-alias="RI" name="returnItemAmountTotal" field="returnPrice"/>
Expand Down

0 comments on commit 6e05780

Please sign in to comment.