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 6db293759f Merge pull request #5985
     add dbf80627b4 FINERACT-2421: Add originators to journal entry aggregation 
job
     add 97e4fa0f8d FINERACT-2421: added e2e test scenarios for transaction and 
balance reports with asset owner with data grouped by originatorId
     new 12cd4a40f0 Merge pull request #5941

The 1 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:
 .../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 +
 ...mmary_report_update_originator_inline_join.xml} |  45 ++--
 ...mmary_report_update_originator_inline_join.xml} | 213 ++++++++--------
 ...ournalEntryAggregationJobConfigurationTest.java |   4 +
 .../JournalEntryAggregationJobReaderTest.java      |  12 +-
 ...urnalEntryAggregationWriterServiceImplTest.java |   5 +-
 19 files changed, 810 insertions(+), 214 deletions(-)
 copy 
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0229_trial_balance_summary_fix_empty_space.xml
 => 0237_trial_balance_summary_report_update_originator_inline_join.xml} (94%)
 copy 
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0235_transaction_summary_reports_buydown_fee_allocation.xml
 => 0238_transaction_summary_report_update_originator_inline_join.xml} (93%)

Reply via email to