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 7 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 won't 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 cannot be Activated again. 


Note:-  

 For actions mentioned below, we need to update reasons 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