[Mifos-issues] [JIRA] (MIFOSX-2102) Loan application submittedOnDate property compared with server date instead of tenant date

2015-07-06 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-2102 
 
 
 
  Loan application submittedOnDate property compared with server date instead of tenant date  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Emmanuel Nnaa 
 
 
 

Created:
 

 06/Jul/15 1:33 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
When updating a loan application, the loan.loanApplicationModification method validates the value of the submittedOnDate property to make sure the date is not in the future. But the comparison is done with the server time instead of the tenant time 


Currently Compared With Server Date

 

if (getSubmittedOnDate().isAfter(new LocalDate())) {
final String errorMessage = The date on which a loan is submitted cannot be in the future.;
throw new InvalidLoanStateTransitionException(submittal, cannot.be.a.future.date, errorMessage, getSubmittedOnDate());
}
 

 


Should Be Compared With Tenant Date

 

if (getSubmittedOnDate().isAfter(DateUtils.getLocalDateOfTenant())) {
final String errorMessage = The date on which a loan is submitted cannot be in the future.;
throw new InvalidLoanStateTransitionException(submittal, cannot.be.a.future.date, errorMessage, getSubmittedOnDate());
}
 

 
 

[Mifos-issues] [JIRA] (MIFOSX-1975) Loan Credit Checks

2015-04-14 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1975 
 
 
 
  Loan Credit Checks  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 Vishwas Babu A J 
 
 
 

Created:
 

 14/Apr/15 8:15 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
Newly created loans have to pass certain checks before they can be approved or disbursed. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-16-006#64014-sha1:e47e3fa) 
 
 
 
 
  
 
 
 
 
 
 
 

[Mifos-issues] [JIRA] (MIFOSX-1975) Loan Credit Checks

2015-04-14 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa assigned an issue to Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1975 
 
 
 
  Loan Credit Checks  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Assignee:
 
 VishwasBabuAJ EmmanuelNnaa 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-16-006#64014-sha1:e47e3fa) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1940) Accounting running balance job hangs when updating 400, 000 or more entries

2015-04-02 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1940 
 
 
 
  Accounting running balance job hangs when updating 400,000 or more entries  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Emmanuel Nnaa 
 
 
 

Created:
 

 02/Apr/15 5:51 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
The accounting running balance update job eats up a lot or all of the server memory when updating more than 400,000 journal entries.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-16-006#64014-sha1:e47e3fa) 
 
 
 
 
  
 
 
 
   

[Mifos-issues] [JIRA] (MIFOSX-1940) Accounting running balance job hangs when updating 400, 000 or more entries

2015-04-02 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1940 
 
 
 
  Accounting running balance job hangs when updating 400,000 or more entries  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 Theaccountingrunningbalanceupdatejobeatsupalotor sometimes alloftheservermemorywhenupdatingmorethan400,000journalentries. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-16-006#64014-sha1:e47e3fa) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1940) Accounting running balance job hangs when updating 400, 000 or more entries

2015-04-02 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa started work on  MIFOSX-1940 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-16-006#64014-sha1:e47e3fa) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1941) Incorrect GL Account running balance figures

2015-04-02 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa started work on  MIFOSX-1941 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-16-006#64014-sha1:e47e3fa) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1941) Incorrect GL Account running balance figures

2015-04-02 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1941 
 
 
 
  Incorrect GL Account running balance figures  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Emmanuel Nnaa 
 
 
 

Created:
 

 02/Apr/15 8:03 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
The following statement max(concat(t2.entry_date,t2.id) will not return the max of the entry_date and id columns. The statement is part of an SQL statement that is suppose to return the latest entry for each account type in the acc_gl_journal_entry table. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-16-006#64014-sha1:e47e3fa) 
 
 
 
 
  
 

[Mifos-issues] [JIRA] (MIFOSX-1878) Savings account timeline does not include the data of the user that activated the account

2015-02-17 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1878 
 
 
 
  Savings account timeline does not include the data of the user that activated the account  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Status:
 
 ReadyforTesting/Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-14-082#64012-sha1:d36fff0) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1878) Savings account timeline does not include the data of the user that activated the account

2015-02-11 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1878 
 
 
 
  Savings account timeline does not include the data of the user that activated the account  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Emmanuel Nnaa 
 
 
 

Created:
 

 11/Feb/15 1:49 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
Error in sql that fetches data for the SavingsAccountData class. 
sqlBuilder.append(left join m_appuser sbu on sbu.id = sa.submittedon_userid ); sqlBuilder.append(left join m_appuser rbu on rbu.id = sa.rejectedon_userid ); sqlBuilder.append(left join m_appuser wbu on wbu.id = sa.withdrawnon_userid ); sqlBuilder.append(left join m_appuser abu on abu.id = sa.approvedon_userid ); sqlBuilder.append(left join m_appuser avbu on rbu.id = sa.activatedon_userid ); 
The last line should have been: sqlBuilder.append(left join m_appuser avbu on avbu.id = sa.activatedon_userid ); 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 

[Mifos-issues] [JIRA] (MIFOSX-1878) Savings account timeline does not include the data of the user that activated the account

2015-02-11 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa started work on  MIFOSX-1878 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-14-082#64012-sha1:d36fff0) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1878) Savings account timeline does not include the data of the user that activated the account

2015-02-11 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1878 
 
 
 
  Savings account timeline does not include the data of the user that activated the account  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 DevelopmentInProgress ReadyforTesting/Resolved 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-14-082#64012-sha1:d36fff0) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1638) Waiving charges attached to zero balance instalments - Loan Rescheduling

2014-11-06 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa started work on  MIFOSX-1638 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-09-005#64005-sha1:a6d51a0) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1638) Waiving charges attached to zero balance instalments - Loan Rescheduling

2014-11-06 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1638 
 
 
 
  Waiving charges attached to zero balance instalments - Loan Rescheduling  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Emmanuel Nnaa 
 
 
 

Created:
 

 06/Nov/14 4:55 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
If grace on principal and grace on interest results in a zero instalment, the fees and penalties attached to that instalment should be automatically waived. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-09-005#64005-sha1:a6d51a0) 
 
 
 
 
  
 
 

[Mifos-issues] [JIRA] (MIFOSX-1638) Waiving charges attached to zero balance instalments - Loan Rescheduling

2014-11-06 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1638 
 
 
 
  Waiving charges attached to zero balance instalments - Loan Rescheduling  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 DevelopmentInProgress ReadyforTesting/Resolved 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-09-005#64005-sha1:a6d51a0) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1639) Auto create standing instruction at loan disbursement

2014-11-06 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1639 
 
 
 
  Auto create standing instruction at loan disbursement  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Emmanuel Nnaa 
 
 
 

Created:
 

 06/Nov/14 6:31 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
An optional field is added to the loan disbursement request. If set to true (a linked savings account is required), a standing instruction is automatically created for the loan account.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-09-005#64005-sha1:a6d51a0) 
 
 
 
 
  
 
 
 

[Mifos-issues] [JIRA] (MIFOSX-1639) Auto create standing instruction at loan disbursement

2014-11-06 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1639 
 
 
 
  Auto create standing instruction at loan disbursement  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 Anoptionalfieldisaddedtotheloan disbursement creation request.Ifsettotrue(alinkedsavingsaccountisrequired),astandinginstruction is willbe automaticallycreated forthe at loan account disbursement .  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-09-005#64005-sha1:a6d51a0) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1565) Removing penalties from zero balance (zero interest and principal) installments when rescheduling a loan.

2014-09-29 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1565 
 
 
 
  Removing penalties from zero balance (zero interest and principal) installments when rescheduling a loan.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 Open ReadyforTesting/Resolved 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-05-009#64003-sha1:e99cc6b) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1550) No check for NULL principal amount when creating journal entry for loan write-off

2014-09-18 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1550 
 
 
 
  No check for NULL principal amount when creating journal entry for loan write-off  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Emmanuel Nnaa 
 
 
 

Created:
 

 18/Sep/14 12:48 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
When processing a loan write-off request, there is no check for NULL principal amount when creating a journal entry for cash based accounting. A journal entry record should not be created for a NULL principal amount. 

 

/***
 * Only principal write off affects cash based accounting (interest
 * and fee write off need not be considered). Debit losses written
 * off and credit Loan Portfolio
**/
else if (loanTransactionDTO.getTransactionType().isWriteOff()) {
final BigDecimal principalAmount = loanTransactionDTO.getPrincipal();
this.helper.createCashBasedJournalEntriesAndReversalsForLoan(office, currencyCode,
CASH_ACCOUNTS_FOR_LOAN.LOSSES_WRITTEN_OFF.getValue(), CASH_ACCOUNTS_FOR_LOAN.LOAN_PORTFOLIO.getValue(),
loanProductId, paymentTypeId, loanId, transactionId, transactionDate, principalAmount,
loanTransactionDTO.isReversed());
} 
else if (loanTransactionDTO.getTransactionType().isInitiateTransfer()
|| loanTransactionDTO.getTransactionType().isApproveTransfer()
|| loanTransactionDTO.getTransactionType().isWithdrawTransfer()) {
createJournalEntriesForTransfers(loanDTO, loanTransactionDTO, office);
 }
 

 
 
 
 
 
 
 
 
 
   

[Mifos-issues] [JIRA] (MIFOSX-1550) No check for NULL principal amount when creating journal entry for loan write-off

2014-09-18 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1550 
 
 
 
  No check for NULL principal amount when creating journal entry for loan write-off  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Assignee:
 
 EmmanuelNnaa 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-05-008#64003-sha1:2826410) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1523) Loan rescheduling

2014-09-09 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1523 
 
 
 
  Loan rescheduling  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 DevelopmentInProgress ReadyforTesting/Resolved 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-04-006#64001-sha1:b1633a7) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1523) Loan rescheduling

2014-09-04 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1523 
 
 
 
  Loan rescheduling  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 Emmanuel Nnaa 
 
 
 

Created:
 

 04/Sep/14 4:45 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
See the following link for more details: https://mifosforge.jira.com/wiki/display/projects/Loan+rescheduling 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-04-006#64001-sha1:b1633a7) 
 
 
 
 
  
 
 
 
 
 
 
   

[Mifos-issues] [JIRA] (MIFOSX-1523) Loan rescheduling

2014-09-04 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa started work on  MIFOSX-1523 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-04-006#64001-sha1:b1633a7) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1145) Update data table throws Data truncation: Invalid use of NULL value SQL error

2014-09-03 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
Pull request sent today September 3, 2014.  
 
 
 
 
 
 
 
 
 
 Mifos X /  MIFOSX-1145 
 
 
 
  Update data table throws Data truncation: Invalid use of NULL value SQL error  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 DevelopmentInProgress ReadyforTesting/Resolved 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4-OD-04-006#64001-sha1:b1633a7) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOS-6134) Savings account does not inherit some optional properties from attached product.

2014-07-17 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 mifos /  MIFOS-6134 
 
 
 
  Savings account does not inherit some optional properties from attached product.  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 17/Jul/14 8:19 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 
Savings account should normally inherit optional properties from attached product if not provided at creation. But it isn't the case for the following properties: withdrawalFeeForTransfers, allowOverdraft, overdraftLimit.  
Solution: Set the values of the above mentioned properties to the values of corresponding savings product properties. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3-OD-08-005-WN#6328-sha1:aae40f7) 
 

[Mifos-issues] [JIRA] (MIFOS-6134) Savings account does not inherit some optional properties from attached product.

2014-07-17 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa started work on  MIFOS-6134 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3-OD-08-005-WN#6328-sha1:aae40f7) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOS-6134) Savings account does not inherit some optional properties from attached product.

2014-07-17 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 mifos /  MIFOS-6134 
 
 
 
  Savings account does not inherit some optional properties from attached product.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 Savings Asavings accountshouldnormallyinheritoptionalpropertiesfromattachedproductifnotprovidedatcreation.Butitisn'tthecaseforthefollowingproperties:withdrawalFeeForTransfers,allowOverdraft,overdraftLimit.Solution:Setthevaluesoftheabovementionedpropertiestothevaluesofcorrespondingsavingsproductproperties. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3-OD-08-005-WN#6328-sha1:aae40f7) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOS-6134) Savings account does not inherit some optional properties from attached product.

2014-07-17 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa assigned an issue to Emmanuel Nnaa 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 mifos /  MIFOS-6134 
 
 
 
  Savings account does not inherit some optional properties from attached product.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Assignee:
 
 EmmanuelNnaa 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3-OD-08-005-WN#6328-sha1:aae40f7) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOS-6134) Savings account does not inherit some optional properties from attached product.

2014-07-17 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa commented on  MIFOS-6134 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Savings account does not inherit some optional properties from attached product.  
 
 
 
 
 
 
 
 
 
 
The develop branch has a fix for this issue. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3-OD-08-005-WN#6328-sha1:aae40f7) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOS-6134) Savings account does not inherit some optional properties from attached product.

2014-07-17 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 mifos /  MIFOS-6134 
 
 
 
  Savings account does not inherit some optional properties from attached product.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 DevelopmentInProgress Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3-OD-08-005-WN#6328-sha1:aae40f7) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1145) Update data table throws Data truncation: Invalid use of NULL value SQL error

2014-05-01 Thread Emmanuel Nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Emmanuel Nnaa started work on  MIFOSX-1145 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 Emmanuel Nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3-OD-03-012#6321-sha1:a68f0aa) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-1145) Update data table throws Data truncation: Invalid use of NULL value SQL error

2014-04-28 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1145 
 
 
 
  Update data table throws Data truncation: Invalid use of NULL value SQL error  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 emmanuel nnaa 
 
 
 

Created:
 

 28/Apr/14 8:27 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 emmanuel nnaa 
 
 
 
 
 
 
 
 
 
 
Updating a data table that changes a column that has NULL values from NULL to NOT NULL throws Data truncation: Invalid use of NULL value SQL error. Possible solutions: 
1. Update all columns with NULL values set value to empty string. 2. Add a parameter to API request URL, if parameter is true, got to solution 1, else just proceed as normal. 
Vishwas Babu A J - Which of the above solutions do you preferred? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message 

[Mifos-issues] [JIRA] (MIFOSX-1145) Update data table throws Data truncation: Invalid use of NULL value SQL error

2014-04-28 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-1145 
 
 
 
  Update data table throws Data truncation: Invalid use of NULL value SQL error  
 
 
 
 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 
 
 
 
 
 
 
 UpdatingadatatablethatchangesacolumnthathasNULLvaluesfromNULLtoNOTNULLthrowsDatatruncation:InvaliduseofNULLvalueSQLerror.Possiblesolutions:1.UpdateallcolumnswithNULLvaluessetvaluetoemptystring.2.AddaparametertoAPIrequestURL,ifparameteristrue,gottosolution1,elsejustproceedasnormal.[~vishwasbabu]-Which one oftheabovesolutionsdoyoupreferred? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3-OD-03-012#6321-sha1:a68f0aa) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-923) Missing entity status in search resultset

2014-02-21 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-923 
 
 
 
  Missing entity status in search resultset  
 
 
 
 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 DevelopmentInProgress ReadyforTesting/Resolved 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-923) Missing entity status in search resultset

2014-02-19 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-923 
 
 
 
  Missing entity status in search resultset  
 
 
 
 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 
 
 
 
 
 
 
 Thestatus(e.g.pending,active,closed,etc)ofentitiesinasearchresultsetismissinginthecurrentimplementationofthesearchresource. Shouldreturnapropertysimilartotheonebelow:entityStatus:{id:100,code:clientStatusType.pending,value:Pending}, 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-923) Missing entity status in search resultset

2014-02-19 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-923 
 
 
 
  Missing entity status in search resultset  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 emmanuel nnaa 
 
 
 

Created:
 

 19/Feb/14 5:18 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 emmanuel nnaa 
 
 
 
 
 
 
 
 
 
 
The status (e.g. pending, active, closed, etc) of entities in a search resultset is missing in the current implementation of the search resource. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
 
 
 
 

[Mifos-issues] [JIRA] (MIFOSX-923) Missing entity status in search resultset

2014-02-19 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-923 
 
 
 
  Missing entity status in search resultset  
 
 
 
 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 
 
 
 
 
 
 
 Thestatus(e.g.pending,active,closed,etc)ofentitiesinasearchresultsetismissinginthecurrentimplementationofthesearchresource.Shouldreturnapropertysimilartotheonebelow:  entityStatus:{id:100,code:clientStatusType.pending,value:Pending} , 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-923) Missing entity status in search resultset

2014-02-19 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-923 
 
 
 
  Missing entity status in search resultset  
 
 
 
 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 
 
 
 
 
 
 
 Thestatus(e.g.pending,active,closed,etc)ofentitiesinasearchresultsetismissinginthecurrentimplementationofthesearchresource.Should return have apropertysimilartotheonebelow:entityStatus:{id:100,code:clientStatusType.pending,value:Pending} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-923) Missing entity status in search resultset

2014-02-19 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa started work on  MIFOSX-923 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-901) BIT datatype/columntype missing displaytype, throws error.msg.invalid.lookup.type error message

2014-02-10 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-901 
 
 
 
  BIT datatype/columntype missing displaytype, throws error.msg.invalid.lookup.type error message  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 emmanuel nnaa 
 
 
 

Created:
 

 10/Feb/14 5:37 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 emmanuel nnaa 
 
 
 
 
 
 
 
 
 
 
Four columns in the m_appuser table have the BIT datatype. No displaytype is defined for the BIT datatype/columntype in the /src/main/java/org/mifosplatform/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java file. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
  

[Mifos-issues] [JIRA] (MIFOSX-901) BIT datatype/columntype missing displaytype, throws error.msg.invalid.lookup.type error message

2014-02-10 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa started work on  MIFOSX-901 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOSX-901) BIT datatype/columntype missing displaytype, throws error.msg.invalid.lookup.type error message

2014-02-10 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa resolved as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Mifos X /  MIFOSX-901 
 
 
 
  BIT datatype/columntype missing displaytype, throws error.msg.invalid.lookup.type error message  
 
 
 
 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 

Resolution:
 
 Fixed 
 
 
 

Status:
 
 DevelopmentInProgress ReadyforTesting/Resolved 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-09-036#6252-sha1:44a5e2c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA] (MIFOS-6119) Missing permission for savingsaccountcharge endpoint

2014-02-06 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 mifos /  MIFOS-6119 
 
 
 
  Missing permission for savingsaccountcharge endpoint  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 emmanuel nnaa 
 
 
 

Created:
 

 06/Feb/14 12:35 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 emmanuel nnaa 
 
 
 
 
 
 
 
 
 
 
The permission required to read the savings account charge was never added to the m_permission table. Missing permission - READ_SAVINGSACCOUNTCHARGE 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-08-034#6251-sha1:3967e9c) 
 
 
 
 
  
 
 
 
 

[Mifos-issues] [JIRA] (MIFOS-6119) Missing permission for savingsaccountcharge endpoint

2014-02-06 Thread emmanuel nnaa (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 emmanuel nnaa started work on  MIFOS-6119 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 

Change By:
 
 emmanuel nnaa 
 
 
 

Status:
 
 Open DevelopmentInProgress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.2-OD-08-034#6251-sha1:3967e9c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues