You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2019/06/03 19:02:54 UTC

[fineract-cn-payroll] 19/50: Merge pull request #2 from markusgeiss/develop

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

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-payroll.git

commit ce161c6b29e713612eba3a2e76bf6b39b8f956af
Merge: 5955e08 d042127
Author: Markus Geiss <ma...@kuelap.io>
AuthorDate: Wed Sep 20 10:47:48 2017 +0200

    Merge pull request #2 from markusgeiss/develop
    
    added validation for accounts and customers

 .../api/v1/domain/PayrollCollectionSheet.java      |  4 +--
 .../payroll/api/v1/domain/PayrollPayment.java      | 18 +++++++++++++
 .../io/mifos/payroll/TestPayrollDistribution.java  | 12 +++++++++
 .../handler/PayrollConfigurationAggregate.java     |  1 -
 .../handler/PayrollDistributionAggregate.java      | 25 ++++++++++-------
 .../internal/mapper/PayrollPaymentMapper.java      |  2 ++
 .../internal/repository/PayrollPaymentEntity.java  | 20 ++++++++++++++
 .../service/adaptor/AccountingAdaptor.java         | 31 ++++++++++++++++------
 .../internal/service/adaptor/CustomerAdaptor.java  |  7 +++--
 .../rest/PayrollConfigurationRestController.java   | 26 +++++++++++-------
 .../rest/PayrollDistributionRestController.java    | 13 +++------
 .../V2__add_distribution_processing_behavior.sql   | 18 +++++++++++++
 12 files changed, 137 insertions(+), 40 deletions(-)