Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

MDMS Changes

Updated Masters

In Common-Masters/IdFormat.json configuration is updated to in

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

include TenantId details. Latest IdFormat Changes are available in this commit -

The following idname formats should be updated as per the latest file in MDMS

waterservice.connection.id, sewerageservice.connection.id, ws.receipt.id, sw.receipt.id, waterservice.application.id, sewerageservice.application.id, ws.one_time_fee.receipt.id, sw.one_time_fee.receipt.id

New Masters

Added new file in ws-services-masters folder.

https://github.com/egovernments/egov-mdms-data/blob/c6b6fbd8dc2fef7b6a148555dfcab7cff30b715c/data/pb/ws-services-masters/ApplicationType.json

Backend Config Chnages

PDF Templates

The following are the modified and latest files as per v2.1.1. release.

Data Config changes:

https://github.com/egovernments/configs/blob/78d0bb7440972d4ea81d6dc064069a2890791f15/pdf-service/data-config/ws-bill.json

https://github.com/egovernments/configs/blob/01d049f39136d84e6e051edb8031a3081d68faf9/pdf-service/data-config/ws-onetime-receipt.json

Format Config Changes:

https://github.com/egovernments/configs/blob/f67723548ee14586a87cb576e2fd41913841710d/pdf-service/format-config/ws-bill.json

https://github.com/egovernments/configs/blob/0b5ef0833572bd425cff0517443435d2d7e4a871/pdf-service/format-config/ws-onetime-receipt.json

Note - The data-config file might access MDMS directly to fetch the details. Open each file and check is there any MDMS query (search for egov-mdms-service). If there are any MDMS query configured - update the state level tenantId value properly.

Persister Config Changes:

Updated water-meter.yml config file. Refer the following commit log - https://github.com/egovernments/configs/commit/d213b8fbc71c8adc67df393b30c8be9ea923e24f

Modified ws-bill.json :

https://github.com/egovernments/configs/commit/900e8e1c59ebc12f4bea49f52063f524aabf3830#diff-b5d08abcd9524da252a33fcff4c515f8

Infra Ops Config

helm/charts/municipal-services/sw-services/values.yaml

  • Removed the following details from values.yml

scid-format: "SW/[CITY.CODE]/[fy:yyyy-yy]/[SEQ_EGOV_COMMON]"

- name: EGOV_IDGEN_SCID_FORMAT

value: {{ index .Values "scid-format" | quote }}

Removed the following data from helm/charts/municipal-services/ws-services/values.yaml

wcid-format: "WS/[CITY.CODE]/[fy:yyyy-yy]/[SEQ_EGOV_COMMON]"

- name: EGOV_IDGEN_WCID_FORMAT

value: {{ index .Values "wcid-format" | quote }}

Autocreate-new-seq flag must be enabled in IdGen Service of environment file. Refer the following

helm/environments/<env>.yaml

autocreate-new-seq: "true"

  • No labels