Skip to Content

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_USER
  • ROLE_MOD_INVOICE_BUNDLE

Information page

  • ROLE_MOD_PERSON_EMPLOYEE_LISTING : needed to get user’s employee
  • ROLE_MOD_PERSON_CLIENT_DROPDOWN : needed to get the list of clients

Lines page

  • ROLE_MOD_KEYVALUESTORE_KEYVALUE_ADD : needed to create key value of user
  • ROLE_MOD_KEYVALUESTORE_KEYVALUE_EDIT : needed to edit the kvs of user
  • ROLE_MOD_FEE_CURRENCY_SHOW : needed to show the currency to user
Last updated on