...
Feature | |||
---|---|---|---|
BPA | New | To add order for the documents | |
BPA | Deprecate | removed the sanction for OC low application | |
BPA | Update | To update disclaimer | |
BPA | Update | Changed url - bpa to land | |
BPA | New | Added idFormat for OC | |
BPA | New | Added checklist for OC | |
BPA | Update | Updated usages | |
BPA | Update | Updated Sub occupancy type | |
BPA | Update | Updated Occupancy type | |
BPA | New | Added tax period for OC | |
BPA | New | Added taxheadmaster for OC | |
BPA | New | Added billing service for OC | |
BPA | Update | Changed id format for bpa permit |
Module | Action | PR | Description |
---|---|---|---|
W&S | Update | To update the ID format | |
W&S | Update | to update application types |
Changed id format for bpa permit
TradeLicense
Updated the URL for document pop up in the TL search screen
...
BPA
Module | Action | PR | Description |
---|---|---|---|
BPA | |||
Added audit details for owner
...
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.
...