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 »

Client life cycle statuses

On this page:

 

                                                          

   

ActionState
Create clientPending for approval
ActivateActive
CloseClosed
RejectRejected
Withdrawn by clientWithdrawn
DeleteDeleted
ReactivateActive

 

 On create client it moves into "Pending" for approval state. From the approval state it can be:

 

>> On clicking on "Activate" the client gets "Active".

Or 

>> On clicking on "Close" the client gets "Closed".

Or

>> On clicking on "Reject" the client gets "Rejected".

Or

>> On clicking on "Withdrawn by client" the client gets "Withdrawn". 

Or

>> On clicking on "Delete" the client gets "Deleted". Once client gets deleted, it wont show anywhere in the Mifos. 


If the client is in "Closed" state, it can be "Reactivated" to make it "Active". 

And If the client is in the state: Rejected/Withdrawn/Deleted it cant be Activated again. 


Note:-  

 For below mentioned action's need to update reason as mentioned below in the Code values(Admin>>System>>Code):- 

 

ActionReason
CloseClient closure reason
WithdrawClient withdraw reason
RejectClient Reject reason

 

Reference link:- Manage Clients 

 

  • No labels