Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Feature

BPA

New

PR-1123

To add order for the documents

BPA

Deprecate

PR-1037

removed the sanction for OC low application

BPA

Update

PR-1118

To update disclaimer

BPA

Update

PR-1062

Changed url - bpa to land

BPA

New

PR-1019

Added idFormat for OC

BPA

New

PR-1016

Added checklist for OC

BPA

Update

PR-1008

Updated usages

BPA

Update

PR-1007

Updated Sub occupancy type

BPA

Update

PR-1006

Updated Occupancy type

BPA

New

PR-997

Added tax period for OC

BPA

New

PR-996

Added taxheadmaster for OC

BPA

New

PR-995

Added billing service for OC

BPA

Update

PR-1162

Changed id format for bpa permit

Module

Action

PR

Description

W&S

Update

PR-1043

To update the ID format

W&S

Update

PR-1058

to update application types

Changed id format for bpa permit

https://github.com/egovernments/egov-mdms-data/blob/7510ed98ed916436c77e43685f8eb615f09382e1/data/pg/common-masters/IdFormat.json

TradeLicense

Updated the URL for document pop up in the TL search screen

...

https://github.com/egovernments/configs/blob/0f3708cdcf6fba00aa36aab5baeae9a7eeb3ab62/egov-searcher/bill-genie.yml

BPA

Module

Action

PR

Description

BPA

Added audit details for owner

...

https://github.com/egovernments/configs/blob/5f7eafdf3339d49a736d31c50037333a11c0f114/egov-persister/noc-persister.yml

Infra Change:

w&s

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"

 

  • File Name : helm/environments/qa.yaml

    • change the key from allowed-file-formats: to allowed-file-formats-map:

  • File Name :helm/charts/municipal-services/firenoc-services/values.yaml

    • Added EGOV_DEFAULT_STATE_ID in fire noc environment file to pick up proper tenant during search call.

...