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"
    },

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.

...