Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: I added punctuation like and edited typo errors

This documentation instructs on how to integrate notification with a functionality.

For e.g example: we want to notify a specific set of users about the creation of new savings account, so that those users can act upon those notifications and take specific actions like approve/activate the savings account.

...

Note :- We all  should agree on the fact that we need to send notifications only to those users who have some work related to that notification else, it is not useful to send a notification to any user who can't  do anything with that notification.

...

Now if you want a user to receive a notification whenever a new savings account is created so that it can activate or approve that account then, you need to make sure that the role of that user contains the permission to either approve or activate the savings account.

...

For our above example, we need the permissions "ACTIVATE SAVINGSACCOUNTSAVINGS ACCOUNT" or "APPROVE SAVINGSACCOUNTSAVINGS ACCOUNTto be checked for the role of a user who will receive these notifications.Make sure that the user who will receive the notification should also have the permission to read the savings account because it has to activate or approve that savings account.

With this, our notification is configured and the user will be able receive a notification whenever a new savings account is created, and it can act upon that notification to perform the permitted actions like approve or disapprove.

...

Events / Notification generatedPermisable Permissible actions / Permissions to be checked for the role of a userStatus
New client createdACTIVATE CLIENT, READ CLIENTDone
New loan createdREAD LOAN, APPROVE LOANDone
New loan approvedREAD LOAN, DISBURSE LOANDone
New share account createdAPPROVE SHAREACCOUNTSHARE ACCOUNTDone
New share account approvedACTIVATE SHAREACCOUNTSHARE ACCOUNTDone
New savings account createdREAD SAVINGSACCOUNTSAVINGS ACCOUNT, APPROVE SAVINGSACCOUNT SAVINGS ACCOUNTDone
New savings account approvedREAD SAVINGSACCOUNTSAVINGS ACCOUNT, ACTIVATE SAVINGSACCOUNT SAVINGS ACCOUNTDone
New fixed deposit account createdAPPROVE FIXEDDEPOSITACCOUNTFIXED DEPOSIT ACCOUNTDone
New fixed deposit account approvedACTIVATE FIXEDDEPOSITACCOUNTFIXED DEPOSIT ACCOUNTDone
New recurring deposit account createdAPPROVE RECURRINGDEPOSITACCOUNTRECURRING DEPOSIT ACCOUNTDone
New recurring deposit account approvedACTIVATE RECURRINGDEPOSITACCOUNT RECURRING DEPOSIT ACCOUNTDone
Dividend posted to accountREAD DIVIDEND SHAREPRODUCTSHARE PRODUCTDone
Interest posted to accountREAD SAVINGSACCOUNT SAVINGS ACCOUNTDone
Repayment madeREAD SAVINGSACCOUNT SAVINGS ACCOUNTDone
Deposit madeREAD SAVINGSACCOUNT SAVINGS ACCOUNTDone
Savings has gone into dormantREAD SAVINGSACCOUNT SAVINGS ACCOUNTDone
Loan has been closed/paid off.READ LOANDone
Loan has been rescheduledREAD LOANDone
New group createdACTIVATE GROUP, READ GROUPDone
New center createdACTIVATE CENTER, READ CENTERDone
New loan product createdREAD PRODUCTMIXPRODUCT MIXDone

Savings Account gets Overdrawn


?
Mobile Payment Received
?
Savings has gone into Inactive Status
?
Loan Is Overdue by XX days
?
New Survey taken
?
Collection sheet submitted
?
Cashier drawer settled
?

Summary

  • For a user to get notificiation notification for an event, he/she will need a role containing the permission required to get that noticationnotification. For example, If a user want wants to be notified when ever a new client is created,  he/she will need a role containing "ACTIVATE CLIENT" or "READ CLIENT" permissions.
  • To assign a permission to a role, navigate to Admin >> System >> Manage Roles and Permission and then click on the name of the role for which you want to assign the permission to.
  • To assign a role to a user, navigate to Admin >> Users and then click on the name of the user to view his/her details, including roles.