You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using tag 3.15.1 . I have setup a barebones OpenLMIS system on my PC with the production spring_active_profile. Here are the issues I face which I think are most likely related to Permissions and Roles.
There is no way to setup trade items through the reference UI
You cannot set supported programs through reference UI for facilities. You have to use the API.
I was able to create Geographical Zones and Levels through postman and create facilities using the UI but had to again use postman APIs to create supervisory nodes. There is no create / add supervisory node on UI.
I added a new role for fulfillment and supervisory and added users with these roles. When I login with the users I see that there is no "Stock Management" Tab. On investigating the permissionStrings, I notice that some of the stock management permissions are missing such as "STOCK_INVENTORIES_EDIT". Even though all the permission and roles are set for the user.
I am working for IPRD Solutions and we want to demo a working implementation to integrate OpenLMIS with our POC android FHIR native app. We are more than happy to contribute and fix issues to get the reference app in a better state. Can someone point me to which service I should be debugging to fix this?
The text was updated successfully, but these errors were encountered:
We were able to manually insert the permissionString in the table referencedata.right_assignments. This resulted in displaying the UI workflows for StockManagement . Everything else worked as expected. Seems to be a simple bug fix. The insert operation into this data base is buggy . I guess this has to work correctly when you assign rights to a role and assign the role to the user.
I am using tag 3.15.1 . I have setup a barebones OpenLMIS system on my PC with the production spring_active_profile. Here are the issues I face which I think are most likely related to Permissions and Roles.
I am working for IPRD Solutions and we want to demo a working implementation to integrate OpenLMIS with our POC android FHIR native app. We are more than happy to contribute and fix issues to get the reference app in a better state. Can someone point me to which service I should be debugging to fix this?
The text was updated successfully, but these errors were encountered: