This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Mifos head".
The branch, master has been updated
via 8db12c8f960d850c1e489c9b49b752edad53b080 (commit)
from dbd3d11e417c3201479e9858a9fd1f42cb77d225 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://mifos.git.sourceforge.net/git/gitweb.cgi?p=mifos/head;a=commit;h=8db12c8f960d850c1e489c9b49b752edad53b080
commit 8db12c8f960d850c1e489c9b49b752edad53b080
Author: Keith Woodlock <keithwoodlock@...>
Date: Fri Apr 29 19:09:07 2011 +0100
MIFOS-4952: allow creation, approval and disbursement of 'redo' loan (applying payments to come), fix schedule generation for bi weekly or bi monthly frequencies.
-----------------------------------------------------------------------
Summary of changes:
.../mifos/accounts/api/StandardAccountService.java | 84 ++--
.../org/mifos/accounts/business/AccountBO.java | 4 +-
.../accounts/business/AccountNotesEntity.java | 6 +-
.../org/mifos/accounts/loan/business/LoanBO.java | 45 ++-
.../LoanAccountServiceFacadeWebTier.java | 451 ++++++++++++++------
.../internal/MonthlyOnDateScheduledEvent.java | 2 +-
.../MonthlyOnWeekAndWeekDayScheduledEvent.java | 2 +-
.../schedule/internal/WeeklyScheduledEvent.java | 2 +-
.../mifos/customers/business/CustomerBO.hbm.xml | 2 +-
.../resources/WEB-INF/flows/redoLoanAccount.xml | 2 +-
.../loan/business/LoanBOIntegrationTest.java | 6 +-
.../meeting/business/MeetingBOIntegrationTest.java | 48 +--
.../business/CustomerAccountBOIntegrationTest.java | 42 --
...reationUsingCustomerServiceIntegrationTest.java | 6 +-
...aysAndMoratoriaScheduledDateGenerationTest.java | 16 +-
.../schedule/MonthlyOnDateScheduledEventTest.java | 12 +
.../MonthlyOnWeekAndWeekDayScheduledEventTest.java | 12 +
.../mifos/schedule/WeeklyScheduledEventTest.java | 11 +
.../servicefacade/LoanAccountServiceFacade.java | 6 +
.../loan/ui/LoanAccountController.java | 32 ++
.../ui/freemarker/core/redoLoanAccountPreview.ftl | 2 +-
21 files changed, 496 insertions(+), 297 deletions(-)
resources/scripts/githooks/post-receive
--
Mifos head
|