Versions Compared

Key

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

...

  1. Single Sign-on/out with the platform
    1. A common set of user, citizen and employee registries
    2. Sign in and sign out will be done from the platform.
  2. Authorization to menu links from the platform
    1. Role-based access control will be done using the access control service in the platform
    2. Menu links for platform modules as well as ERP modules will be listed in the same menu tree link
    3. On click of any menu links, the page will open in the right iframe.
  3. Referring to the common masters from the platform
    1. Platform level masters like -Department, Tenant, Designation and so on will boundary to be accessed from the platform in the ERP
  4. All finance-related masters will be referred to in the platform using REST API calls.
    1. Master data like bank, bank account, Fund, chartofaccounts will be accessed using a REST API call from the Finance server.
  5. Elastic search index to be created in the same ES server where the platform is pushing the data. This way the dashboards can have an integrated view of things.
    1. Offline the data will be pushed to the Elastic search server using the ES REST APIs in the platform.
    2. Using the ES service in the ERP data can be pushed online to the ES server.
  6. Inbox items to be available in a single place for different applications across platform and ERP
    1. The platform is using a role-based workflow and ERP is using position based workflow. 
    2. Inbox for will be two different lists, one for the platform entities and another one for ERP entities. (There is scope for making both the list into one list)

...