Skip to content

Commit

Permalink
Merge pull request #50 from hotwax/#49_closed_date_inventory_count_im…
Browse files Browse the repository at this point in the history
…port_view

Improved: Included Cycle Count closed date in the InventoryCountImportView (#49)
  • Loading branch information
arunpati authored Jan 17, 2025
2 parents b38aeee + f371edb commit cab8173
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions entity/InventoryCountViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,17 @@ under the License.
<member-entity entity-alias="FAC" entity-name="org.apache.ofbiz.product.facility.Facility" join-from-alias="ICI" join-optional="true">
<key-map field-name="facilityId"/>
</member-entity>
<member-entity entity-alias="ICIS" entity-name="co.hotwax.warehouse.InvCountImportStatus" join-from-alias="ICI" join-optional="true">
<key-map field-name="inventoryCountImportId"/>
<entity-condition>
<econdition field-name="importItemSeqId" value=""/>
<econdition field-name="statusId" value="INV_COUNT_COMPLETED"/>
</entity-condition>
</member-entity>
<alias-all entity-alias="ICI"/>
<alias name="statusDescription" field="description" entity-alias="SI"/>
<alias name="facilityName" entity-alias="FAC"/>
<alias name="closedDate" field="statusDate" entity-alias="ICIS"/>
</view-entity>

<view-entity entity-name="InventoryCountImportItemView" package="co.hotwax.warehouse">
Expand Down

0 comments on commit cab8173

Please sign in to comment.