Skip to content

Commit

Permalink
Merge pull request #216 from hotwax/#215_extend_InventoryCountImportItem
Browse files Browse the repository at this point in the history
Improved: Added createDate and createdByUserLoginId column in InventoryCountImportItem table (#215).
  • Loading branch information
dixitdeepak authored Sep 23, 2024
2 parents 16579e6 + 51df948 commit 7e06db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entity/HwmappsEntitymodel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,8 @@ under the License.
<field name="productIdentifier" type="id-long"></field>
<field name="quantity" type="number-decimal"></field>
<field name="countedByUserLoginId" type="id"></field>
<field name="createdDate" type="date-time"></field>
<field name="createdByUserLoginId" type="id"></field>
<relationship type="one" fk-name="INV_COUNT_IMPORT" related="co.hotwax.warehouse.InventoryCountImport">
<key-map field-name="inventoryCountImportId"/>
</relationship>
Expand Down

0 comments on commit 7e06db4

Please sign in to comment.