This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 354f1bdc93 FINERACT-2234: add interest recalc filter
add aaf1351c4f FINERACT-2268: Fix GL account deletion logic
No new revisions were added by this update.
Summary of changes:
.../glaccount/api/GLAccountsApiResource.java | 2 +-
.../api/GLAccountsApiResourceSwagger.java | 12 +-
.../exception/GLAccountInvalidDeleteException.java | 6 +-
...countWritePlatformServiceJpaRepositoryImpl.java | 14 ++-
.../journalentry/command/JournalEntryCommand.java | 2 +
...JournalEntryCommandFromApiJsonDeserializer.java | 5 +-
.../db/changelog/tenant/changelog-tenant.xml | 1 +
.../parts/0175_add_fk_acc_product_mapping.xml | 10 +-
.../accounting/GLAccountIntegrationTest.java | 132 +++++++++++++++++++++
.../integrationtests/common/ClientHelper.java | 2 +-
.../common/accounting/AccountHelper.java | 17 ++-
.../common/accounting/JournalEntryHelper.java | 7 ++
12 files changed, 189 insertions(+), 21 deletions(-)
copy
fineract-loan/src/main/resources/db/changelog/tenant/module/loan/parts/1019_add_fixed_length.xml
=>
fineract-provider/src/main/resources/db/changelog/tenant/parts/0175_add_fk_acc_product_mapping.xml
(74%)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/accounting/GLAccountIntegrationTest.java