From d62515eec3dd77a8acaa6a30fd1dc6e516517e06 Mon Sep 17 00:00:00 2001 From: "tushar.k" Date: Wed, 4 Sep 2024 14:40:00 +0530 Subject: [PATCH] billing service updates, added RequiredDocuments --- data/kl/BillingService/BusinessService.json | 156 +++++++++++++++--- data/kl/BillingService/TaxHeadMaster.json | 166 +++++++++++++++++--- data/kl/BillingService/TaxPeriod.json | 69 ++++++-- data/kl/case/RequiredDocuments.json | 12 ++ 4 files changed, 343 insertions(+), 60 deletions(-) create mode 100644 data/kl/case/RequiredDocuments.json diff --git a/data/kl/BillingService/BusinessService.json b/data/kl/BillingService/BusinessService.json index 6a63228..0537e8e 100644 --- a/data/kl/BillingService/BusinessService.json +++ b/data/kl/BillingService/BusinessService.json @@ -3,50 +3,154 @@ "moduleName": "BillingService", "BusinessService": [ { - "businessService": "PropertyTax", - "code": "PT", - "collectionModesNotAllowed": [ - "DD","OFFLINE_NEFT","OFFLINE_RTGS","POSTAL_ORDER" - ], - "partPaymentAllowed": true, - "minAmountPayable":100, + "code": "application-order-submission-default", + "billGineiURL": " ", + "businessService": "application-order-submission-default", + "demandUpdateTime": 604800000, "isAdvanceAllowed": false, - "demandUpdateTime": 86400000, + "minAmountPayable": 0, + "partPaymentAllowed": false, "isVoucherCreationEnabled": true, - "billGineiURL" : "egov-searcher/bill-genie/billswithaddranduser/_get" + "collectionModesNotAllowed": [ + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] }, { - "businessService": "case", - "code": "case", - "collectionModesNotAllowed": [ - "DD","OFFLINE_NEFT","OFFLINE_RTGS","POSTAL_ORDER" - ], - "partPaymentAllowed": false, + "code": "application-voluntary-submission", + "billGineiURL": " ", + "businessService": "application-voluntary-submission", + "demandUpdateTime": 604800000, "isAdvanceAllowed": false, + "minAmountPayable": 0, + "partPaymentAllowed": false, + "isVoucherCreationEnabled": true, + "collectionModesNotAllowed": [ + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] + }, + { + "code": "case-default", + "billGineiURL": " ", + "businessService": "case-default", "demandUpdateTime": 604800000, - "isVoucherCreationEnabled": true + "isAdvanceAllowed": false, + "minAmountPayable": 0, + "partPaymentAllowed": false, + "isVoucherCreationEnabled": true, + "collectionModesNotAllowed": [ + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] }, { - "businessService": "task", - "code": "task", + "code": "task-summon", + "billGineiURL": " ", + "businessService": "task-summon", + "demandUpdateTime": 604799998, + "isAdvanceAllowed": false, + "minAmountPayable": 0, + "partPaymentAllowed": false, + "isVoucherCreationEnabled": true, "collectionModesNotAllowed": [ - "DD","OFFLINE_NEFT","OFFLINE_RTGS","POSTAL_ORDER" - ], + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] + }, + { + "code": "async-submission-with-response-managelifecycle", + "billGineiURL": " ", + "businessService": "async-submission-with-response-managelifecycle", + "demandUpdateTime": 604800000, + "isAdvanceAllowed": false, + "minAmountPayable": 0, "partPaymentAllowed": false, + "isVoucherCreationEnabled": true, + "collectionModesNotAllowed": [ + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] + }, + { + "code": "async-order-submission-managelifecycle", + "billGineiURL": " ", + "businessService": "async-order-submission-managelifecycle", + "demandUpdateTime": 604799999, "isAdvanceAllowed": false, + "minAmountPayable": 0, + "partPaymentAllowed": false, + "isVoucherCreationEnabled": true, + "collectionModesNotAllowed": [ + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] + }, + { + "code": "async-order-submission", + "billGineiURL": " ", + "businessService": "async-order-submission", "demandUpdateTime": 604800000, - "isVoucherCreationEnabled": true + "isAdvanceAllowed": false, + "minAmountPayable": 0, + "partPaymentAllowed": false, + "isVoucherCreationEnabled": true, + "collectionModesNotAllowed": [ + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] }, { - "businessService": "advocateApplication", "code": "advocateApplication", + "billGineiURL": " ", + "businessService": "advocateApplication", + "demandUpdateTime": 604800000, + "isAdvanceAllowed": false, + "minAmountPayable": 0, + "partPaymentAllowed": false, + "isVoucherCreationEnabled": true, "collectionModesNotAllowed": [ - "DD","OFFLINE_NEFT","OFFLINE_RTGS","POSTAL_ORDER" - ], + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] + }, + { + "code": "task", + "billGineiURL": "", + "businessService": "task", + "demandUpdateTime": 604800000, + "isAdvanceAllowed": false, + "minAmountPayable": 0, "partPaymentAllowed": false, + "isVoucherCreationEnabled": true, + "collectionModesNotAllowed": [ + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] + }, + { + "code": "PT", + "billGineiURL": "egov-searcher/bill-genie/billswithaddranduser/_get", + "businessService": "PropertyTax", + "demandUpdateTime": 86400000, "isAdvanceAllowed": false, - "demandUpdateTime": 604800000, - "isVoucherCreationEnabled": true + "minAmountPayable": 100, + "partPaymentAllowed": true, + "isVoucherCreationEnabled": true, + "collectionModesNotAllowed": [ + "OFFLINE_NEFT", + "OFFLINE_RTGS", + "POSTAL_ORDER" + ] } ] } diff --git a/data/kl/BillingService/TaxHeadMaster.json b/data/kl/BillingService/TaxHeadMaster.json index dbc83c4..9a085d4 100644 --- a/data/kl/BillingService/TaxHeadMaster.json +++ b/data/kl/BillingService/TaxHeadMaster.json @@ -3,44 +3,172 @@ "moduleName": "BillingService", "TaxHeadMaster": [ { - "category": "TAX", - "service": "PT", - "name": "Pt adhoc rebate", - "code": "PT_ADHOC_REBATE", + "code": "CASE_ADVANCE_CARRYFORWARD_PETITION_FEES", + "name": "Case Efiling advance carry forward petition fee", + "order": "0", "isDebit": true, - "isActualDemand": false, + "service": "case", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "CASE_ADVANCE_CARRYFORWARD_APPLICATION_FEES", + "name": "Case Efiling advance carry forward total application fee", "order": "0", - "isRequired": false + "isDebit": true, + "service": "case", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false }, { + "code": "CASE_ADVANCE_CARRYFORWARD_ADVOCATE_CLERK_WELFARE_FUND", + "name": "Case Efiling advance carry forward advocate clerk welfare fund", + "order": "0", + "isDebit": true, + "service": "case", "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "CASE_ADVANCE_CARRYFORWARD_ADVOCATE_WELFARE_FUND", + "name": "Case Efiling advance carry forward Advocate welfare fund", + "order": "0", + "isDebit": true, "service": "case", - "name": "Case Efiling advance carry forward", - "code": "CASE_ADVANCE_CARRYFORWARD", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "CASE_ADVANCE_CARRYFORWARD_VAKALATHNAMA_FEES", + "name": "Case Efiling advance carry forward vakalathnama fee", + "order": "0", + "isDebit": false, + "service": "case", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "CASE_ADVANCE_CARRYFORWARD_COURT_FEES", + "name": "Case Efiling advance carry forward court fees", + "order": "0", "isDebit": true, - "isActualDemand": false, + "service": "case", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "TASK_SUMMON_ADVANCE_CARRYFORWARD_I_POST", + "name": "Task Summon advance carry forward iPost", "order": "0", - "isRequired": false + "isDebit": true, + "service": "task-summon", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false }, { + "code": "TASK_SUMMON_ADVANCE_CARRYFORWARD_GST", + "name": "Task Summon advance carry forward gst", + "order": "0", + "isDebit": true, + "service": "task-summon", "category": "ADVANCE_COLLECTION", - "service": "task", - "name": "Task Settlement advance carry forward", - "code": "TASK_ADVANCE_CARRYFORWARD", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "TASK_SUMMON_ADVANCE_CARRYFORWARD_COURT_FEES", + "name": "Task Summon advance carry forward court fees", + "order": "0", "isDebit": true, - "isActualDemand": false, + "service": "task-summon", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "TASK_SUMMON_ADVANCE_CARRYFORWARD", + "name": "Task Summon advance carry forward", "order": "0", - "isRequired": false + "isDebit": true, + "service": "task-summon", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false }, { + "code": "ASYNC_VOLUNTARY_SUNMISSION_ADVANCE_CARRYFORWARD", + "name": "Async Voluntary Submission advance carry forward", + "order": "0", + "isDebit": true, + "service": "async-voluntary-submission-managelifecycle", "category": "ADVANCE_COLLECTION", - "service": "advocateApplication", - "name": "advocate application Settlement advance carry forward", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "ASYNC_SUBMISSION_RESPONSE_ADVANCE_CARRYFORWARD", + "name": "Async Submission With Response advance carry forward", + "order": "0", + "isDebit": true, + "service": "async-submission-with-response-managelifecycle", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "ASYNC_ORDER_SUBMISSION_ADVANCE_CARRYFORWARD", + "name": "Async Order Submission advance carry forward", + "order": "0", + "isDebit": true, + "service": "application-order-submission-default", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { "code": "ADVOCATE_APPLICATION_ADVANCE_CARRYFORWARD", + "name": "advocate application Settlement advance carry forward", + "order": "0", "isDebit": true, - "isActualDemand": false, + "service": "advocateApplication", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "TASK_ADVANCE_CARRYFORWARD", + "name": "Task Settlement advance carry forward", + "order": "0", + "isDebit": true, + "service": "task", + "category": "ADVANCE_COLLECTION" + }, + { + "code": "CASE_ADVANCE_CARRYFORWARD", + "name": "Case Efiling advance carry forward", "order": "0", - "isRequired": false + "isDebit": true, + "service": "case", + "category": "ADVANCE_COLLECTION", + "isRequired": false, + "isActualDemand": false + }, + { + "code": "PT_ADHOC_REBATE", + "name": "Pt adhoc rebate", + "order": "0", + "isDebit": true, + "service": "PT", + "category": "TAX", + "isRequired": false, + "isActualDemand": false } ] } diff --git a/data/kl/BillingService/TaxPeriod.json b/data/kl/BillingService/TaxPeriod.json index 113cb6f..ad305cf 100644 --- a/data/kl/BillingService/TaxPeriod.json +++ b/data/kl/BillingService/TaxPeriod.json @@ -3,45 +3,84 @@ "moduleName": "BillingService", "TaxPeriod": [ { + "code": "AOSDAN202330", + "toDate": 1901145600000, + "service": "application-order-submission-default", "fromDate": 1680287400000, - "toDate": 1711909799000, "periodCycle": "ANNUAL", - "service": "PT", - "code": "PTAN2023", - "financialYear": "2023-24" + "financialYear": "2023-30" }, { + "code": "TSSAN202330", + "toDate": 1901145600000, + "service": "task-summon", "fromDate": 1680287400000, - "toDate": 1711909799000, "periodCycle": "ANNUAL", - "service": "case", - "code": "CEAN2023", - "financialYear": "2023-24" + "financialYear": "2023-30" }, - { + "code": "AVSAN202330", + "toDate": 1901145600000, + "service": "async-voluntary-submission-managelifecycle", "fromDate": 1680287400000, + "periodCycle": "ANNUAL", + "financialYear": "2023-30" + }, + { + "code": "ASRAN202330", "toDate": 1901145600000, + "service": "async-submission-with-response-managelifecycle", + "fromDate": 1680287400000, "periodCycle": "ANNUAL", - "service": "case", - "code": "CEAN202330", "financialYear": "2023-30" }, { + "code": "AOSAN202330", + "toDate": 1901145600000, + "service": "application-voluntary-submission", "fromDate": 1680287400000, + "periodCycle": "ANNUAL", + "financialYear": "2023-30" + }, + { + "code": "APAN202330", "toDate": 1901145600000, + "service": "advocateApplication", + "fromDate": 1680287400000, "periodCycle": "ANNUAL", - "service": "task", - "code": "TSAN202330", "financialYear": "2023-30" }, { + "code": "TSAN202330", + "toDate": 1901145600000, + "service": "task", "fromDate": 1680287400000, + "periodCycle": "ANNUAL", + "financialYear": "2023-30" + }, + { + "code": "CEAN202330", "toDate": 1901145600000, + "service": "case-default", + "fromDate": 1680287400000, "periodCycle": "ANNUAL", - "service": "advocateApplication", - "code": "APAN202330", "financialYear": "2023-30" + }, + { + "code": "CEAN2023", + "toDate": 1711909799000, + "service": "case", + "fromDate": 1680287400000, + "periodCycle": "ANNUAL", + "financialYear": "2023-24" + }, + { + "code": "PTAN2023", + "toDate": 1711909799000, + "service": "PT", + "fromDate": 1680287400000, + "periodCycle": "ANNUAL", + "financialYear": "2023-24" } ] } diff --git a/data/kl/case/RequiredDocuments.json b/data/kl/case/RequiredDocuments.json new file mode 100644 index 0000000..4844e52 --- /dev/null +++ b/data/kl/case/RequiredDocuments.json @@ -0,0 +1,12 @@ +{ + "tenantId": "kl", + "moduleName": "case", + "RequiredDocuments": [ + { + "caseType": "NIA-138", + "fileStoreId": "6a3f7eea-7ee6-4b82-a8e8-6745ba321c9a", + "isActive": true + } + ] + } + \ No newline at end of file