francisguchie commented on pull request #1151:
URL: https://github.com/apache/fineract/pull/1151#issuecomment-653803592


   i only  added these lines below 
   
   
   sqlBuilder.append("   GROUP BY ls.duedate");
   --
   
sqlBuilder.append(",ls.principal_amount,ls.principal_completed_derived,ls.principal_writtenoff_derived");
   
sqlBuilder.append(",ls.interest_amount,ls.interest_completed_derived,ls.interest_waived_derived,ls.interest_writtenoff_derived");
   sqlBuilder.append(",ls.fee_charges_amount,ls.fee_charges_completed_derived,  
 ls.fee_charges_writtenoff_derived, ls.fee_charges_waived_derived");
   sqlBuilder.append(",ls.penalty_charges_amount,   
ls.penalty_charges_completed_derived, ls.penalty_charges_writtenoff_derived,   
ls.penalty_charges_waived_derived");
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to