Versions Compared

Key

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

...

  • FSM Calculator is a system that enables FSM Admin to create billing slab for the FSM application(s) with different combination of propertyType , slum , tank capacity and etc..

  • MDMS Actions & Role Action Mapping for FSM Calculator:

Code Block
[

...


  {

...


    "id": {{PLACEHOLDER1}},

...


    "name": "FSM BillingSlab Create",

...


    "url": "/fsm-calculator/v1/billingSlab/_create",

...


    "displayName": "FSM BillingSlab Create",

...


    "orderNumber": 1,

...


    "parentModule": "",

...


    "enabled": false,

...


    "serviceCode": "",

...


    "code": "null",

...


    "path": ""

...


  },

...


  {

...


    "id": {{PLACEHOLDER2}},

...


    "name": "FSM BillingSlab Update",

...


    "url": "/fsm-calculator/v1/billingSlab/_update",

...


    "displayName": "FSM BillingSlab Update",

...


    "orderNumber": 1,

...


    "parentModule": "",

...


    "enabled": false,

...


    "serviceCode": "",

...


    "code": "null",

...


    "path": ""

...


  },

...


  {

...


    "id": {{PLACEHOLDER3}},

...


    "name": "FSM BillingSlab Search",

...


    "url": "/fsm-calculator/v1/billingSlab/_search",

...


    "displayName": "FSM BillingSlab Search",

...


    "orderNumber": 1,

...


    "parentModule": "",

...


    "enabled": false,

...


    "serviceCode": "",

...


    "code": "null",

...


    "path": ""

...


  }

...


]
  • Role Action Mapping:

FSM BillingSlab Create - SUPERUSER,FSM_ADMIN

...