This is an automated email from the ASF dual-hosted git repository.

manthan pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from 9ad6694  Block transfer between different currencies (FINERACT-1355)
     new 6d08fa5  Feat: Add undo waive charge
     new 88df504  Add: Entity Permission
     new 8b428d3  Add: Swagger Annotations for Undoing Transaction API
     new 0f175ed  Fix: Mysql Syntax Issue
     new 3170051  Refine: Sending changes on update
     new a2c937b  Fix: Fee Charge Amount Issue
     new 31860f0  Remove commented codes
     new c3d8d3c  Remove unwanted comments
     new 16cc4ca  Remove unwanted comments
     new 1114557  Merge pull request #1772 from BLasan/undoWaiveCharge

The 6211 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../commands/service/CommandWrapperBuilder.java    |   9 ++
 .../organisation/monetary/domain/Money.java        |  13 ++
 ... LoanChargeWaiveCannotBeReversedException.java} |  22 ++-
 .../common/BusinessEventNotificationConstants.java |   1 +
 .../loanaccount/api/LoanChargesApiResource.java    |   1 +
 .../api/LoanTransactionsApiResource.java           |  16 +++
 .../api/LoanTransactionsApiResourceSwagger.java    |  31 ++++
 .../portfolio/loanaccount/domain/Loan.java         |   5 +
 .../portfolio/loanaccount/domain/LoanCharge.java   |  31 ++++
 .../loanaccount/domain/LoanChargePaidBy.java       |   3 +-
 .../domain/LoanChargePaidByRepository.java         |   7 +-
 .../loanaccount/domain/LoanInstallmentCharge.java  |  17 +++
 .../domain/LoanRepaymentScheduleInstallment.java   |   8 ++
 .../portfolio/loanaccount/domain/LoanSummary.java  |   8 ++
 .../loanaccount/domain/LoanTransaction.java        |  20 +++
 .../loanaccount/domain/LoanTransactionType.java    |   1 +
 .../exception/InstallmentNotFoundException.java}   |   8 +-
 ...java => UndoLoanChargeWaiveCommandHandler.java} |  13 +-
 .../service/LoanWritePlatformService.java          |   2 +
 .../LoanWritePlatformServiceJpaRepositoryImpl.java | 160 ++++++++++++++++++++-
 ...__mifosx-permissions-and-authorisation-utf8.sql |   1 +
 21 files changed, 356 insertions(+), 21 deletions(-)
 copy 
fineract-provider/src/main/java/org/apache/fineract/portfolio/charge/exception/{LoanChargeCannotBeWaivedException.java
 => LoanChargeWaiveCannotBeReversedException.java} (69%)
 copy 
fineract-provider/src/main/java/org/apache/fineract/portfolio/{paymenttype/exception/PaymentTypeNotFoundException.java
 => loanaccount/exception/InstallmentNotFoundException.java} (75%)
 copy 
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/handler/{CloseLoanCommandHandler.java
 => UndoLoanChargeWaiveCommandHandler.java} (77%)

Reply via email to