From 1dab19cd05c9ceaf6a1040a66089de93ef36fead Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Mon, 20 Jan 2025 19:52:12 +0530 Subject: [PATCH 1/2] Improved: Added a flag computeQOH to control QOH computation in GET inventory count import items API (#52). --- service/co/hotwax/cycleCount/InventoryCountServices.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml index a26b364..4a2c637 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -23,6 +23,7 @@ + The current page index to get the inventory count import items. @@ -51,6 +52,7 @@ + @@ -58,6 +60,7 @@ + From 453f8a307ee015d594810e6e13dc413837ef1da8 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Tue, 21 Jan 2025 10:24:26 +0530 Subject: [PATCH 2/2] Improved: Used iterator while fetching inventory items and used select field where all fields are not needed (#52). --- service/co/hotwax/cycleCount/InventoryCountServices.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml index 4a2c637..82b91e4 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -56,6 +56,7 @@ + @@ -66,11 +67,12 @@ - + + @@ -78,10 +80,11 @@ - + + @@ -90,6 +93,7 @@ +