Change By: keithwoodlock (21/Aug/12 6:38 AM)
Description: The description of this use-case is updated on wiki at: https://mifosforge.jira.com/wiki/display/MIFOSX/Deposit+Accounts

API
=====

We would expect to able to make an API call like the following to activate a deposit account.

POST /depositaccounts/1?command=activate
{
"commencementDate",
"depositAmount", 
"maturityInterestRate", 
"tenureInMonths", 
..
.. etc
}

Basically I expect to be able to optionally pass information about any of the fields I used in the 'create/setup' use-case.

Things to Note
===============

Take a look at Loan, LoanStatus & LoanTransaction in java code to see what kind of thing is expected when you need to model the status and transactions for a deposit account.

decided not to add audit fields to m_deposit_account_transaction table (audit work will come later and will change a good bit) as a result see that DepositAccount.java no longer extends AbstractAuditableCustom.

see patches/patch-0002-deposit-account-status-and-transactions-table.sql for patch to add to your dev database
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to