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

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

commit 12cd4a40f04ddace938148c4491fb33cc6d108f2
Merge: 6db293759f 97e4fa0f8d
Author: Adam Saghy <[email protected]>
AuthorDate: Tue Jun 16 15:45:08 2026 +0200

    Merge pull request #5941
    
    FINERACT-2421: Add originators to journal entry aggregation job

 .../apache/fineract/test/data/job/DefaultJob.java  |    3 +-
 .../AssetExternalizationStepDef.java               |   13 +-
 .../test/stepdef/common/SchedulerStepDef.java      |    6 +
 .../test/stepdef/loan/LoanRepaymentStepDef.java    |   35 +-
 .../test/stepdef/reporting/ReportingStepDef.java   |  148 +
 .../features/AssetExternalization-Part2.feature    |   21 +-
 .../resources/features/LoanOrigination.feature     |   73 +
 .../src/test/resources/features/Reporting.feature  |  270 ++
 .../JournalEntryAggregationJobConfiguration.java   |    5 +-
 .../JournalEntryAggregationJobReader.java          |  162 +-
 .../data/JournalEntryAggregationSummaryData.java   |    1 +
 .../aggregationjob/domain/JournalEntrySummary.java |    3 +
 .../JournalEntryAggregationWriterServiceImpl.java  |    3 +-
 .../db/changelog/tenant/changelog-tenant.xml       |    2 +
 ...ummary_report_update_originator_inline_join.xml |  446 +++
 ...ummary_report_update_originator_inline_join.xml | 3285 ++++++++++++++++++++
 ...ournalEntryAggregationJobConfigurationTest.java |    4 +
 .../JournalEntryAggregationJobReaderTest.java      |   12 +-
 ...urnalEntryAggregationWriterServiceImplTest.java |    5 +-
 19 files changed, 4403 insertions(+), 94 deletions(-)

Reply via email to