Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 7.64 KB

mdms-configuration-and-migration-updates.md

File metadata and controls

20 lines (10 loc) · 7.64 KB

MDMS Configuration & Migration Updates

MDMS Changes

FeatureService NameChangesDescription
Penalty configuration changews-services-calculationPenalty.jsonPenalty Change
TaxHeadMaster.jsonAdded new penalty taxhead
Access Controlactions-test.jsonUpdated actions-test.json
roleactions.jsonUpdated roleactions.json
actions-test.jsonUpdated actions-test.json
Penalty and Advance EnabledBillingServiceTaxHeadMaster.json
TaxHeadMaster.json
Enabled Penalty and Advance
Role addedroleactions.jsonAdded role
Enabled Time penaltyBillingServicePenalty change.Enabled Time penalty
Added Business service json in Billing serviceBillingServiceBusinessService.jsonAdded Business service json in Billing service for enable and disable Advance and penalty in Tenant level
Added TaxHeadMaster json in Billing serviceBillingServiceTaxHeadMaster.jsonAdded TaxHeadMaster json in billing service for enable and disable advance and penalty in tenant level
Added TaxPeriod json in Billing serviceBillingServiceTaxPeriod.jsonAdded TaxPeriod json in Billing service for enable and disable advance and penalty in tenant level
Penalty Type changingws-services-calculationPenalty.jsonUpdated the penalty type in this path - users can modify based on the requirement in tenant (verify document for penalty type)
Demand Penalty Details and action rolesactions-test.jsonAdded demand penalty details and action roles
By Enabling and disabling this we can able change the payment type from state level to tenant levelmaster-config.jsonBy enabling and disabling this we can change the payment type from state level to tenant level
App Force UpdateAppVersion.json
AppVersion.json
We need to update the version in MDMS with the latest version to be deployed in PlayStore or AppStore

Config Changes

FeatureService NameChangesDescription
Advance and Penalty changes#27Code changes related to advance and penalty parameters
egov-persisterwater-persist.ymlSyntax correction
pdf-servicews-receipt-nm.jsondata config changes for advance and penalty
ws-receipt.json
ws-bill-nm.json
ws-bill.json
ws-receipt-nm.jsonformat config changes for advance and penalty
ws-receipt.json
ws-bill-nm.json
ws-bill.json
dashboard-analytics

ChartApiConfig.json

ChartApiConfig.json

ChartApiConfig.json

ChartApiConfig.json

ChartApiConfig.json

Migration Changes

Create IFIX COA code for WS_TIME_PENALTY, 10201 & WS_ADVANCE_CARRYFORWARD , and run the following insert queries by replacing id & ifixcoacode.

  • insert into ifix_adapter_coa_map(id,clientcode,ifixcoacode,ifixid,tenantid) values(,'WS_TIME_PENALTY','0215-01-104-00-00-00',,'pb');
  • insert into ifix_adapter_coa_map(id,clientcode,ifixcoacode,ifixid,tenantid) values(,'10201','0215-01-104-00-00-00',,'pb');
  • insert into ifix_adapter_coa_map(id,clientcode,ifixcoacode,ifixid,tenantid) values(,'WS_ADVANCE_CARRYFORWARD','0215-01-799-04-00-43',,'pb');