Versions Compared

Key

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

...

Code Block
{
      "id": "7",
      "tenantId": "pb",
      "finYearRange": "2020-21",
      "name": "2020-21",
      "code": "2020-21",
      "startingDate": 1585679399000,
      "endingDate": 1617172199000,
      "active": true,
      "isActiveForPosting": false,
      "isClosed": false,
      "transferClosingBalance": false,
      "module": "TL"
    },

application.properties :

EDITRENEWAL & DIRECTRENEWAL businessService codes are added.

...

https://github.com/egovernments/egov-mdms-data/blob/master/data/pb/TradeLicense/TradeRenewal.json - Add Renewal period to configure it for the state.

https://github.com/egovernments/egov-mdms-data/blob/master/master-config.json - Add the state levels configuration respectively for the master JSON.

application.properties :

EDITRENEWAL & DIRECTRENEWAL businessService codes are added.

Code Block
create.directRenewal.workflow.name=DIRECTRENEWAL
create.editRenewal.workflow.name=EDITRENEWAL

...

On approved application RENEWAL BUTTON is visible to citizen.

...

Renewal Period :

The Renewal period for the module is configured in https://github.com/egovernments/egov-mdms-data/blob/master/data/pb/TradeLicense/TradeRenewal.json

The difference between the ValidTo and the date of renewal should be greater than the configured period.

ValidTo - currentDate > configuredPeriod (If this condition is true, then the citizen will have access to review the Tradelicense)

Trade License Renewal Fees, Rebate and Penalty

...