Birth and Death Service v1.0

This is the egov application, which helps and provides a digital interface, allowing employees/citizens for downloading the Birth & death Certificates. Employee can register both birth and death applications, update and search where in citizen has an access to download the certificates. There are two processes while downloading the certificates as citizen can download the certificate free for the first time and it will be charged for next downloads so citizen has to pay the amount and download the certificates.

The setup of the Application is as follows

Requirements:

  • Knowledge of Java/J2EE(preferably Java 8 version)

  • Knowledge of Spring Boot and spring-boot microservices.

  • Knowledge of Git or any version control system.

  • Knowledge of RESTful Web services.

  • Knowledge of the Lombok library will helpful.

  • knowledge of eGov-mdms service, eGov-persister, eGov-idgen, eGov-sms, eGov-email,eGov-user, eGov-localization, eGov-workflow-service will be helpful.

Functionality:

  1. The BnD Module facilitates the citizen to search and download the certificate.

  2. The BnD Module enables the counter employee to enter the details of Birth and Death using
    the Registration form.

  3. The BnD Module provides facility to the counter employee to search the details of
    registration and view the details of the registration.

  4. The BnD Module provides facility to any one who has downloaded the certificate, to check
    the correctness of the certificate by scanning the QR Code.

Setup and usage:

The Application is present among the municipal services group of applications available in the eGov-services git repository with the folder name birth-death-services .  The spring boot application needs the Lombok* extension added in your IDE to load it. Once the application is up and running API requests can be posted to the URL and ids can be generated. 

  • in case of IntelliJ, the plugin can be installed directly, for eclipse the Lombok jar location has to be added in eclipse.ini file in this format  javaagent:lombok.jar

API Information :

Application.properties File Information:

kafka topics persister configs for eGov persister

  • persister.save.birth.topic=save-birth-topic

  • persister.update.birth.topic=update-birth-topic

URLs for the external API references:

  • eGvo mdms :-> egov.mdms.host = https://dev.digit.org/

  • eGov -idGen :-> egov.idgen.host = https://dev.digit.org/

  • localization service :-> egov.localization.host = https://dev.digit.org/

  • idGen Id formats :->
    egov.idgen.birthapplnum.name=birth_cert.receipt.id
    egov.idgen.birthapplnum.format=BR/CB/01/2022-0/063768
    egov.idgen.deathapplnum.name=death_cert.receipt.id
    egov.idgen.deathapplnum.format=DT/CB/01/2022-0/063767

Configuration:

Mdms configuration:

https://github.com/egovernments/egov-mdms-data/blob/master/data/pb/BillingService/BusinessService.json

{ "businessService": "Birth Certificate Fees", "code": "BIRTH_CERT", "collectionModesNotAllowed": ["DD", "POSTAL_ORDER"], "partPaymentAllowed": false, "isAdvanceAllowed": false, "isVoucherCreationEnabled": true, "isActive": true, "isCitizen": true, "type": "Adhoc" }, { "businessService": "Death Certificate Fees", "code": "DEATH_CERT", "collectionModesNotAllowed": ["DD", "POSTAL_ORDER"], "partPaymentAllowed": false, "isAdvanceAllowed": false, "isVoucherCreationEnabled": true, "isActive": true, "isCitizen": true, "type": "Adhoc" }

https://github.com/egovernments/egov-mdms-data/blob/master/data/pb/BillingService/TaxHeadMaster.json

{ "category": "CHARGES", "service": "BIRTH_CERT", "name": "BIRTH_CERT_FEE", "code": "BIRTH_CERT_FEE", "isDebit": false, "isActualDemand": false, "order": "0", "isRequired": false, "isDiscountApplicable": false }, { "category": "CHARGES", "service": "DEATH_CERT", "name": "DEATH_CERT_FEE", "code": "DEATH_CERT_FEE", "isDebit": false, "isActualDemand": false, "order": "0", "isRequired": false, "isDiscountApplicable": false }

https://github.com/egovernments/egov-mdms-data/blob/master/data/pb/BillingService/TaxPeriod.json

{ "fromDate": 1554076800000, "toDate": 1901145600000, "periodCycle": "ANNUAL", "service": "BIRTH_CERT", "code": "BIRTHCERT", "financialYear": "2019-30" }, { "fromDate": 1554076800000, "toDate": 1901145600000, "periodCycle": "ANNUAL", "service": "DEATH_CERT", "code": "DEATHCERT", "financialYear": "2019-30" }

https://github.com/egovernments/egov-mdms-data/blob/QA/data/pb/BillingService/GLCode.json

 

https://github.com/egovernments/egov-mdms-data/blob/QA/data/pb/common-masters/bdTemplate.json

https://github.com/egovernments/egov-mdms-data/blob/QA/data/pb/common-masters/IdFormat.json

Hospital List configurations:

https://github.com/egovernments/egov-mdms-data/blob/QA/data/pb/amritsar/birth-death-service/hospitalList.json

Access MDMS Config

Action Test : URL Actions adding

action-test.json

 

Access to the Roles for the above Actions

roleacton.json

Birth and Death Roles

https://github.com/egovernments/egov-mdms-data/blob/master/data/pb/ACCESSCONTROL-ROLES/roles.json

 

Persister configuration:

BND Persister YAML

Indexer Configuration:

Birth Indexer YAML

Death Indexer YAML

Database Schema

Postman Links

https://www.getpostman.com/collections/a6622af87bd5346d11fc