...
- 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 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)
...
- Integrate with platform demand and billing services
- Any demand generated from the ERP application will be done using the demand and billing services of the platform.
- The billing cycle will be configured in the platform for these services.
- Integrate with platform collection service including payment gateway integrations
- Any collections made in the ERP application should use the collection service in the platform and receipts are to be created in the platform.
- Receipt print will be rendered from the collection service.
- Online payments where payment gateway is involved will use the same services as that of the platform.
- Integrate with the platform workflow service
- Call the workflow service from the platform for any workflow in the application. This way the position based workflow in the ERP will be replaced with the role-based workflow from the platform.
- Render the workflow items of various entities in the platform and ERP together in the Inbox.
- All features of the platform workflow like the SLA and escalation can be utilized for the ERP entities also.
- Using MDMS service for defining the configuration and master data in the ERP
- State-level and ULB level configurations and master data can be kept in the platform using the MDMS service
Level 3
This level will actually try to reuse all the core services in the platform over and above Level 2. Few of the integrations can be-
...