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 8 Next »

Owner

Status

MDMS Changes

Action

PR

Description

Update

PR-1043

To update the ID format

Update

PR-1058

to update application types

Backend Config Chnages

Action

PR

Description

Update

PR-357

To update bill PDF advance adjusted changes

Update

PR-340

To Update PDF format

Update

PR-342

To add Advance and pending amount conditional logic

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