...
- Single Sign-on/out with the platform
- A common set of user, citizen and employee registries
- Sign in and sign out will be done from the platform.
- Authorization to menu links from the platform
- Role-based access control will be done using the access control service in the platform
- Menu links for platform modules as well as ERP modules will be listed in the same menu tree link
- On click of any menu links, the page will open in the right iframe.
- Referring to the common masters from the platform
- Platform level masters like -Department, Tenant, Designation and so on will boundary to be accessed from the platform in the ERP
- All finance-related masters will be referred to in the platform using REST API calls.
- Master data like bank, bank account, Fund, chartofaccounts will be accessed using a REST API call from the Finance server.
- 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.
- Offline the data will be pushed to the Elastic search server using the ES REST APIs in the platform.
- Using the ES service in the ERP data can be pushed online to the ES server.
- Inbox items to be available in a single place for different applications across platform and ERP
- The platform is using a role-based workflow and ERP is using position based workflow.
- 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)
...