Roles
This is how to implement roles and set them to localstorage.
Ref : https://github.com/orgs/PHPCreation/projects/89/views/1?filterQuery=roles&pane=issue&itemId=71599930
List of roles needed
Global
ROLE_USERROLE_MOD_INVOICE_BUNDLE
Information page
ROLE_MOD_PERSON_EMPLOYEE_LISTING: needed to get user’s employeeROLE_MOD_PERSON_CLIENT_DROPDOWN: needed to get the list of clients
Lines page
ROLE_MOD_KEYVALUESTORE_KEYVALUE_ADD: needed to create key value of userROLE_MOD_KEYVALUESTORE_KEYVALUE_EDIT: needed to edit the kvs of userROLE_MOD_FEE_CURRENCY_SHOW: needed to show the currency to user
Last updated on