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 3 Next »

Sander van der Heyden and Binny Gopinath Sreevas

 

We were planning to have a relook at  MIFOSX-695 - Getting issue details... STATUS  and try to clean up the same. However, we are now a bit confused on the functional requirements

 

Earlier, I was assuming that the fund sources for all products would be the same, so consolidated transactions like 

 

Scenario 1) Disburse loan to a savings

Loan should: Debit Loan Portfolio
Savings should: Credit Savings Control

Scenario 2) Transfer from savings to Loan

Savings should: Debit Savings Control
Loan Should: Credit Income from interest, income from fees, loan portfolio, income from penalty

Scenario 3) Transfer from savings(a) to savings(b) where A is a withdrawal and B is a deposit

savings (a) : Debit a' Savings Control
savings (b) : Credit b's Savings Control

 

would make sense (as long as all of them are within the same branch)

 

Questions (Blocker in the same branch):

What happens if the fund source for two products are different? Then what we are doing currently is more appropriate!

Ex: For scenario 1)

Loan is mapped to a Bank Account and Savings is mapped to Cash. If I disburse a loan to savings, I would have to show that my Bank account has decreased (which the shown transaction would not do)

Also, such concerns may be purely developer issues and not a valid use case. Can somebody please have a look at the suggested consolidated postings and comment?

 

Technical Changes are quite straightforward: 

In GL_journal entry

entity_type_enum = 3 (Account Transfer)
what is entity Id? = Need to have a re-look
transaction_id = link to m_account_transfer_transaction ( Here add a new convenience label a "m_account_transfer_transaction tables id" )
account_transfer_transaction_id foreign key

 ( Is Payment details to account transfer (needs to be passed from the account on which the transaction was made) = Need to have a relook



 

 

  • No labels