|
||||||||
|
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

When you run the Mifos X reference _javascript_ app...
select a client
then select a loan
you'll see some buttons on the loan tab which denote actions that a user can do.
This would be a fine first place to add file upload/view type functionality (dont' worry about also doing it for client).
The 'template' for the loan display is in file mifosx-community-apps\IndividualLendingGeneralJavaScript\IndivLendHome.html and can be found by searching for loanDataTabTemplate
The code which feeds the template is in mifosx-community-apps\IndividualLendingGeneralJavaScript\resources\IndividualLendingCode-1.07.js at function loadILLoan.
Note: the 1.07 might be up versioned from time to time.