From 9ecf42c159b52fb4bd5eb0b6e66f1a62a06a7ccb Mon Sep 17 00:00:00 2001 From: snehal-eGov <94351369+snehal-eGov@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:21:11 +0530 Subject: [PATCH 1/4] Update BusinessService.json --- data/pb/BillingService/BusinessService.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/pb/BillingService/BusinessService.json b/data/pb/BillingService/BusinessService.json index 9eba29d75d..ea71540f45 100644 --- a/data/pb/BillingService/BusinessService.json +++ b/data/pb/BillingService/BusinessService.json @@ -128,6 +128,18 @@ "isVoucherCreationEnabled": true, "isActive": true, "type": "Adhoc" + }, + { + "businessService": "EXPENSE.INCENTIVES", + "code": "EXPENSE.INCENTIVES", + "collectionModesNotAllowed": [ + "DD" + ], + "partPaymentAllowed": true, + "isAdvanceAllowed": false, + "isVoucherCreationEnabled": true, + "isActive": true, + "type": "Adhoc" } ] } From 4ae9188ebea3fb2604f6597bf74ba3ffe17b7f7c Mon Sep 17 00:00:00 2001 From: snehal-eGov <94351369+snehal-eGov@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:21:41 +0530 Subject: [PATCH 2/4] Update TaxHeadMaster.json --- data/pb/BillingService/TaxHeadMaster.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/pb/BillingService/TaxHeadMaster.json b/data/pb/BillingService/TaxHeadMaster.json index 70d8190df6..6df917b064 100644 --- a/data/pb/BillingService/TaxHeadMaster.json +++ b/data/pb/BillingService/TaxHeadMaster.json @@ -222,6 +222,16 @@ "isActualDemand": false, "order": "1", "isRequired": true + }, + { + "category": "CHARGES", + "service": "EXPENSE.INCENTIVES", + "name": "Incentives", + "code": "20202", + "isDebit": true, + "isActualDemand": false, + "order": "1", + "isRequired": true } ] } From a0b8d1372ce21db043c648585850925d3630dbad Mon Sep 17 00:00:00 2001 From: snehal-eGov <94351369+snehal-eGov@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:22:10 +0530 Subject: [PATCH 3/4] Update TaxPeriod.json --- data/pb/BillingService/TaxPeriod.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/pb/BillingService/TaxPeriod.json b/data/pb/BillingService/TaxPeriod.json index 719bb34c77..8bb82d3198 100644 --- a/data/pb/BillingService/TaxPeriod.json +++ b/data/pb/BillingService/TaxPeriod.json @@ -77,6 +77,14 @@ "service": "EXPENSE.NEW_PIPELINE", "code": "EXPENSENEWPIPELINE", "financialYear": "2021-22" + }, + { + "fromDate": 1617215400000, + "toDate": 1648751399000, + "periodCycle": "TWOYEARS", + "service": "EXPENSE.INCENTIVES", + "code": "EXPENSEINCENTIVES", + "financialYear": "2021-22" } ] } From 30a5b7dfee72405104661dc388eb3ee00857c67a Mon Sep 17 00:00:00 2001 From: snehal-eGov <94351369+snehal-eGov@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:22:43 +0530 Subject: [PATCH 4/4] Update ExpenseType.json --- data/pb/Expense/ExpenseType.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/pb/Expense/ExpenseType.json b/data/pb/Expense/ExpenseType.json index 8408c1d2f4..efcd4669f4 100644 --- a/data/pb/Expense/ExpenseType.json +++ b/data/pb/Expense/ExpenseType.json @@ -55,6 +55,12 @@ "code": "NEW_PIPELINE", "active": true, "taxHeadCode":"40102" + }, + { + "name": "Incentives", + "code": "INCENTIVES", + "active": true, + "taxHeadCode":"20202" } ] }