This repository was archived by the owner on Aug 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
service/co/hotwax/cycleCount Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,13 @@ under the License.
59
59
<member-entity entity-alias =" PG" entity-name =" org.apache.ofbiz.party.party.PartyGroup" join-from-alias =" USR" join-optional =" true" >
60
60
<key-map field-name =" partyId" />
61
61
</member-entity >
62
+ <member-entity entity-alias =" ICIS" entity-name =" co.hotwax.warehouse.InvCountImportStatus" join-from-alias =" ICI" join-optional =" true" >
63
+ <key-map field-name =" inventoryCountImportId" />
64
+ <entity-condition >
65
+ <econdition field-name =" importItemSeqId" value =" " />
66
+ <econdition field-name =" statusId" value =" INV_COUNT_COMPLETED" />
67
+ </entity-condition >
68
+ </member-entity >
62
69
<alias-all entity-alias =" ICI" />
63
70
<alias-all entity-alias =" ICII" >
64
71
<exclude field =" inventoryCountImportId" />
@@ -71,6 +78,7 @@ under the License.
71
78
<alias name =" countedByFirstName" field =" firstName" entity-alias =" PER" />
72
79
<alias name =" countedByLastName" field =" lastName" entity-alias =" PER" />
73
80
<alias name =" countedByGroupName" field =" groupName" entity-alias =" PG" />
81
+ <alias name =" closedDate" field =" statusDate" entity-alias =" ICIS" />
74
82
</view-entity >
75
83
<view-entity entity-name =" InventoryItemSum" package =" co.hotwax.warehouse" >
76
84
<member-entity entity-alias =" II" entity-name =" org.apache.ofbiz.product.inventory.InventoryItem" />
Original file line number Diff line number Diff line change 24
24
<parameter name =" statusId" />
25
25
<parameter name =" facilityId" type =" List" />
26
26
<parameter name =" computeQOH" default-value =" Y" />
27
+ <parameter name =" createdDate_from" type =" Timestamp" />
28
+ <parameter name =" createdDate_thru" type =" Timestamp" />
29
+ <parameter name =" closedDate_from" type =" Timestamp" />
30
+ <parameter name =" closedDate_thru" type =" Timestamp" />
27
31
<parameter name =" orderBy" default-value =" -inventoryCountImportId, importItemSeqId" />
28
32
<parameter name =" pageIndex" type =" Integer" default-value =" 0" >
29
33
<description >The current page index to get the inventory count import items.</description >
You can’t perform that action at this time.
0 commit comments