Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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

For e.g 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.

First of all, let's configure notification for the above example and then we can take few more examples to make you comfortable with configuring notifications.

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.

Every user in an organization has some role associated with it. You can see which role is associated with a user by navigating to Admin >> Users and then click on the name of the user to view its details.

Now if you want a user to receive 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.

You can see what permissions a role contains by navigating to Admin>>System>>Manage Roles and Permission then click on the name of the role for which you want to see the permissions.

For our above example, we need the permissions "ACTIVATE SAVINGSACCOUNT" or "APPROVE SAVINGSACCOUNT" to 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.

Following is the list of notifications which you can configure and in the front of it are the permissions of a role which needs to be checked.

Just pick a notification which you think needs to be generated for a user then check the corresponding permissions in a role of that user.


Notification to be generatedPermissions to be checked for the role of a user
New client createdACTIVATE CLIENT, READ CLIENT
New loan createdREAD LOAN, APPROVE LOAN
New loan approvedREAD LOAN, DISBURSE LOAN
New share account createdACTIVATE SHAREACCOUNT
New share account approved
New savings account createdREAD SAVINGSACCOUNT, APPROVE SAVINGSACCOUNT
New savings account approvedREAD SAVINGSACCOUNT, ACTIVATE SAVINGSACCOUNT
New fixed deposit account createdAPPROVE FIXEDDEPOSITACCOUNT
New fixed deposit account approvedACTIVATE FIXEDDEPOSITACCOUNT
New recurring deposit account createdAPPROVE RECURRINGDEPOSITACCOUNT
New recurring deposit account approvedACTIVATE RECURRINGDEPOSITACCOUNT
Dividend posted to accountREAD DIVIDEND SHAREPRODUCT
Interest posted to accountREAD SAVINGSACCOUNT
Repayment madeREAD SAVINGSACCOUNT
Deposit madeREAD SAVINGSACCOUNT
Savings has gone into dormantREAD SAVINGSACCOUNT
Loan has been closedREAD LOAN
Loan has been rescheduledREAD LOAN
New group createdACTIVATE GROUP, READ GROUP
New center createdACTIVATE CENTER, READ CENTER
New loan product createdREAD PRODUCTMIX




READ PRODUCTMIX

  • No labels