adamsaghy commented on code in PR #4827:
URL: https://github.com/apache/fineract/pull/4827#discussion_r2180281260
##########
fineract-e2e-tests-runner/src/test/resources/features/LoanDownPayment.feature:
##########
@@ -1108,14 +1108,14 @@ Feature: Loan DownPayment
| Nr | Days | Date | Paid date | Balance of loan |
Principal due | Interest | Fees | Penalties | Due | Paid | In advance | Late
| Outstanding |
| | | 01 January 2022 | | 1000.0 |
| | 0.0 | | 0.0 | 0.0 | | |
|
| 1 | 0 | 01 January 2022 | 01 January 2022 | 750.0 |
250.0 | 0.0 | 0.0 | 0.0 | 250.0 | 250.0 | 0.0 | 0.0
| 0.0 |
- | 2 | 31 | 01 February 2022 | 15 February 2022 | 500.0 |
250.0 | 0.0 | 0.0 | 0.0 | 250.0 | 250.0 | 0.0 |
250.0 | 0.0 |
+ | 2 | 31 | 01 February 2022 | | 500.0 |
250.0 | 0.0 | 0.0 | 0.0 | 250.0 | 0.0 | 0.0 | 0.0
| 250.0 |
| | | 15 February 2022 | | 1000.0 |
| | 0.0 | | 0.0 | 0.0 | | |
|
- | 3 | 0 | 15 February 2022 | | 1250.0 |
250.0 | 0.0 | 0.0 | 0.0 | 250.0 | 0.0 | 0.0 | 0.0
| 250.0 |
- | 4 | 28 | 01 March 2022 | | 750.0 |
500.0 | 0.0 | 0.0 | 0.0 | 500.0 | 0.0 | 0.0 | 0.0
| 500.0 |
- | 5 | 31 | 01 April 2022 | | 0.0 |
750.0 | 0.0 | 0.0 | 0.0 | 750.0 | 0.0 | 0.0 | 0.0
| 750.0 |
+ | 3 | 0 | 15 February 2022 | 15 February 2022 | 1250.0 |
250.0 | 0.0 | 0.0 | 0.0 | 250.0 | 250.0 | 0.0 | 0.0
| 0.0 |
Review Comment:
Looks not correct to me.. How could we pay a later period (3) before an
earlier, still not paid period (2)?
--
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]