From fac780440b269b71f2e541a5a965d749cba5f6f8 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Thu, 19 Sep 2024 15:26:27 +0530 Subject: [PATCH 1/7] Fixed: Removed .csv from file name as this will anyways be added while preparing complete file path (#20). --- service/co/hotwax/cycleCount/InventoryCountServices.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml index 5bd3f50..e262850 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -342,6 +342,7 @@ + From 1e818141e85ed0ac101b4b317c05b4a38d9e65e0 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Thu, 19 Sep 2024 18:07:56 +0530 Subject: [PATCH 2/7] Improved: Added condition to allow adding items in any existing cycle count if the cycle count is in 'Draft' or 'Assigned ' status only (#20). --- 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 e262850..71158f8 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -398,8 +398,11 @@ + + + Date: Fri, 20 Sep 2024 09:41:00 +0530 Subject: [PATCH 3/7] Fixed: Correctly passed inventoryCountImportId while fetching InvCountImportVariance in get import item details (#20). --- service/co/hotwax/cycleCount/InventoryCountServices.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml index 71158f8..687f5fe 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -95,7 +95,7 @@ - + From a07a68023710c9fd33512cc32dff5fc6ec97a3d9 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Fri, 20 Sep 2024 13:08:06 +0530 Subject: [PATCH 4/7] Improved: Added checks to only allowed improting cycle count in Draft or Assigned status (#20). --- .../hotwax/cycleCount/InventoryCountServices.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml index 687f5fe..2688e3a 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -388,6 +388,13 @@ + + + + + + + @@ -395,17 +402,20 @@ + + + - + From 03b521812ad4adc005eabd437323a36c577727ea Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Mon, 23 Sep 2024 15:57:13 +0530 Subject: [PATCH 5/7] Improved: Set createDate while adding cycle count items (#20). --- service/co/hotwax/cycleCount/InventoryCountServices.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml index 2688e3a..a9c089b 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -170,6 +170,7 @@ + From f0f5785c088b9fedfc006914cbeba21697c9c32d Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Mon, 23 Sep 2024 16:33:43 +0530 Subject: [PATCH 6/7] Improved: Set createByUserLoginId while creating cycyle count items (#20). --- service/co/hotwax/cycleCount/InventoryCountServices.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml index a9c089b..f91c151 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -30,7 +30,7 @@ - + @@ -171,6 +171,7 @@ + From 8c0b6d5e84f05dd68946c45aa9e21eebfe6b7bd5 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Mon, 23 Sep 2024 19:00:17 +0530 Subject: [PATCH 7/7] Improved: Removed setting default user while creating cycle count and adding items (#20). --- service/co/hotwax/cycleCount/InventoryCountServices.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml index f91c151..563295d 100644 --- a/service/co/hotwax/cycleCount/InventoryCountServices.xml +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -30,7 +30,7 @@ - + @@ -171,7 +171,7 @@ - +