Cocoa-Puffs commented on code in PR #4651:
URL: https://github.com/apache/fineract/pull/4651#discussion_r2097177691


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanSummary.java:
##########
@@ -38,6 +38,12 @@
 public class LoanSummary {
 
     // derived totals fields
+    @Column(name = "total_principal_derived", scale = 6, precision = 19)

Review Comment:
   I use it on the ui summary page. Previously the ui used the 
totalPrincipalDisbursed field as the total principal for the loan. From now on 
we need to take into account the capitalized income transactions as well. I 
store it because I thought it would be useful in the future to have the total 
principal already available.



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to