component-test/src/main/java/org/apache/fineract/cn/portfolio/TestAccountingInteractionInLoanWorkflow.java (4 lines): - line 156: //TODO: Assert.assertEquals("week " + week, plannedPayments.get(week+1).getPayment(), payment); - line 237: //TODO: once we've upgraded to junit 5 replace workflowTerminatingInEarlyLoanPayoff, - line 456: final BigDecimal lateFee = BigDecimal.valueOf(15_36, MINOR_CURRENCY_UNIT_DIGITS); //??? TODO: check the late fee value. - line 508: final BigDecimal lateFee = BigDecimal.valueOf(15_36, MINOR_CURRENCY_UNIT_DIGITS); //??? TODO: check the late fee value. service/src/main/java/org/apache/fineract/cn/individuallending/internal/command/handler/IndividualLoanCommandHandler.java (2 lines): - line 396: //TODO: Only move to new state if book charges command was accepted. - line 507: //TODO: Should this be more sophisticated? Take into account what the payment amount was? component-test/src/main/java/org/apache/fineract/cn/portfolio/AccountingFixture.java (2 lines): - line 188: ret.setParentLedgerIdentifier(ASSET_LEDGER_IDENTIFIER); //TODO: This is inaccurate for a revenue account. - line 243: ret.setLedger(CASH_LEDGER_IDENTIFIER); //TODO: The ledger here is wrong. service/src/main/java/org/apache/fineract/cn/portfolio/service/internal/service/BalanceSegmentSetService.java (1 line): - line 48: //TODO: replace with existsBy once we've upgraded to spring data 1.11 or later. component-test/src/main/java/org/apache/fineract/cn/portfolio/TestCaseDocuments.java (1 line): - line 84: //TODO: mock customer and check that only existing and completed documents are referenced. service/src/main/java/org/apache/fineract/cn/portfolio/service/internal/repository/CaseRepository.java (1 line): - line 40: //TODO: It should be possible to delete the @Query once we've updated to spring-data-release train ingalls. component-test/src/main/java/org/apache/fineract/cn/portfolio/TestLossProvisionSteps.java (1 line): - line 77: //TODO: final LossProvisionConfiguration lossProvisionConfiguration3AsSaved = individualLending.getLossProvisionConfiguration(product.getIdentifier()); api/src/main/java/org/apache/fineract/cn/portfolio/api/v1/validation/CheckValidWeek.java (1 line): - line 36: //TODO: remove allowance for 3 and 4 once UI is fixed to also not allow them. service/src/main/java/org/apache/fineract/cn/portfolio/service/rest/CaseRestController.java (1 line): - line 316: //TODO: createCheck that case parameters are within product parameters in put and post. service/src/main/java/org/apache/fineract/cn/portfolio/service/internal/service/ProductService.java (1 line): - line 108: //TODO: replace with existsBy once we've upgraded to spring data 1.11 or later. service/src/main/java/org/apache/fineract/cn/individuallending/internal/service/costcomponent/SimulatedRunningBalances.java (1 line): - line 51: //TODO: derive signs from IndividualLendingPatternFactory.individualLendingRequiredAccounts instead.