You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/02 10:31:20 UTC

[jira] [Commented] (FINERACT-65) Implement ability to schedule & e-mail reports

    [ https://issues.apache.org/jira/browse/FINERACT-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403736#comment-15403736 ] 

ASF GitHub Bot commented on FINERACT-65:
----------------------------------------

GitHub user emmanuelnnaa opened a pull request:

    https://github.com/apache/incubator-fineract/pull/191

    commit for FINERACT-65 (Implement ability to schedule & e-mail reports)

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/emmanuelnnaa/incubator-fineract FINERACT-65

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-fineract/pull/191.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #191
    
----
commit c737eafa6fa54d026240dfd606c55f03b7fc1d9f
Author: Emmanuel Nnaa <em...@musoni.eu>
Date:   2016-08-02T10:29:15Z

    commit for FINERACT-65 (Implement ability to schedule & e-mail reports)

----


> Implement ability to schedule & e-mail reports
> ----------------------------------------------
>
>                 Key: FINERACT-65
>                 URL: https://issues.apache.org/jira/browse/FINERACT-65
>             Project: Apache Fineract
>          Issue Type: New Feature
>            Reporter: Emmanuel Nnaa
>            Assignee: Markus Geiss
>            Priority: Minor
>
> Some reports take a bit longer to run, therefore we should be able to allow our users to schedule them overnight to be e-mailed. 
> The way this should work is:
> - Add e-mailaddress to users and make it mandatory (possibly already in MifosX)
> - Allow users to configure schedule entries which consist of:
> - One or multiple target users (e-mailaddresses)
> - Set the preferred subject and content of the e-mail (Look at user generated documents API in MifosX for replacing certain variables)
> - Choose the run frequency of the report (daily, weekly, every x'th day of the month etc, cron-like flexibility with a UI)
> - Pick the preferred output format (PDF/XLS/CSV)
> These reports should be picked up by a scheduled job overnight and then run in serial to avoid performance hits and sent out to the users.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)