adamsaghy commented on code in PR #4651:
URL: https://github.com/apache/fineract/pull/4651#discussion_r2101997435
##########
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)
+ private BigDecimal totalPrincipal;
Review Comment:
We might wanna add these fields to the
`fineract-avro-schemas/src/main/avro/loan/v1/LoanAccountDataV1.avsc` so they
goes in the business events as well
--
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]