[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-3013) Preserve "id" attributes from original jsp page in admin.ftl page

2010-06-08 Thread vishnu kmit (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

vishnu kmit resolved MIFOS-3013.


  Assignee: vishnu kmit
Resolution: Fixed

> Preserve "id" attributes from original jsp page in admin.ftl page
> -
>
> Key: MIFOS-3013
> URL: http://mifosforge.jira.com/browse/MIFOS-3013
> Project: mifos
>  Issue Type: Dev Task
>Reporter: Van Mittal-Henkle
>Assignee: vishnu kmit
>
> Note that in the admin.jsp page in the current Mifos application 
> (application/src/main/webapp/pages/application/adminjsp/admin.jsp) there are 
> "id" attributes at various places.
> For example at the top of the page, there is  title="admin"/>.  Lower in the page, there are:
> id="admin.label.admintasks"
> id="admin.link.defineNewUsers"
> and others.  There are also uses of styleId in links, like:
> styleId="admin.link.viewOffices"
> these end up generating an "id" also, so they too need to be preserved.
> These id's are used to identify elements of the page that are referenced by 
> the automated acceptance tests.
> In order for the tests to be able to work on the new ftl version of the page, 
> we need to preserve all the "id" attributes on the page (and the same goes 
> for all other jsp -> ftl page conversions).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Work started: (MIFOS-3014) Map links in admin.ftl page back into existing struts pages

2010-06-08 Thread vishnu kmit (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]


> Map links in admin.ftl page back into existing struts pages
> ---
>
> Key: MIFOS-3014
> URL: http://mifosforge.jira.com/browse/MIFOS-3014
> Project: mifos
>  Issue Type: Dev Task
>Reporter: Van Mittal-Henkle
>
> The goal of this task, is to get the links on the freemarker page to link 
> back in to the legacy struts pages.  To do this, will mean taking the links 
> from the jsp page and using them from the ftl page.
> It may be useful to do a "view source" in a web browser on the current 
> admin.jsp page as it is displayed in a web browser to see how all the page 
> links are actually rendered.
> A typical link might look like:
>  href="PersonAction.do?method=loadSearch&recordOfficeId=${UserContext.branchId}&recordLoanOfficerId=${UserContext.id}&randomNUm=${sessionScope.randomNUm}">
> 
> As a first pass the above should be able to be converted as 
>  href="PersonAction.do?method=loadSearch&recordOfficeId=${model.request.getSession().getAttribute("UserContext").branchId}&recordLoanOfficerId=${model.request.getSession().getAttribute("UserContext").id}">
> [...@spring.message "admin.viewsysusers" /]
> This would mean adding an admin.viewsysusers message to message.properties.  
> It would be nice to clean up the access to the "UserContext" from the session 
> somehow too.
> Note that the "randomNUm" attribute has been removed-- we won't include this 
> unless we need to.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Created: (MIFOS-3018) Create Question Label

2010-06-08 Thread Tejus Datta (JIRA)
Create Question Label
-

 Key: MIFOS-3018
 URL: http://mifosforge.jira.com/browse/MIFOS-3018
 Project: mifos
  Issue Type: Story
  Components: Surveys/PPI
Affects Versions: Release E
Reporter: Tejus Datta
Assignee: Kalyan Akella
Priority: Major


As an Admin,
I WANT the ability to specify the title for a question,
So That the right text is made visible to the user while responding

Acceptance Criteria:
- Create a link for admin to launch a page to Create a question. 
- Create a page with Title: Textbox to enter title. 
-Validation if any, 
-Submit button, 
-Link to view questions. 
-page to display all titles created so far. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Work started: (MIFOS-3018) Create Question Label

2010-06-08 Thread Tejus Datta (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on MIFOS-3018 started by Kalyan Akella.

> Create Question Label
> -
>
> Key: MIFOS-3018
> URL: http://mifosforge.jira.com/browse/MIFOS-3018
> Project: mifos
>  Issue Type: Story
>  Components: Surveys/PPI
>Affects Versions: Release E
>Reporter: Tejus Datta
>Assignee: Kalyan Akella
>Priority: Major
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> As an Admin,
> I WANT the ability to specify the title for a question,
> So That the right text is made visible to the user while responding
> Acceptance Criteria:
> - Create a link for admin to launch a page to Create a question. 
> - Create a page with Title: Textbox to enter title. 
> -Validation if any, 
> -Submit button, 
> -Link to view questions. 
> -page to display all titles created so far. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Created: (MIFOS-3019) Create Question with TEXT response

2010-06-08 Thread Tejus Datta (JIRA)
Create Question with TEXT response
--

 Key: MIFOS-3019
 URL: http://mifosforge.jira.com/browse/MIFOS-3019
 Project: mifos
  Issue Type: Story
  Components: Surveys/PPI
Affects Versions: Release E
Reporter: Tejus Datta
Assignee: Kalyan Akella
Priority: Major


As an Admin,
I WANT the ability to specify the title for a question,
So That the right text is made visible to the user while responding

Acceptance Criteria:
- Create a link for admin to launch a page to Create a question. 
- Create a page with Title: Textbox to enter title. 
-Validation if any, 
-Submit button, 
-Link to view questions. 
-page to display all titles created so far. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-3019) Create Question with TEXT response

2010-06-08 Thread Tejus Datta (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tejus Datta updated MIFOS-3019:
---

   Description: 
As an Admin,
I WANT the ability to specify the data type as TEXT for the response
So That the user answers the question in a text only format

Acceptance Criteria:
- Display dropdown for datatype with Text as an option on create question page. 
- On Submit, verify question has text data type by clicking title on View 
questions page. On the subsequent page the datatype dropdown should have been 
defaulted to Text and not editable. 


  was:
As an Admin,
I WANT the ability to specify the title for a question,
So That the right text is made visible to the user while responding

Acceptance Criteria:
- Create a link for admin to launch a page to Create a question. 
- Create a page with Title: Textbox to enter title. 
-Validation if any, 
-Submit button, 
-Link to view questions. 
-page to display all titles created so far. 

  Story Points: 1  (was: 2)
Remaining Estimate: 1 day  (was: 2 days)
 Original Estimate: 1 day  (was: 2 days)

> Create Question with TEXT response
> --
>
> Key: MIFOS-3019
> URL: http://mifosforge.jira.com/browse/MIFOS-3019
> Project: mifos
>  Issue Type: Story
>  Components: Surveys/PPI
>Affects Versions: Release E
>Reporter: Tejus Datta
>Assignee: Kalyan Akella
>Priority: Major
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> As an Admin,
> I WANT the ability to specify the data type as TEXT for the response
> So That the user answers the question in a text only format
> Acceptance Criteria:
> - Display dropdown for datatype with Text as an option on create question 
> page. 
> - On Submit, verify question has text data type by clicking title on View 
> questions page. On the subsequent page the datatype dropdown should have been 
> defaulted to Text and not editable. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOSDEPLOY-89) Marital Status Dropdown is not pulling from config

2010-06-08 Thread Prachi Malhotra (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOSDEPLOY-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prachi Malhotra resolved MIFOSDEPLOY-89.


Resolution: Fixed

> Marital Status Dropdown is not pulling from config
> --
>
> Key: MIFOSDEPLOY-89
> URL: http://mifosforge.jira.com/browse/MIFOSDEPLOY-89
> Project: mifos deployments
>  Issue Type: Bug
>  Components: Data Migration - Client Accounts
>Reporter: Ryan Whitney
>Assignee: Prachi Malhotra
>Priority: Major
>
> Client Data Migration Template
> Currently we see all four options in the config tab "Married, Single, Widow, 
> Separated", but when we are creating client accounts, we only see the options 
> for "Married" and "Single".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOSDEPLOY-100) Meeting: Hide Monthly section

2010-06-08 Thread Prachi Malhotra (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOSDEPLOY-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prachi Malhotra resolved MIFOSDEPLOY-100.
-

Resolution: Fixed

> Meeting: Hide Monthly section
> -
>
> Key: MIFOSDEPLOY-100
> URL: http://mifosforge.jira.com/browse/MIFOSDEPLOY-100
> Project: mifos deployments
>  Issue Type: Improvement
>  Components: Data Migration - Client Accounts
>Reporter: Ryan Whitney
>Assignee: Prachi Malhotra
>
> Please hide or remove the monthly columns as we won't be using it for this 
> migration.  Do not totally remove the code though, as it would be good to 
> keep when we make this general

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOSDEPLOY-99) Meetings Worksheet - Can we default Meeting schedule to weekly or just hide/remove the monthly option?

2010-06-08 Thread Prachi Malhotra (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOSDEPLOY-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prachi Malhotra resolved MIFOSDEPLOY-99.


Resolution: Fixed

> Meetings Worksheet - Can we default Meeting schedule to weekly or just 
> hide/remove the monthly option?
> --
>
> Key: MIFOSDEPLOY-99
> URL: http://mifosforge.jira.com/browse/MIFOSDEPLOY-99
> Project: mifos deployments
>  Issue Type: Bug
>Reporter: Ryan Whitney
>Assignee: Prachi Malhotra
>
> Can we set the recurrence to default to weekly?  that would be my preferred 
> solution.  If not, can we hide/remove it?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOSDEPLOY-92) Template does not have both custom fields for Clients

2010-06-08 Thread Prachi Malhotra (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOSDEPLOY-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prachi Malhotra resolved MIFOSDEPLOY-92.


Resolution: Fixed

> Template does not have both custom fields for Clients
> -
>
> Key: MIFOSDEPLOY-92
> URL: http://mifosforge.jira.com/browse/MIFOSDEPLOY-92
> Project: mifos deployments
>  Issue Type: Bug
>  Components: Data Migration - Client Accounts
>Reporter: Ryan Whitney
>Assignee: Prachi Malhotra
>Priority: Critical
>
> There are two custom fields for clients, "mobile phone no." and "years of 
> stay".  We need to add those.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOSDEPLOY-97) Remove Daily occurrence from Meeting Template

2010-06-08 Thread Prachi Malhotra (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOSDEPLOY-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prachi Malhotra resolved MIFOSDEPLOY-97.


Resolution: Fixed

> Remove Daily occurrence from Meeting Template  
> ---
>
> Key: MIFOSDEPLOY-97
> URL: http://mifosforge.jira.com/browse/MIFOSDEPLOY-97
> Project: mifos deployments
>  Issue Type: Bug
>  Components: Data Migration - Client Accounts
>Reporter: Ryan Whitney
>Assignee: Prachi Malhotra
>
> Remove the daily occurrence from the meeting template.  Mifos does not 
> support this, so I'm not sure why this is in there.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOSDEPLOY-98) Meetings Worksheet - Remove Start Time - This is not something supported in Mifos

2010-06-08 Thread Prachi Malhotra (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOSDEPLOY-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prachi Malhotra resolved MIFOSDEPLOY-98.


Resolution: Fixed

> Meetings Worksheet - Remove Start Time - This is not something supported in 
> Mifos
> -
>
> Key: MIFOSDEPLOY-98
> URL: http://mifosforge.jira.com/browse/MIFOSDEPLOY-98
> Project: mifos deployments
>  Issue Type: Bug
>  Components: Data Migration - Client Accounts
>Reporter: Ryan Whitney
>Assignee: Prachi Malhotra
>Priority: Major
>
> Is this from a timestamp?  If so, just set it to 00:00:00.  Currently, we 
> don't let individuals set time through the UI

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOSDEPLOY-102) Add in custom field: Credit Limit

2010-06-08 Thread Prachi Malhotra (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOSDEPLOY-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prachi Malhotra resolved MIFOSDEPLOY-102.
-

Resolution: Fixed

> Add in custom field: Credit Limit
> -
>
> Key: MIFOSDEPLOY-102
> URL: http://mifosforge.jira.com/browse/MIFOSDEPLOY-102
> Project: mifos deployments
>  Issue Type: Bug
>  Components: Data Migration - Client Accounts
>Reporter: Ryan Whitney
>Assignee: Prachi Malhotra
>Priority: Critical
>
> Need to add in the custom field Credit Limit.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-3014) Map links in admin.ftl page back into existing struts pages

2010-06-08 Thread vishnu kmit (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

vishnu kmit resolved MIFOS-3014.


  Assignee: vishnu kmit
Resolution: Fixed

> Map links in admin.ftl page back into existing struts pages
> ---
>
> Key: MIFOS-3014
> URL: http://mifosforge.jira.com/browse/MIFOS-3014
> Project: mifos
>  Issue Type: Dev Task
>Reporter: Van Mittal-Henkle
>Assignee: vishnu kmit
>
> The goal of this task, is to get the links on the freemarker page to link 
> back in to the legacy struts pages.  To do this, will mean taking the links 
> from the jsp page and using them from the ftl page.
> It may be useful to do a "view source" in a web browser on the current 
> admin.jsp page as it is displayed in a web browser to see how all the page 
> links are actually rendered.
> A typical link might look like:
>  href="PersonAction.do?method=loadSearch&recordOfficeId=${UserContext.branchId}&recordLoanOfficerId=${UserContext.id}&randomNUm=${sessionScope.randomNUm}">
> 
> As a first pass the above should be able to be converted as 
>  href="PersonAction.do?method=loadSearch&recordOfficeId=${model.request.getSession().getAttribute("UserContext").branchId}&recordLoanOfficerId=${model.request.getSession().getAttribute("UserContext").id}">
> [...@spring.message "admin.viewsysusers" /]
> This would mean adding an admin.viewsysusers message to message.properties.  
> It would be nice to clean up the access to the "UserContext" from the session 
> somehow too.
> Note that the "randomNUm" attribute has been removed-- we won't include this 
> unless we need to.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Commented: (MIFOS-2764) Error displayed for duplicate accounts should indicate the account found is blacklisted

2010-06-08 Thread Mifos Hudson Jira Plugin User (JIRA)

[ 
http://mifosforge.jira.com/browse/MIFOS-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58143#action_58143
 ] 

Mifos Hudson Jira Plugin User commented on MIFOS-2764:
--

Integrated in !http://ci.mifos.org/hudson/images/16x16/yellow.gif! [head-1.6.x 
#8|http://ci.mifos.org/hudson/job/head-1.6.x/8/]
 

> Error displayed for duplicate accounts should indicate the account found is 
> blacklisted
> ---
>
> Key: MIFOS-2764
> URL: http://mifosforge.jira.com/browse/MIFOS-2764
> Project: mifos
>  Issue Type: Improvement
>Affects Versions: Release 1.4.2
>Reporter: Ryan Whitney
>Assignee: Kalyan Akella
> Fix For: Shamim D
>
>
> Currently, when someone is entering in a new client, Mifos will check to see 
> if a similar account already exists in the system and then displays an error 
> as such.  Unfortunately the error appears to be the same, no matter if the 
> account was closed in a positive state or the client was blacklisted.
> Since a lot of the situations, the user entering in the client may not have 
> access to the whole MFI database, it may be harder for them to get more 
> details on whether they should continue with the client creation or not 
> (blacklisting the client account does not block creating a new account with 
> the same name, only triggers the alert).
> Current error:
> "A record matching this client was found in "closed" status. Please review 
> that client record before continuing. "
> If blacklisted, should say:
> "A blacklisted record matching this client was found in "closed" status. 
> Please review that client record before continuing. "
> -or-
> "A record matching this client was found with "blacklisted" status. Please 
> review that client record before continuing. "

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Created: (MIFOS-3020) Mifos won't start with outdated task.xml tasks.

2010-06-08 Thread jbrewster (JIRA)
Mifos won't start with outdated task.xml tasks.
---

 Key: MIFOS-3020
 URL: http://mifosforge.jira.com/browse/MIFOS-3020
 Project: mifos
  Issue Type: Bug
  Components: Batch jobs
Affects Versions: Shamim D
Reporter: jbrewster


During Shamim D, some batch job tasks have been removed, e.g 
ApplyCustomerFeeTask.  If a user has a customized task.xml kept in their .mifos 
directory from v1.5 and tries to deploy Shamim D version of Mifos, errors will 
be encountered on startup:

java.lang.ClassNotFoundException: 
org.mifos.framework.components.batchjobs.helpers.ApplyCustomerFeeTask

We need to either strongly direct users to edit their custom task.xml as part 
of deploying Shamim D, or change Shamim D to ignore and continue with tasks 
that no longer are part of the product.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Commented: (MIFOS-3020) Mifos won't start with outdated task.xml tasks.

2010-06-08 Thread jbrewster (JIRA)

[ 
http://mifosforge.jira.com/browse/MIFOS-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58144#action_58144
 ] 

jbrewster commented on MIFOS-3020:
--

to remove:
* ApplyCustomerFeeTask
* RegenerateScheduleTask


> Mifos won't start with outdated task.xml tasks.
> ---
>
> Key: MIFOS-3020
> URL: http://mifosforge.jira.com/browse/MIFOS-3020
> Project: mifos
>  Issue Type: Bug
>  Components: Batch jobs
>Affects Versions: Shamim D
>Reporter: jbrewster
>
> During Shamim D, some batch job tasks have been removed, e.g 
> ApplyCustomerFeeTask.  If a user has a customized task.xml kept in their 
> .mifos directory from v1.5 and tries to deploy Shamim D version of Mifos, 
> errors will be encountered on startup:
> java.lang.ClassNotFoundException: 
> org.mifos.framework.components.batchjobs.helpers.ApplyCustomerFeeTask
> We need to either strongly direct users to edit their custom task.xml as part 
> of deploying Shamim D, or change Shamim D to ignore and continue with tasks 
> that no longer are part of the product.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-3017) Enable Java-based non-sequential upgrades

2010-06-08 Thread Kojo Gambrah-Sampaney (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kojo Gambrah-Sampaney resolved MIFOS-3017.
--

Resolution: Fixed

commit SHA: 4392b58636e62bd9eb0955fd96bf3de7912f1e2c


> Enable Java-based non-sequential upgrades
> -
>
> Key: MIFOS-3017
> URL: http://mifosforge.jira.com/browse/MIFOS-3017
> Project: mifos
>  Issue Type: Task
>Reporter: Kojo Gambrah-Sampaney
>Assignee: Kojo Gambrah-Sampaney
>
> Non-Sequential Database Upgrades, hereinafter referred to as NSDU has been 
> implemented for SQL upgrade scripts. This task will enable Java based 
> upgrades.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Created: (MIFOS-3021) create automated plugin integration test

2010-06-08 Thread Adam Monsen (JIRA)
create automated plugin integration test


 Key: MIFOS-3021
 URL: http://mifosforge.jira.com/browse/MIFOS-3021
 Project: mifos
  Issue Type: Improvement
Reporter: Adam Monsen


Create an automated test that exercises import plugin code calling into the 
Mifos API.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Created: (MIFOS-3022) Two installments due on same day after moratorium added to existing loan schedule

2010-06-08 Thread jbrewster (JIRA)
Two installments due on same day after moratorium added to existing loan 
schedule
-

 Key: MIFOS-3022
 URL: http://mifosforge.jira.com/browse/MIFOS-3022
 Project: mifos
  Issue Type: Bug
  Components: Holidays
Affects Versions: Shamim D
Reporter: jbrewster
Priority: Major
 Attachments: afterBatchJobWith29JulyMoratoriumAdded.JPG, 
moratorimBefore29JulyMoratorimHolidayAdded.JPG

Moratorium holiday type should move loan installments forward to next meeting, 
with no double payments.  However, if the loan account has already been 
created, then a moratorium inserted into the upcoming loan schedule, then 
holiday changes are applied so two payments are due after the moratorium 
holiday is over.

Repro steps:
1.  Created a weekly loan that has payments due every Thursday.  Reviewed loan 
schedule (see attached screenshot moratoriumBefore29JulyMoratiumHolidayAdded).  
Note meeting on July 29.
2. Create moratorium holiday for single day, 29 July 2010.
3. Execute batch jobs
4. Review loan schedule for same loan.  Now see two installments due on 5 
August meeting.  See attached screenshot 
"afterBatchJobWith29JulyMoratoriumAdded"

Actual behavior:  2 installments due on 5 August

Expected behavior:  installments all shifted out by one week.


"



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-3022) Two installments due on same day after moratorium added to existing loan schedule

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-3022:


 Assignee: keithwoodlock
Scheduled For: Release
Fix Version/s: Shamim D

> Two installments due on same day after moratorium added to existing loan 
> schedule
> -
>
> Key: MIFOS-3022
> URL: http://mifosforge.jira.com/browse/MIFOS-3022
> Project: mifos
>  Issue Type: Bug
>  Components: Holidays
>Affects Versions: Shamim D
>Reporter: jbrewster
>Assignee: keithwoodlock
>Priority: Major
> Fix For: Shamim D
>
> Attachments: afterBatchJobWith29JulyMoratoriumAdded.JPG, 
> moratorimBefore29JulyMoratorimHolidayAdded.JPG
>
>
> Moratorium holiday type should move loan installments forward to next 
> meeting, with no double payments.  However, if the loan account has already 
> been created, then a moratorium inserted into the upcoming loan schedule, 
> then holiday changes are applied so two payments are due after the moratorium 
> holiday is over.
> Repro steps:
> 1.  Created a weekly loan that has payments due every Thursday.  Reviewed 
> loan schedule (see attached screenshot 
> moratoriumBefore29JulyMoratiumHolidayAdded).  Note meeting on July 29.
> 2. Create moratorium holiday for single day, 29 July 2010.
> 3. Execute batch jobs
> 4. Review loan schedule for same loan.  Now see two installments due on 5 
> August meeting.  See attached screenshot 
> "afterBatchJobWith29JulyMoratoriumAdded"
> Actual behavior:  2 installments due on 5 August
> Expected behavior:  installments all shifted out by one week.
> "

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-3021) create automated plugin integration test

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-3021:


 Assignee: mifosdeveloperqueue
Fix Version/s: Gazelle Backlog

We can fix this when we do the next plugin, or revisit if we want to do it for 
the current one in Shamim D

> create automated plugin integration test
> 
>
> Key: MIFOS-3021
> URL: http://mifosforge.jira.com/browse/MIFOS-3021
> Project: mifos
>  Issue Type: Improvement
>Reporter: Adam Monsen
>Assignee: mifosdeveloperqueue
> Fix For: Gazelle Backlog
>
>
> Create an automated test that exercises import plugin code calling into the 
> Mifos API.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-3015) NPE thrown on editing Meeting Schedule

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-3015:


Assignee: mifosdeveloperqueue

> NPE thrown on editing Meeting Schedule
> --
>
> Key: MIFOS-3015
> URL: http://mifosforge.jira.com/browse/MIFOS-3015
> Project: mifos
>  Issue Type: Bug
>  Components: Clients
>Affects Versions: Shamim D
>Reporter: Kalyan Akella
>Assignee: mifosdeveloperqueue
>Priority: Blocker
> Fix For: Shamim D
>
> Attachments: Exception.html
>
>
> Steps to reproduce:
> 1. Create a client without assigning the meeting schedule
> 2. Navigate to the view client information page
> 3. Click on Edit Meeting Schedule link
> 4. Fill up the form (with any meeting schedule) and click submit
> Actual:
> 1. A java.lang.NullPointerException is thrown on submit. (Please find 
> attached)
> Expected:
> 1. Meeting schedule should be saved correctly
> The impact of this bug is that a given client can never be moved to the 
> 'Active' status. This is a blocker in the flow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-3020) Mifos won't start with outdated task.xml tasks.

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-3020:


 Assignee: Adam Monsen
Fix Version/s: Shamim D

When we do release tasks for Shamim D, remove batch jobs listed in this issue 
from task.xml

> Mifos won't start with outdated task.xml tasks.
> ---
>
> Key: MIFOS-3020
> URL: http://mifosforge.jira.com/browse/MIFOS-3020
> Project: mifos
>  Issue Type: Bug
>  Components: Batch jobs
>Affects Versions: Shamim D
>Reporter: jbrewster
>Assignee: Adam Monsen
> Fix For: Shamim D
>
>
> During Shamim D, some batch job tasks have been removed, e.g 
> ApplyCustomerFeeTask.  If a user has a customized task.xml kept in their 
> .mifos directory from v1.5 and tries to deploy Shamim D version of Mifos, 
> errors will be encountered on startup:
> java.lang.ClassNotFoundException: 
> org.mifos.framework.components.batchjobs.helpers.ApplyCustomerFeeTask
> We need to either strongly direct users to edit their custom task.xml as part 
> of deploying Shamim D, or change Shamim D to ignore and continue with tasks 
> that no longer are part of the product.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-3006) some errors thrown by import plugins are not internationalizable

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-3006:


 Assignee: mifosdeveloperqueue
Fix Version/s: Gazelle Backlog

backlog for now.  Workaround for MFI's who need translated strings is if they 
create their own plugin to just put the language they need instead of English 
in the plugin itself.

> some errors thrown by import plugins are not internationalizable
> 
>
> Key: MIFOS-3006
> URL: http://mifosforge.jira.com/browse/MIFOS-3006
> Project: mifos
>  Issue Type: Bug
>Reporter: Adam Monsen
>Assignee: mifosdeveloperqueue
> Fix For: Gazelle Backlog
>
>
> StandardAccountService may throw exceptions. These exceptions contain text 
> describing the error. If so, these exceptions are caught by import plugins, 
> added to a list of error strings, and passed back to 
> ImportTransactionsAction. The action will subsequently pass these back to a 
> JSP for display.
> An example: if an import plugin calls 
> lookupLoanAccountReferenceFromGlobalAccountNumber(String), a 
> PersistenceException may be thrown, with the message: "loan not found for 
> global account number X" (where X is the global account number). This message 
> is displayed directly in the Web page, and is not internationalized.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-3001) "Repay Loans" should be "Repay Loan"

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-3001:


 Assignee: mifosdeveloperqueue
Fix Version/s: Gazelle Backlog

> "Repay Loans" should be "Repay Loan"
> 
>
> Key: MIFOS-3001
> URL: http://mifosforge.jira.com/browse/MIFOS-3001
> Project: mifos
>  Issue Type: Bug
>  Components: Loan Account
>Affects Versions: Release 1.5.0.1
>Reporter: Ryan Whitney
>Assignee: mifosdeveloperqueue
>Priority: Trivial
> Fix For: Gazelle Backlog
>
>
> Minor, but under the "Transactions" box in the Loan Detail page, it says 
> "Repay Loans", but this is for repaying a single loan, so it should be "Repay 
> Loan".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-2993) Clean up INSTALL section on Mifos database

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau resolved MIFOS-2993.
-

Resolution: Duplicate

> Clean up INSTALL section on Mifos database
> --
>
> Key: MIFOS-2993
> URL: http://mifosforge.jira.com/browse/MIFOS-2993
> Project: mifos
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: Shamim D
>Reporter: jbrewster
>
> Our current INSTALL text for Mifos has reference to create_mifos_db removed, 
> but the rest of the text refers to running 4 commands and it's not clear what 
> command to run instead to create a new database:
>3.2. Initializing the Mifos Database
>  To initialize the Mifos database, run the four commands below from 
> the
>  directory that contains this INSTALL file. These commands assume a
>  schema named "mifos", a username of "mifos" and a password of 
> "mifos".
>  Adjust them if your database login is different. See sections 6.1.4
>  and 7.1 for more information.
>  mysql -D mifos -u mifos -pmifos < sql/latest-schema.sql
>  mysql -D mifos -u mifos -pmifos < sql/latest-data.sql
>  mysql -D mifos -u mifos -pmifos < sql/init_mifos_password.sql
>  If your database instance already has a "mifos" database, then
>  you will need to drop the database before running the above commands.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-2991) Cancel button on Add Holiday page not working

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-2991:


 Assignee: Jakub Sławiński
Fix Version/s: Shamim D

Regression, this must be fixed in Shamim D - Jakub can you fix this first

> Cancel button on Add Holiday page not working
> -
>
> Key: MIFOS-2991
> URL: http://mifosforge.jira.com/browse/MIFOS-2991
> Project: mifos
>  Issue Type: Bug
>  Components: Holidays
>Affects Versions: Shamim D
>Reporter: jbrewster
>Assignee: Jakub Sławiński
>Priority: Major
> Fix For: Shamim D
>
>
> Cancel button on Add Holiday page does nothing.
> Repro steps:
> 1. Go to Define New Holiday
> 2. On Add Holiday page, click Cancel
> expected Result:  go back to admin page
> actual result:  stay on add holiday page
> Build DateThu Jun 03 06:04:25 PDT 2010
> Build Number  hudson-head-master-1411

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

   

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Commented: (MIFOS-3020) Mifos won't start with outdated task.xml tasks.

2010-06-08 Thread jbrewster (JIRA)

[ 
http://mifosforge.jira.com/browse/MIFOS-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58150#action_58150
 ] 

jbrewster commented on MIFOS-3020:
--

These are the lines to remove from task.xml:


ApplyCustomerFeeTask
24:00:00
86400


RegenerateScheduleTask
24:00:00
86400



> Mifos won't start with outdated task.xml tasks.
> ---
>
> Key: MIFOS-3020
> URL: http://mifosforge.jira.com/browse/MIFOS-3020
> Project: mifos
>  Issue Type: Bug
>  Components: Batch jobs
>Affects Versions: Shamim D
>Reporter: jbrewster
>Assignee: Adam Monsen
> Fix For: Shamim D
>
>
> During Shamim D, some batch job tasks have been removed, e.g 
> ApplyCustomerFeeTask.  If a user has a customized task.xml kept in their 
> .mifos directory from v1.5 and tries to deploy Shamim D version of Mifos, 
> errors will be encountered on startup:
> java.lang.ClassNotFoundException: 
> org.mifos.framework.components.batchjobs.helpers.ApplyCustomerFeeTask
> We need to either strongly direct users to edit their custom task.xml as part 
> of deploying Shamim D, or change Shamim D to ignore and continue with tasks 
> that no longer are part of the product.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Commented: (MIFOS-2990) upgrade to DB version 235 fails if LOAN_FEE_SCHEDULE.AMOUNT_PAID is null

2010-06-08 Thread Kay Chau (JIRA)

[ 
http://mifosforge.jira.com/browse/MIFOS-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58151#action_58151
 ] 

Kay Chau commented on MIFOS-2990:
-

Put in upgrade instructions for 1.5

> upgrade to DB version 235 fails if LOAN_FEE_SCHEDULE.AMOUNT_PAID  is null
> -
>
> Key: MIFOS-2990
> URL: http://mifosforge.jira.com/browse/MIFOS-2990
> Project: mifos
>  Issue Type: Bug
>  Components: Database
>Affects Versions: Release 1.5
>Reporter: jbrewster
> Fix For: Release 1.5.1
>
>
> When upgrading to v1.5, GK encountered a DB upgrade error on v235 since they 
> had one or more rows where LOAN_FEE_SCHEDULE.AMOUNT_PAID was NULL.  Upgrade 
> 235 has this constraint added - NOT NULL on LOAN_FEE_SCHEDULE.AMOUNT_PAID 
> Workaround:
> Update existing null LOAN_FEE_SCHEDULE.AMOUNT_PAID to 0.00 prior to upgrade

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-2990) upgrade to DB version 235 fails if LOAN_FEE_SCHEDULE.AMOUNT_PAID is null

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau resolved MIFOS-2990.
-

   Resolution: Won't Fix
Fix Version/s: Release 1.5.1

Won't fix the upgrade script, but added notes to release notes

> upgrade to DB version 235 fails if LOAN_FEE_SCHEDULE.AMOUNT_PAID  is null
> -
>
> Key: MIFOS-2990
> URL: http://mifosforge.jira.com/browse/MIFOS-2990
> Project: mifos
>  Issue Type: Bug
>  Components: Database
>Affects Versions: Release 1.5
>Reporter: jbrewster
> Fix For: Release 1.5.1
>
>
> When upgrading to v1.5, GK encountered a DB upgrade error on v235 since they 
> had one or more rows where LOAN_FEE_SCHEDULE.AMOUNT_PAID was NULL.  Upgrade 
> 235 has this constraint added - NOT NULL on LOAN_FEE_SCHEDULE.AMOUNT_PAID 
> Workaround:
> Update existing null LOAN_FEE_SCHEDULE.AMOUNT_PAID to 0.00 prior to upgrade

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-2989) "labels" prevent translation of many phrases - remove "labels" mechanism

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-2989:


 Assignee: mifosdeveloperqueue
Fix Version/s: Gazelle Backlog

> "labels" prevent translation of many phrases - remove "labels" mechanism
> 
>
> Key: MIFOS-2989
> URL: http://mifosforge.jira.com/browse/MIFOS-2989
> Project: mifos
>  Issue Type: Bug
>Reporter: Adam Monsen
>Assignee: mifosdeveloperqueue
> Fix For: Gazelle Backlog
>
>
> By forcing word order, the "labels" mechanism (Admin → Define Labels) 
> prevents proper translation of many phrases in languages other than English.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

   

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-2992) upgrade error for version 216 with KEEF data

2010-06-08 Thread jbrewster (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jbrewster resolved MIFOS-2992.
--

Resolution: Invalid

This is not a bug in the upgrade.  As Van noted, the schema is at a newer 
version than the database_version. Workaround for their database was to 
manually set the database_version higher.

> upgrade error for version 216 with KEEF data
> 
>
> Key: MIFOS-2992
> URL: http://mifosforge.jira.com/browse/MIFOS-2992
> Project: mifos
>  Issue Type: Bug
>  Components: Database
>Affects Versions: Shamim D
>Reporter: jbrewster
> Attachments: screenshot-1.jpg
>
>
> Tried upgrading KEEF database from 3/10/2010, got database upgrade failure on 
> db version 216:
>  Duplicate entry 'Permissions-CanImportTransactions' for key 'LOOKUP_NAME_IDX'
> See attached screenshot

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-2992) upgrade error for version 216 with KEEF data

2010-06-08 Thread jbrewster (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jbrewster updated MIFOS-2992:
-

Status: Verified  (was: Resolved)

> upgrade error for version 216 with KEEF data
> 
>
> Key: MIFOS-2992
> URL: http://mifosforge.jira.com/browse/MIFOS-2992
> Project: mifos
>  Issue Type: Bug
>  Components: Database
>Affects Versions: Shamim D
>Reporter: jbrewster
> Attachments: screenshot-1.jpg
>
>
> Tried upgrading KEEF database from 3/10/2010, got database upgrade failure on 
> db version 216:
>  Duplicate entry 'Permissions-CanImportTransactions' for key 'LOOKUP_NAME_IDX'
> See attached screenshot

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-2897) FeeAction -> Spring Way

2010-06-08 Thread jbrewster (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jbrewster updated MIFOS-2897:
-

Issue Type: Story  (was: Improvement)

> FeeAction -> Spring Way
> ---
>
> Key: MIFOS-2897
> URL: http://mifosforge.jira.com/browse/MIFOS-2897
> Project: mifos
>  Issue Type: Story
>Affects Versions: Shamim D
>Reporter: Tejus Datta
>Priority: Major
>
> This is an epic story.
> * Convert FeeAction, JSPs, and domain code to use a spring-based approach.
> ** Spring-managed transactions
> ** Spring MVC controller
> * establish a pattern that can be replicated elsewhere

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-2893) Reconfigure build server to do fast builds and slow builds

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-2893:


 Assignee: mifosdeveloperqueue
Fix Version/s: Gazelle Backlog

> Reconfigure build server to do fast builds and slow builds
> --
>
> Key: MIFOS-2893
> URL: http://mifosforge.jira.com/browse/MIFOS-2893
> Project: mifos
>  Issue Type: Improvement
>Affects Versions: Gazelle Backlog
>Reporter: Tejus Datta
>Assignee: mifosdeveloperqueue
>Priority: Major
> Fix For: Gazelle Backlog
>
>
> Create a new, experimental build (or two) in Hudson ( 
> https://ci.mifos.org/hudson/ ).
> * every commit should still trigger a build with a reasonable set of tests. 
> Make this build do less so developers get faster feedback on changes.
> * every hour or two, automatically trigger a *full* build which runs all 
> possible tests

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-2892) Remove expensive tests from default build

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-2892:


 Assignee: mifosdeveloperqueue
Fix Version/s: Gazelle Backlog

> Remove expensive tests from default build
> -
>
> Key: MIFOS-2892
> URL: http://mifosforge.jira.com/browse/MIFOS-2892
> Project: mifos
>  Issue Type: Improvement
>Affects Versions: Gazelle Backlog
>Reporter: Tejus Datta
>Assignee: mifosdeveloperqueue
>Priority: Major
> Fix For: Gazelle Backlog
>
>
> As part of trying to get down to a 10-minute build, make "mvn clean install" 
> do less.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Updated: (MIFOS-2895) Convert integration test to unit test

2010-06-08 Thread Kay Chau (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kay Chau updated MIFOS-2895:


 Assignee: mifosdeveloperqueue
Fix Version/s: Gazelle Backlog

> Convert integration test to unit test
> -
>
> Key: MIFOS-2895
> URL: http://mifosforge.jira.com/browse/MIFOS-2895
> Project: mifos
>  Issue Type: Improvement
>Affects Versions: Gazelle Backlog
>Reporter: Tejus Datta
>Assignee: mifosdeveloperqueue
>Priority: Major
> Fix For: Gazelle Backlog
>
>
> Identify a slow integration test, and convert it to a unit test. Establish a 
> pattern for this type of conversion such that other developers can replicate 
> the procedure.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Work started: (MIFOS-3022) Two installments due on same day after moratorium added to existing loan schedule

2010-06-08 Thread keithwoodlock (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on MIFOS-3022 started by keithwoodlock.

> Two installments due on same day after moratorium added to existing loan 
> schedule
> -
>
> Key: MIFOS-3022
> URL: http://mifosforge.jira.com/browse/MIFOS-3022
> Project: mifos
>  Issue Type: Bug
>  Components: Holidays
>Affects Versions: Shamim D
>Reporter: jbrewster
>Assignee: keithwoodlock
>Priority: Major
> Fix For: Shamim D
>
> Attachments: afterBatchJobWith29JulyMoratoriumAdded.JPG, 
> moratorimBefore29JulyMoratorimHolidayAdded.JPG
>
>
> Moratorium holiday type should move loan installments forward to next 
> meeting, with no double payments.  However, if the loan account has already 
> been created, then a moratorium inserted into the upcoming loan schedule, 
> then holiday changes are applied so two payments are due after the moratorium 
> holiday is over.
> Repro steps:
> 1.  Created a weekly loan that has payments due every Thursday.  Reviewed 
> loan schedule (see attached screenshot 
> moratoriumBefore29JulyMoratiumHolidayAdded).  Note meeting on July 29.
> 2. Create moratorium holiday for single day, 29 July 2010.
> 3. Execute batch jobs
> 4. Review loan schedule for same loan.  Now see two installments due on 5 
> August meeting.  See attached screenshot 
> "afterBatchJobWith29JulyMoratoriumAdded"
> Actual behavior:  2 installments due on 5 August
> Expected behavior:  installments all shifted out by one week.
> "

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Commented: (MIFOS-3022) Two installments due on same day after moratorium added to existing loan schedule

2010-06-08 Thread keithwoodlock (JIRA)

[ 
http://mifosforge.jira.com/browse/MIFOS-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58154#action_58154
 ] 

keithwoodlock commented on MIFOS-3022:
--

Jeff,

I see the problem you had and i have tried on latest 1.6.x branch and holidays 
and moratoria are treated correctly after the batch job is run. I do remember 
john saying someting about the 'batch job' not being exactly correct when 
taking into account moratoria and I think he fixed this with with the following 
commit on 1.6.x

https://ci.mifos.org:8843/hudson/job/head-1.6.x/5/changes

> Two installments due on same day after moratorium added to existing loan 
> schedule
> -
>
> Key: MIFOS-3022
> URL: http://mifosforge.jira.com/browse/MIFOS-3022
> Project: mifos
>  Issue Type: Bug
>  Components: Holidays
>Affects Versions: Shamim D
>Reporter: jbrewster
>Assignee: keithwoodlock
>Priority: Major
> Fix For: Shamim D
>
> Attachments: afterBatchJobWith29JulyMoratoriumAdded.JPG, 
> moratorimBefore29JulyMoratorimHolidayAdded.JPG
>
>
> Moratorium holiday type should move loan installments forward to next 
> meeting, with no double payments.  However, if the loan account has already 
> been created, then a moratorium inserted into the upcoming loan schedule, 
> then holiday changes are applied so two payments are due after the moratorium 
> holiday is over.
> Repro steps:
> 1.  Created a weekly loan that has payments due every Thursday.  Reviewed 
> loan schedule (see attached screenshot 
> moratoriumBefore29JulyMoratiumHolidayAdded).  Note meeting on July 29.
> 2. Create moratorium holiday for single day, 29 July 2010.
> 3. Execute batch jobs
> 4. Review loan schedule for same loan.  Now see two installments due on 5 
> August meeting.  See attached screenshot 
> "afterBatchJobWith29JulyMoratoriumAdded"
> Actual behavior:  2 installments due on 5 August
> Expected behavior:  installments all shifted out by one week.
> "

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Assigned: (MIFOS-3022) Two installments due on same day after moratorium added to existing loan schedule

2010-06-08 Thread keithwoodlock (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

keithwoodlock reassigned MIFOS-3022:


Assignee: mifosqa  (was: keithwoodlock)

> Two installments due on same day after moratorium added to existing loan 
> schedule
> -
>
> Key: MIFOS-3022
> URL: http://mifosforge.jira.com/browse/MIFOS-3022
> Project: mifos
>  Issue Type: Bug
>  Components: Holidays
>Affects Versions: Shamim D
>Reporter: jbrewster
>Assignee: mifosqa
>Priority: Major
> Fix For: Shamim D
>
> Attachments: afterBatchJobWith29JulyMoratoriumAdded.JPG, 
> moratorimBefore29JulyMoratorimHolidayAdded.JPG
>
>
> Moratorium holiday type should move loan installments forward to next 
> meeting, with no double payments.  However, if the loan account has already 
> been created, then a moratorium inserted into the upcoming loan schedule, 
> then holiday changes are applied so two payments are due after the moratorium 
> holiday is over.
> Repro steps:
> 1.  Created a weekly loan that has payments due every Thursday.  Reviewed 
> loan schedule (see attached screenshot 
> moratoriumBefore29JulyMoratiumHolidayAdded).  Note meeting on July 29.
> 2. Create moratorium holiday for single day, 29 July 2010.
> 3. Execute batch jobs
> 4. Review loan schedule for same loan.  Now see two installments due on 5 
> August meeting.  See attached screenshot 
> "afterBatchJobWith29JulyMoratoriumAdded"
> Actual behavior:  2 installments due on 5 August
> Expected behavior:  installments all shifted out by one week.
> "

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-3022) Two installments due on same day after moratorium added to existing loan schedule

2010-06-08 Thread keithwoodlock (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

keithwoodlock resolved MIFOS-3022.
--

Resolution: Fixed

was resolved by JohnW in 
https://ci.mifos.org:8843/hudson/job/head-1.6.x/5/changes, SHA-1  
15c5de1cf2c0c92ac0bd78d9d7667b5e874264d8 

> Two installments due on same day after moratorium added to existing loan 
> schedule
> -
>
> Key: MIFOS-3022
> URL: http://mifosforge.jira.com/browse/MIFOS-3022
> Project: mifos
>  Issue Type: Bug
>  Components: Holidays
>Affects Versions: Shamim D
>Reporter: jbrewster
>Assignee: keithwoodlock
>Priority: Major
> Fix For: Shamim D
>
> Attachments: afterBatchJobWith29JulyMoratoriumAdded.JPG, 
> moratorimBefore29JulyMoratorimHolidayAdded.JPG
>
>
> Moratorium holiday type should move loan installments forward to next 
> meeting, with no double payments.  However, if the loan account has already 
> been created, then a moratorium inserted into the upcoming loan schedule, 
> then holiday changes are applied so two payments are due after the moratorium 
> holiday is over.
> Repro steps:
> 1.  Created a weekly loan that has payments due every Thursday.  Reviewed 
> loan schedule (see attached screenshot 
> moratoriumBefore29JulyMoratiumHolidayAdded).  Note meeting on July 29.
> 2. Create moratorium holiday for single day, 29 July 2010.
> 3. Execute batch jobs
> 4. Review loan schedule for same loan.  Now see two installments due on 5 
> August meeting.  See attached screenshot 
> "afterBatchJobWith29JulyMoratoriumAdded"
> Actual behavior:  2 installments due on 5 August
> Expected behavior:  installments all shifted out by one week.
> "

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Created: (MIFOS-3023) Fix linking of holidays (mingle 2882)

2010-06-08 Thread johnwoodlock (JIRA)
Fix linking of holidays (mingle 2882)
-

 Key: MIFOS-3023
 URL: http://mifosforge.jira.com/browse/MIFOS-3023
 Project: mifos
  Issue Type: Improvement
  Components: Holidays
Affects Versions: Shamim D
Reporter: johnwoodlock
Assignee: keithwoodlock
Priority: Major
 Fix For: Shamim D


Make offices implicitly inherit holidays from their parent/granparents etc. 
rather than explicitly by creating office_holiday links.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Assigned: (MIFOS-3015) NPE thrown on editing Meeting Schedule

2010-06-08 Thread keithwoodlock (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

keithwoodlock reassigned MIFOS-3015:


Assignee: keithwoodlock  (was: mifosdeveloperqueue)

> NPE thrown on editing Meeting Schedule
> --
>
> Key: MIFOS-3015
> URL: http://mifosforge.jira.com/browse/MIFOS-3015
> Project: mifos
>  Issue Type: Bug
>  Components: Clients
>Affects Versions: Shamim D
>Reporter: Kalyan Akella
>Assignee: keithwoodlock
>Priority: Blocker
> Fix For: Shamim D
>
> Attachments: Exception.html
>
>
> Steps to reproduce:
> 1. Create a client without assigning the meeting schedule
> 2. Navigate to the view client information page
> 3. Click on Edit Meeting Schedule link
> 4. Fill up the form (with any meeting schedule) and click submit
> Actual:
> 1. A java.lang.NullPointerException is thrown on submit. (Please find 
> attached)
> Expected:
> 1. Meeting schedule should be saved correctly
> The impact of this bug is that a given client can never be moved to the 
> 'Active' status. This is a blocker in the flow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Work started: (MIFOS-3015) NPE thrown on editing Meeting Schedule

2010-06-08 Thread keithwoodlock (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on MIFOS-3015 started by keithwoodlock.

> NPE thrown on editing Meeting Schedule
> --
>
> Key: MIFOS-3015
> URL: http://mifosforge.jira.com/browse/MIFOS-3015
> Project: mifos
>  Issue Type: Bug
>  Components: Clients
>Affects Versions: Shamim D
>Reporter: Kalyan Akella
>Assignee: keithwoodlock
>Priority: Blocker
> Fix For: Shamim D
>
> Attachments: Exception.html
>
>
> Steps to reproduce:
> 1. Create a client without assigning the meeting schedule
> 2. Navigate to the view client information page
> 3. Click on Edit Meeting Schedule link
> 4. Fill up the form (with any meeting schedule) and click submit
> Actual:
> 1. A java.lang.NullPointerException is thrown on submit. (Please find 
> attached)
> Expected:
> 1. Meeting schedule should be saved correctly
> The impact of this bug is that a given client can never be moved to the 
> 'Active' status. This is a blocker in the flow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Commented: (MIFOS-3015) NPE thrown on editing Meeting Schedule

2010-06-08 Thread keithwoodlock (JIRA)

[ 
http://mifosforge.jira.com/browse/MIFOS-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58156#action_58156
 ] 

keithwoodlock commented on MIFOS-3015:
--

was able to reproduce

> NPE thrown on editing Meeting Schedule
> --
>
> Key: MIFOS-3015
> URL: http://mifosforge.jira.com/browse/MIFOS-3015
> Project: mifos
>  Issue Type: Bug
>  Components: Clients
>Affects Versions: Shamim D
>Reporter: Kalyan Akella
>Assignee: keithwoodlock
>Priority: Blocker
> Fix For: Shamim D
>
> Attachments: Exception.html
>
>
> Steps to reproduce:
> 1. Create a client without assigning the meeting schedule
> 2. Navigate to the view client information page
> 3. Click on Edit Meeting Schedule link
> 4. Fill up the form (with any meeting schedule) and click submit
> Actual:
> 1. A java.lang.NullPointerException is thrown on submit. (Please find 
> attached)
> Expected:
> 1. Meeting schedule should be saved correctly
> The impact of this bug is that a given client can never be moved to the 
> 'Active' status. This is a blocker in the flow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-2986) ApplyHolidayChangesTask batch task needs tweaking now that it handles branch level holiday (performance/scalability)

2010-06-08 Thread johnwoodlock (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

johnwoodlock resolved MIFOS-2986.
-

   Resolution: Fixed
 Story Points: 2
Scheduled For: Release

Fixed in 1.6.x Revision: 15c5de1cf2c0c92ac0bd78d9d7667b5e874264d8

However, is dependent on further changes associated with mifos-3023

> ApplyHolidayChangesTask batch task needs tweaking now that it handles branch 
> level holiday (performance/scalability)
> 
>
> Key: MIFOS-2986
> URL: http://mifosforge.jira.com/browse/MIFOS-2986
> Project: mifos
>  Issue Type: Bug
>  Components: Batch jobs
>Affects Versions: Shamim D
>Reporter: johnwoodlock
>Assignee: johnwoodlock
>Priority: Major
> Fix For: Shamim D
>
> Attachments: AccountPersistence.java, ApplyHolidayChangesHelper.java
>
>
> Changes to the code to allow the batch job to handle branch level holidays 
> have slowed it down a lot.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Created: (MIFOS-3024) Collection sheet report should take prepayments into account

2010-06-08 Thread Kay Chau (JIRA)
Collection sheet report should take prepayments into account


 Key: MIFOS-3024
 URL: http://mifosforge.jira.com/browse/MIFOS-3024
 Project: mifos
  Issue Type: Bug
  Components: Reports Module
Affects Versions: Shamim D
Reporter: Kay Chau


unpaid installments are summed up... prepayments and partial payments (payments 
that don't fully pay off an installment) would not come through correctly on 
the collection sheet report

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Commented: (MIFOS-2122) Edit loan account information allows edit of Grace period when application is approved.

2010-06-08 Thread Ryan Whitney (JIRA)

[ 
http://mifosforge.jira.com/browse/MIFOS-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58158#action_58158
 ] 

Ryan Whitney commented on MIFOS-2122:
-

I've just discovered that you can edit the grace period after the loan is 
disbursed as well.

> Edit loan account information allows edit of Grace period when application is 
> approved.
> ---
>
> Key: MIFOS-2122
> URL: http://mifosforge.jira.com/browse/MIFOS-2122
> Project: mifos
>  Issue Type: Bug
>  Components: Loan Account
>Affects Versions: Release 1.2
> Environment: Platform: All, OS: All
>Reporter: jbrewster
>Assignee: mifosdeveloperqueue
>Priority: Major
> Fix For: Gazelle Backlog
>
> Attachments: issue2122.JPG
>
>
> Grace period field can be modified when editing an approved loan account.  
> This
> is a regression from v1.1.  Found while verifying issue 2118.  See attached
> screenshot.  
> This behavior occurs with GLIM enabled or disabled.
> Repro steps (with GLIM enabled):
> 
> 1. Login to Mifos with a user who has been assigned the right to create loan
> accounts.  
> 2. Find a group and click on "Open Loan Account" link.
>  
> 3. On the "Loan Account Information" page, select two or more clients.
>  
>  4. Specify individual loan amounts and loan
> purposes for the selected clients. 5.
> Click "Continue", "Preview" and finally "Submit for Approval".
>  
>6. Click "View loan account details now".  Edit the status to
> "Application Approved"
> 7. Click on "Edit Account Information", make change Grace period, click 
> Preview
> and Submit.
> Actual result:
> User is able to modify grace period.  Grace period isn't saved on submit, 
> since
> system returns error: "You have entered an invalid disbursal date. Enter a
> disbursal date greater than or equal to today's date"
> Expected result:  Grace period is disabled as it was in v1.1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Resolved: (MIFOS-3015) NPE thrown on editing Meeting Schedule

2010-06-08 Thread keithwoodlock (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

keithwoodlock resolved MIFOS-3015.
--

  Assignee: mifosqa  (was: keithwoodlock)
Resolution: Fixed

fixed in shaminD (1.6.x) branch

added test
UpdateCustomerMeetingScheduleTest.givenCustomerHasNoExistingMeetingShouldCreateMeetingOnCustomer

git SHA: 75dd84b04ba7e45b007a81e5ac335a299e8213fb 

Hudson job: https://ci.mifos.org:8843/hudson/job/head-1.6.x/10/



> NPE thrown on editing Meeting Schedule
> --
>
> Key: MIFOS-3015
> URL: http://mifosforge.jira.com/browse/MIFOS-3015
> Project: mifos
>  Issue Type: Bug
>  Components: Clients
>Affects Versions: Shamim D
>Reporter: Kalyan Akella
>Assignee: mifosqa
>Priority: Blocker
> Fix For: Shamim D
>
> Attachments: Exception.html
>
>
> Steps to reproduce:
> 1. Create a client without assigning the meeting schedule
> 2. Navigate to the view client information page
> 3. Click on Edit Meeting Schedule link
> 4. Fill up the form (with any meeting schedule) and click submit
> Actual:
> 1. A java.lang.NullPointerException is thrown on submit. (Please find 
> attached)
> Expected:
> 1. Meeting schedule should be saved correctly
> The impact of this bug is that a given client can never be moved to the 
> 'Active' status. This is a blocker in the flow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Closed: (MIFOS-1474) CollectionSheet batch job hangs

2010-06-08 Thread johnwoodlock (JIRA)

 [ 
http://mifosforge.jira.com/browse/MIFOS-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

johnwoodlock closed MIFOS-1474.
---

 Assignee: johnwoodlock  (was: mifosdeveloperqueue)
   Resolution: Fixed
 Story Points: 0
Fix Version/s: (was: Unscheduled)
   Shamim D

This batch job (and related code) no longer exists as of Shamim D release.

> CollectionSheet batch job hangs
> ---
>
> Key: MIFOS-1474
> URL: http://mifosforge.jira.com/browse/MIFOS-1474
> Project: mifos
>  Issue Type: Bug
>  Components: Batch jobs
>Affects Versions: Release 1.0
> Environment: Platform: All, OS: All
>Reporter: abensinger
>Assignee: johnwoodlock
> Fix For: Shamim D
>
> Attachments: collectionsheettaskquery.html, small_collection_sheet.log
>
>
> AT GK, the collection sheet report is failing to complete. Workaround in place
> is that we have moved the task to the end of teh batch run.
> more details to follow.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues


[Mifos-issues] [JIRA Studio] Commented: (MIFOS-2843) Improve content of Collection Sheet Report

2010-06-08 Thread johnwoodlock (JIRA)

[ 
http://mifosforge.jira.com/browse/MIFOS-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58161#action_58161
 ] 

johnwoodlock commented on MIFOS-2843:
-

Notes
-
Other issues related to recurring fees (not included in due amount) and partial 
& prepayments linked to.

Also... this is currently a loan report.  No savings or customer charges are 
included.

> Improve content of Collection Sheet Report
> --
>
> Key: MIFOS-2843
> URL: http://mifosforge.jira.com/browse/MIFOS-2843
> Project: mifos
>  Issue Type: Improvement
>  Components: Reports Module
>Reporter: Kay Chau
>Assignee: Kay Chau
>Priority: Major
> Fix For: Release E
>
>
> As part of the work we are doing to optimize collection sheet report for 
> scalability, it would be good to take another look at what we're providing in 
> the report, and see if we can improve it to meet more of the needs of MFI's 
> who might want to use the stock report instead of having to modify their own

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Mifos-issues mailing list
Mifos-issues@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-issues