From 43953726b1ed78854d31efdfc6ea75dc828f8a1c Mon Sep 17 00:00:00 2001 From: harshkumar8789 Date: Wed, 21 Aug 2024 14:17:33 +0530 Subject: [PATCH 1/5] Added all fees type in taxheadmaster file. --- data/kl/BillingService/BusinessService.json | 11 +++ data/kl/BillingService/TaxHeadMaster.json | 84 ++++++++++++++++++++- data/kl/BillingService/TaxPeriod.json | 8 ++ 3 files changed, 101 insertions(+), 2 deletions(-) diff --git a/data/kl/BillingService/BusinessService.json b/data/kl/BillingService/BusinessService.json index 6a63228..7db7cb0 100644 --- a/data/kl/BillingService/BusinessService.json +++ b/data/kl/BillingService/BusinessService.json @@ -47,6 +47,17 @@ "isAdvanceAllowed": false, "demandUpdateTime": 604800000, "isVoucherCreationEnabled": true + }, + { + "businessService": "task-summon", + "code": "task-summon", + "collectionModesNotAllowed": [ + "DD","OFFLINE_NEFT","OFFLINE_RTGS","POSTAL_ORDER" + ], + "partPaymentAllowed": false, + "isAdvanceAllowed": false, + "demandUpdateTime": 604800000, + "isVoucherCreationEnabled": true } ] } diff --git a/data/kl/BillingService/TaxHeadMaster.json b/data/kl/BillingService/TaxHeadMaster.json index dbc83c4..8d08d26 100644 --- a/data/kl/BillingService/TaxHeadMaster.json +++ b/data/kl/BillingService/TaxHeadMaster.json @@ -15,8 +15,58 @@ { "category": "ADVANCE_COLLECTION", "service": "case", - "name": "Case Efiling advance carry forward", - "code": "CASE_ADVANCE_CARRYFORWARD", + "name": "Case Efiling advance carry forward court fees", + "code": "CASE_ADVANCE_CARRYFORWARD_COURT_FEES", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, + { + "category": "ADVANCE_COLLECTION", + "service": "case", + "name": "Case Efiling advance carry forward vakalathnama fee", + "code": "CASE_ADVANCE_CARRYFORWARD_VAKALATHNAMA_FEES", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, + { + "category": "ADVANCE_COLLECTION", + "service": "case", + "name": "Case Efiling advance carry forward Advocate welfare fund", + "code": "CASE_ADVANCE_CARRYFORWARD_ADVOCATE_WELFARE_FUND", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, + { + "category": "ADVANCE_COLLECTION", + "service": "case", + "name": "Case Efiling advance carry forward advocate clerk welfare fund", + "code": "CASE_ADVANCE_CARRYFORWARD_ADVOCATE_CLERK_WELFARE_FUND", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, + { + "category": "ADVANCE_COLLECTION", + "service": "case", + "name": "Case Efiling advance carry forward total application fee", + "code": "CASE_ADVANCE_CARRYFORWARD_APPLICATION_FEES", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, + { + "category": "ADVANCE_COLLECTION", + "service": "case", + "name": "Case Efiling advance carry forward petition fee", + "code": "CASE_ADVANCE_CARRYFORWARD_PETITION_FEES", "isDebit": true, "isActualDemand": false, "order": "0", @@ -41,6 +91,36 @@ "isActualDemand": false, "order": "0", "isRequired": false + }, + { + "category": "ADVANCE_COLLECTION", + "service": "task-summon", + "name": "Task Summon advance carry forward court fees", + "code": "TASK_SUMMON_ADVANCE_CARRYFORWARD_COURT_FEES", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, + { + "category": "ADVANCE_COLLECTION", + "service": "task-summon", + "name": "Task Summon advance carry forward gst", + "code": "TASK_SUMMON_ADVANCE_CARRYFORWARD_GST", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, + { + "category": "ADVANCE_COLLECTION", + "service": "task-summon", + "name": "Task Summon advance carry forward iPost", + "code": "TASK_SUMMON_ADVANCE_CARRYFORWARD_I_POST", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false } ] } diff --git a/data/kl/BillingService/TaxPeriod.json b/data/kl/BillingService/TaxPeriod.json index 113cb6f..72acbcd 100644 --- a/data/kl/BillingService/TaxPeriod.json +++ b/data/kl/BillingService/TaxPeriod.json @@ -42,6 +42,14 @@ "service": "advocateApplication", "code": "APAN202330", "financialYear": "2023-30" + }, + { + "fromDate": 1680287400000, + "toDate": 1901145600000, + "periodCycle": "ANNUAL", + "service": "task-summon", + "code": "TSSAN202330", + "financialYear": "2023-30" } ] } From 78d35bb063de79b99407b186eb8f82d290d14cdb Mon Sep 17 00:00:00 2001 From: harshkumar8789 Date: Wed, 21 Aug 2024 14:35:08 +0530 Subject: [PATCH 2/5] small changes. --- data/kl/BillingService/TaxHeadMaster.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/kl/BillingService/TaxHeadMaster.json b/data/kl/BillingService/TaxHeadMaster.json index 8d08d26..03aaa4d 100644 --- a/data/kl/BillingService/TaxHeadMaster.json +++ b/data/kl/BillingService/TaxHeadMaster.json @@ -12,6 +12,16 @@ "order": "0", "isRequired": false }, + { + "category": "ADVANCE_COLLECTION", + "service": "case", + "name": "Case Efiling advance carry forward", + "code": "CASE_ADVANCE_CARRYFORWARD", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, { "category": "ADVANCE_COLLECTION", "service": "case", @@ -92,6 +102,16 @@ "order": "0", "isRequired": false }, + { + "category": "ADVANCE_COLLECTION", + "service": "task-summon", + "name": "Task Summon advance carry forward", + "code": "TASK_SUMMON_ADVANCE_CARRYFORWARD", + "isDebit": true, + "isActualDemand": false, + "order": "0", + "isRequired": false + }, { "category": "ADVANCE_COLLECTION", "service": "task-summon", From fdbcf190a8bee125899ad3a4830b8befe5abf063 Mon Sep 17 00:00:00 2001 From: harshkumar8789 Date: Wed, 21 Aug 2024 15:36:39 +0530 Subject: [PATCH 3/5] Make a mdms file to get mastercode for all payment type. --- data/kl/payment/MasterCode.json | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 data/kl/payment/MasterCode.json diff --git a/data/kl/payment/MasterCode.json b/data/kl/payment/MasterCode.json new file mode 100644 index 0000000..c2cb44c --- /dev/null +++ b/data/kl/payment/MasterCode.json @@ -0,0 +1,51 @@ +{ + "tenantId": "kl", + "moduleName": "payment", + "MasterCode": [ + { + "businessService": "case", + "type": "Court Fee", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_COURT_FEES" + }, + { + "businessService": "case", + "type": "Vakalathnama Fee", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_VAKALATHNAMA_FEES" + }, + { + "businessService": "case", + "type": "Advocate Welfare Fund", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_ADVOCATE_WELFARE_FUND" + }, + { + "businessService": "case", + "type": "Advocate Clerk Welfare Fund", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_ADVOCATE_CLERK_WELFARE_FUND" + }, + { + "businessService": "case", + "type": "Total Application Fee", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_APPLICATION_FEES" + }, + { + "businessService": "case", + "type": "Petition Fee", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_PETITION_FEES" + }, + { + "businessService": "task-summon", + "type": "COURT_FEES", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_COURT_FEES" + }, + { + "businessService": "task-summon", + "type": "GST", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_GST" + }, + { + "businessService": "task-summon", + "type": "I_POST", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_I_POST" + } + ] +} \ No newline at end of file From 234c1177d60e3268828345366a3ee7edc6e93684 Mon Sep 17 00:00:00 2001 From: harshkumar8789 Date: Wed, 21 Aug 2024 15:46:34 +0530 Subject: [PATCH 4/5] added one new file in payment folder. --- data/kl/payment/PaymentHeads.json | 42 +++++++++++++++++++ ...MasterCode.json => PaymentMasterCode.json} | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 data/kl/payment/PaymentHeads.json rename data/kl/payment/{MasterCode.json => PaymentMasterCode.json} (98%) diff --git a/data/kl/payment/PaymentHeads.json b/data/kl/payment/PaymentHeads.json new file mode 100644 index 0000000..8ae0c43 --- /dev/null +++ b/data/kl/payment/PaymentHeads.json @@ -0,0 +1,42 @@ +{ + "tenantId": "kl", + "moduleName": "payment", + "PaymentHeads": [ + { + "headId": "00374", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_COURT_FEES" + }, + { + "headId": "00374", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_VAKALATHNAMA_FEES" + }, + { + "headId": "00374", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_ADVOCATE_WELFARE_FUND" + }, + { + "headId": "00374", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_ADVOCATE_CLERK_WELFARE_FUND" + }, + { + "headId": "00374", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_APPLICATION_FEES" + }, + { + "headId": "00374", + "masterCode":"CASE_ADVANCE_CARRYFORWARD_PETITION_FEES" + }, + { + "headId": "00374", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_COURT_FEES" + }, + { + "headId": "00374", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_GST" + }, + { + "headId": "00374", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_I_POST" + } + ] +} \ No newline at end of file diff --git a/data/kl/payment/MasterCode.json b/data/kl/payment/PaymentMasterCode.json similarity index 98% rename from data/kl/payment/MasterCode.json rename to data/kl/payment/PaymentMasterCode.json index c2cb44c..316dd2c 100644 --- a/data/kl/payment/MasterCode.json +++ b/data/kl/payment/PaymentMasterCode.json @@ -1,7 +1,7 @@ { "tenantId": "kl", "moduleName": "payment", - "MasterCode": [ + "PaymentMasterCode": [ { "businessService": "case", "type": "Court Fee", From ab0455a8b47ab97053989440765d5048f9e0cb72 Mon Sep 17 00:00:00 2001 From: harshkumar8789 Date: Wed, 18 Sep 2024 14:36:04 +0530 Subject: [PATCH 5/5] updataed data in paymentmastercode. --- data/kl/payment/PaymentMasterCode.json | 75 +++++++++++++++++++------- 1 file changed, 57 insertions(+), 18 deletions(-) diff --git a/data/kl/payment/PaymentMasterCode.json b/data/kl/payment/PaymentMasterCode.json index 316dd2c..7b5cb58 100644 --- a/data/kl/payment/PaymentMasterCode.json +++ b/data/kl/payment/PaymentMasterCode.json @@ -3,49 +3,88 @@ "moduleName": "payment", "PaymentMasterCode": [ { - "businessService": "case", + "businessService": "case-default", "type": "Court Fee", - "masterCode":"CASE_ADVANCE_CARRYFORWARD_COURT_FEES" + "masterCode":"CASE_ADVANCE_CARRYFORWARD_COURT_FEES", + "paymentType": "Case Filing Fee", + "deliveryChannel": "Online" }, { - "businessService": "case", + "businessService": "case-default", "type": "Vakalathnama Fee", - "masterCode":"CASE_ADVANCE_CARRYFORWARD_VAKALATHNAMA_FEES" + "masterCode":"CASE_ADVANCE_CARRYFORWARD_VAKALATHNAMA_FEES", + "paymentType": "Case Filing Fee", + "deliveryChannel": "Online" }, { - "businessService": "case", + "businessService": "case-default", "type": "Advocate Welfare Fund", - "masterCode":"CASE_ADVANCE_CARRYFORWARD_ADVOCATE_WELFARE_FUND" + "masterCode":"CASE_ADVANCE_CARRYFORWARD_ADVOCATE_WELFARE_FUND", + "paymentType": "Case Filing Fee", + "deliveryChannel": "Online" }, { - "businessService": "case", + "businessService": "case-default", "type": "Advocate Clerk Welfare Fund", - "masterCode":"CASE_ADVANCE_CARRYFORWARD_ADVOCATE_CLERK_WELFARE_FUND" + "masterCode":"CASE_ADVANCE_CARRYFORWARD_ADVOCATE_CLERK_WELFARE_FUND", + "paymentType": "Case Filing Fee", + "deliveryChannel": "Online" }, { - "businessService": "case", + "businessService": "case-default", "type": "Total Application Fee", - "masterCode":"CASE_ADVANCE_CARRYFORWARD_APPLICATION_FEES" + "masterCode":"CASE_ADVANCE_CARRYFORWARD_APPLICATION_FEES", + "paymentType": "Case Filing Fee", + "deliveryChannel": "Online" }, { - "businessService": "case", + "businessService": "case-default", "type": "Petition Fee", - "masterCode":"CASE_ADVANCE_CARRYFORWARD_PETITION_FEES" + "masterCode":"CASE_ADVANCE_CARRYFORWARD_PETITION_FEES", + "paymentType": "Case Filing Fee", + "deliveryChannel": "Online" }, { - "businessService": "task-summon", + "businessService": "task-summons", "type": "COURT_FEES", - "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_COURT_FEES" + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_COURT_FEES", + "paymentType": "Summons Post Court Fee", + "deliveryChannel": "POST" }, { - "businessService": "task-summon", + "businessService": "task-summons", "type": "GST", - "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_GST" + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_GST", + "paymentType": "Summons Post Court Fee", + "deliveryChannel": "POST" }, { - "businessService": "task-summon", + "businessService": "task-summons", "type": "I_POST", - "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_I_POST" + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_E_POST", + "paymentType": "Summons Post Process Fee", + "deliveryChannel": "POST" + }, + { + "businessService": "task-summons", + "type": "COURT_FEE", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_SMS_COURT_FEES", + "paymentType": "Summons SMS Court Fee", + "deliveryChannel": "SMS" + }, + { + "businessService": "task-summons", + "type": "COURT_FEE", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_EMAIL_COURT_FEES", + "paymentType": "Summons Email Court Fee", + "deliveryChannel": "Email" + }, + { + "businessService": "task-summons", + "type": "COURT_FEE", + "masterCode":"TASK_SUMMON_ADVANCE_CARRYFORWARD_ICOPS_COURT_FEES", + "paymentType": "Summons iCops Court Fee", + "deliveryChannel": "POLICE" } ] } \ No newline at end of file