adamsaghy commented on code in PR #6090:
URL: https://github.com/apache/fineract/pull/6090#discussion_r3569383947
##########
fineract-mix/src/main/java/org/apache/fineract/mix/service/MixReportXBRLBuilder.java:
##########
@@ -205,4 +206,76 @@ private Integer getNumberOfDecimalPlaces(final BigDecimal
bigDecimal) {
final int index = string.indexOf(".");
return index < 0 ? 0 : string.length() - index - 1;
}
+
+ public MixReportXBRLDocument buildDocumentGraph(final MixReportXBRLData
xbrlData) {
Review Comment:
Do we really need to build this manually?
--
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]