MDMS Configuration & Migration Updates
MDMS Changes
Penalty and Advance Enabled
BillingService
Enabled Penalty and Advance
Added Business service json in Billing service
BillingService
Added Business service json in Billing service for enable and disable Advance and penalty in Tenant level
Added TaxHeadMaster json in Billing service
BillingService
Added TaxHeadMaster json in billing service for enable and disable advance and penalty in tenant level
Added TaxPeriod json in Billing service
BillingService
Added TaxPeriod json in Billing service for enable and disable advance and penalty in tenant level
Penalty Type changing
ws-services-calculation
Updated 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 roles
Added demand penalty details and action roles
By Enabling and disabling this we can able change the payment type from state level to tenant level
By enabling and disabling this we can change the payment type from state level to tenant level
App Force Update
We need to update the version in MDMS with the latest version to be deployed in PlayStore or AppStore
Config Changes
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');
Last updated