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 47d5330802 FINERACT-2080: Extract calculations from loan entity
add ecac6d2153 FINERACT-2181: Format enums
No new revisions were added by this update.
Summary of changes:
.../com/acme/fineract/loan/job/AcmeJobName.java | 2 +-
.../closure/api/GLClosureJsonInputParams.java | 7 ++-
.../exception/GLClosureInvalidException.java | 3 +-
.../FinancialActivityAccountsJsonInputParams.java | 3 +-
.../exception/GLAccountInvalidDeleteException.java | 4 +-
.../exception/GLAccountInvalidUpdateException.java | 2 +-
.../api/JournalEntryJsonInputParams.java | 23 +++++++--
.../exception/JournalEntryInvalidException.java | 10 +++-
.../rule/api/AccountingRuleJsonInputParams.java | 15 ++++--
.../exception/AccountingRuleInvalidException.java | 3 +-
.../organisation/teller/domain/TellerStatus.java | 7 ++-
.../portfolio/charge/domain/ChargeAppliesTo.java | 3 +-
.../charge/domain/ChargeCalculationType.java | 2 +-
.../portfolio/charge/domain/ChargePaymentMode.java | 2 +-
.../LoanChargeCannotBeDeletedException.java | 4 +-
.../LoanChargeCannotBePayedException.java | 6 ++-
.../LoanChargeCannotBeUpdatedException.java | 4 +-
.../LoanChargeCannotBeWaivedException.java | 5 +-
.../LoanChargeWaiveCannotBeReversedException.java | 7 ++-
.../fineract/command/core/CommandProperties.java | 4 +-
.../accounting/common/AccountingConstants.java | 5 +-
.../glaccount/api/GLAccountJsonInputParams.java | 12 ++++-
.../accounting/glaccount/domain/GLAccountType.java | 7 ++-
.../glaccount/domain/GLAccountUsage.java | 3 +-
.../journalentry/domain/JournalEntryType.java | 3 +-
.../bulkimport/data/GlobalEntityType.java | 54 ++++++++++++++--------
.../businessdate/domain/BusinessDateType.java | 3 +-
.../infrastructure/codes/CodeConstants.java | 8 +++-
.../infrastructure/core/domain/ActionContext.java | 3 +-
.../data/ResultsetColumnHeaderData.java | 13 +++++-
.../documentmanagement/domain/StorageType.java | 3 +-
.../repository/domain/ExternalEventStatus.java | 3 +-
.../infrastructure/jobs/service/StepName.java | 3 +-
.../holiday/domain/RescheduleType.java | 5 +-
.../fineract/portfolio/PortfolioProductType.java | 7 ++-
.../accountdetails/domain/AccountType.java | 2 +-
.../portfolio/calendar/CalendarConstants.java | 39 +++++++++++-----
.../portfolio/calendar/domain/Calendar.java | 2 +-
.../calendar/domain/CalendarFrequencyType.java | 7 ++-
.../calendar/domain/CalendarRemindBy.java | 4 +-
.../portfolio/calendar/domain/CalendarType.java | 6 ++-
.../calendar/domain/CalendarWeekDaysType.java | 11 +++--
.../portfolio/calendar/service/CalendarUtils.java | 16 ++++++-
.../portfolio/charge/domain/ChargeTimeType.java | 17 ++++---
.../portfolio/client/domain/ClientStatus.java | 4 +-
.../portfolio/client/domain/LegalForm.java | 5 +-
.../portfolio/common/domain/DayOfWeekType.java | 13 ++++--
.../domain/DaysInYearCustomStrategyType.java | 4 +-
.../portfolio/common/domain/NthDayType.java | 10 +++-
.../portfolio/loanaccount/domain/LoanStatus.java | 2 +-
.../portfolio/rate/domain/RateAppliesTo.java | 3 +-
.../savings/DepositAccountOnClosureType.java | 4 +-
.../portfolio/savings/DepositAccountType.java | 2 +-
.../savings/PreClosurePenalInterestOnType.java | 3 +-
.../SavingsCompoundingInterestPeriodType.java | 15 +++---
.../SavingsInterestCalculationDaysInYearType.java | 2 +-
.../savings/SavingsInterestCalculationType.java | 2 +-
.../savings/SavingsPostingInterestPeriodType.java | 3 +-
.../savings/SavingsWithdrawalFeesType.java | 2 +-
.../savings/domain/SavingsAccountStatusType.java | 5 +-
.../domain/SavingsAccountSubStatusEnum.java | 8 ++--
.../fineract/portfolio/search/SearchConstants.java | 27 ++++++++---
.../documentmanagement/api/ImagesApiResource.java | 3 +-
.../contentrepository/ContentRepositoryUtils.java | 14 ++++--
...umentWritePlatformServiceJpaRepositoryImpl.java | 8 +++-
.../test/data/AccountTypeAssetOptions.java | 9 +++-
.../test/data/AccountTypeExpenseOptions.java | 4 +-
.../test/data/AccountTypeIncomeOptions.java | 9 +++-
.../test/data/AccountTypeLiabilityOptions.java | 4 +-
.../apache/fineract/test/data/AccountingRule.java | 5 +-
.../fineract/test/data/AmortizationType.java | 3 +-
.../data/AssetExternalizationTransferStatus.java | 4 +-
.../AssetExternalizationTransferStatusReason.java | 4 +-
.../fineract/test/data/ChargeCalculationType.java | 6 ++-
.../fineract/test/data/ChargeOffBehaviour.java | 3 +-
.../fineract/test/data/ChargePaymentMode.java | 3 +-
.../fineract/test/data/ChargeProductAppliesTo.java | 5 +-
.../fineract/test/data/ChargeProductType.java | 16 +++++--
.../apache/fineract/test/data/ChargeTimeType.java | 18 ++++++--
.../apache/fineract/test/data/CurrencyOptions.java | 3 +-
.../apache/fineract/test/data/DaysInMonthType.java | 3 +-
.../apache/fineract/test/data/DaysInYearType.java | 5 +-
.../fineract/test/data/DelinquencyRange.java | 15 ++++--
.../java/org/apache/fineract/test/data/FundId.java | 3 +-
.../org/apache/fineract/test/data/GLAType.java | 6 ++-
.../org/apache/fineract/test/data/GLAUsage.java | 3 +-
.../test/data/InterestCalculationPeriodTime.java | 3 +-
.../test/data/InterestRateFrequencyType.java | 5 +-
.../InterestRecalculationCompoundingMethod.java | 5 +-
.../apache/fineract/test/data/InterestType.java | 3 +-
.../fineract/test/data/LoanTermFrequencyType.java | 5 +-
.../data/PreClosureInterestCalculationRule.java | 3 +-
.../RecalculationCompoundingFrequencyType.java | 5 +-
.../test/data/RecalculationRestFrequencyType.java | 5 +-
.../fineract/test/data/RepaymentFrequencyType.java | 4 +-
.../test/data/TransactionProcessingStrategy.java | 9 +++-
.../data/TransactionProcessingStrategyCode.java | 20 ++++----
.../apache/fineract/test/data/TransactionType.java | 3 +-
.../test/data/codevalue/DefaultCodeValue.java | 4 +-
.../test/data/datatable/DatatableColumnType.java | 10 +++-
.../apache/fineract/test/data/job/DefaultJob.java | 7 +--
.../test/data/paymenttype/DefaultPaymentType.java | 10 +++-
.../investor/data/ExternalTransferStatus.java | 11 ++++-
.../investor/data/ExternalTransferSubStatus.java | 8 +++-
...odelExternalAssetOwnerLoanProductAttribute.java | 3 +-
.../collateral/api/CollateralApiConstants.java | 7 ++-
.../api/CollateralManagementJsonInputParams.java | 13 ++++--
.../delinquency/domain/DelinquencyAction.java | 3 +-
.../domain/LoanCapitalizedIncomeType.java | 3 +-
.../domain/LoanRepaymentScheduleInstallment.java | 3 +-
.../loanaccount/guarantor/GuarantorConstants.java | 23 +++++++--
.../guarantor/domain/GuarantorType.java | 4 +-
.../loanschedule/domain/LoanScheduleType.java | 3 +-
.../loanproduct/domain/AmortizationMethod.java | 2 +-
.../domain/CreditAllocationTransactionType.java | 2 +-
.../domain/InterestCalculationPeriodMethod.java | 2 +-
.../loanproduct/domain/InterestMethod.java | 4 +-
.../InterestRecalculationCompoundingMethod.java | 2 +-
.../domain/InterestRecalculationPeriodMethod.java | 2 +-
.../loanproduct/calc/data/EmiChangeOperation.java | 5 +-
.../data/LoanInterestScheduleModelModifiers.java | 5 +-
.../adhocquery/api/AdHocJsonInputParams.java | 11 ++++-
.../adhocquery/domain/ReportRunFrequency.java | 7 ++-
.../org/apache/fineract/cob/domain/LockOwner.java | 3 +-
.../fineract/cob/service/BusinessStepCategory.java | 2 +-
.../domain/AccountNumberFormatEnumerations.java | 10 ++--
.../domain/EntityAccountType.java | 8 +++-
.../bulkimport/data/ImportFormatType.java | 5 +-
.../campaigns/constants/CampaignType.java | 4 +-
.../campaigns/email/domain/EmailCampaignType.java | 5 +-
.../domain/ScheduledEmailAttachmentFileFormat.java | 6 ++-
...cheduledEmailStretchyReportParamDateOption.java | 9 ++--
.../sms/constants/SmsCampaignTriggerType.java | 6 ++-
.../service/ExternalServicesConstants.java | 26 ++++++++---
.../core/auditing/CustomDateTimeProvider.java | 3 +-
.../data/CreditBureauConfigurations.java | 9 +++-
.../service/DatatableExportTargetParameter.java | 6 ++-
.../FineractEntityAccessConstants.java | 7 ++-
.../infrastructure/gcm/domain/Message.java | 3 +-
.../ReportMailingJobEmailAttachmentFileFormat.java | 7 +--
.../data/ReportMailingJobPreviousRunStatus.java | 5 +-
...ortMailingJobStretchyReportParamDateOption.java | 8 ++--
.../ReportMailingJobEmailAttachmentFileFormat.java | 7 +--
.../sms/domain/SmsMessageStatusType.java | 5 +-
.../staff/exception/StaffRoleException.java | 4 +-
.../serialization/LoanProductDataValidator.java | 2 +-
.../domain/PurchasedSharesStatusType.java | 10 ++--
.../domain/ShareAccountDividendStatusType.java | 5 +-
.../domain/ShareProductDividendStatusType.java | 5 +-
.../exception/TransferNotSupportedException.java | 8 +++-
.../transfer/service/TransferEventType.java | 6 ++-
.../interoperation/domain/InteropActionState.java | 3 +-
.../interoperation/domain/InteropAmountType.java | 3 +-
.../domain/InteropInitiatorType.java | 5 +-
.../domain/InteropTransactionRole.java | 3 +-
.../domain/InteropTransactionScenario.java | 6 ++-
.../domain/InteropTransferActionType.java | 4 +-
...avingsAccountChargeCannotBeWaivedException.java | 5 +-
.../exception/PostInterestAsOnDateException.java | 5 +-
159 files changed, 757 insertions(+), 307 deletions(-)