mariiaKraievska commented on code in PR #5861:
URL: https://github.com/apache/fineract/pull/5861#discussion_r3322437623


##########
fineract-doc/src/docs/en/chapters/features/working-capital-discount-fee-txn.adoc:
##########
@@ -66,3 +66,91 @@ Schedule & balance updates:
 - Amortization Schedule
 
 * Discount Fee transaction cannot exist without its related disbursement
+
+=== 7. Discount Fee Adjustment
+
+A **Discount Fee Adjustment** reduces the loan-level discount (origination 
fee) that was established by an existing, non-reversed **Discount Fee** 
transaction. Behaviour is aligned with other *adjustment* transaction types 
(e.g. Capitalized Income Adjustment): linked parent transaction, allocation 
row, schedule restate, and business event.

Review Comment:
   Done



##########
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/data/codevalue/CodeNames.java:
##########
@@ -47,7 +47,8 @@ public enum CodeNames {
     LOAN_RESCHEDULE_REASON("LoanRescheduleReason"), //
     WRITE_OFF_REASON("WriteOffReasons"), //
     
BUYDOWN_FEE_TRANSACTION_CLASSIFICATION("buydown_fee_transaction_classification"),
 //
-    
CAPITALIZED_INCOME_TRANSACTION_CLASSIFICATION("capitalized_income_transaction_classification");
 //
+    
CAPITALIZED_INCOME_TRANSACTION_CLASSIFICATION("capitalized_income_transaction_classification"),
 //
+    
WORKING_CAPITAL_DISCOUNT_FEE_ADJUSTMENT_CLASSIFICATION("working_capital_loan_discount_fee_adjustment_classification");
 //

Review Comment:
   Done



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