In order to generate auto-reports and data entry graphs, you will have to run these schedule tasks on daily, weekly & monthly basis. These are automated scripts which runs on every per-defined schedule.
Step - 1 : Open windows Schedule Task Manager
Step - 2 : Create Tasks
Click on "Create Tasks" link from the right-hand-side Actions panel. It will open a new window.
Step - 3 : General Tab (Daily Reports Example)
Add Name as : FlinkISO-Daily-Reports & Descriptions as image below. Then Click "Triggers"
Step - 4 : Adding a Trigger
Trigger is a basically a day or date and time on which you would require to run any event. For daily reports, we need to run a on a scheduled time everyday. Lets say at the end of the day i.e. 23:59:59. Select "Daily", then Adjust the time and click "OK".
You will then see this (See image below). Then click on "Action"
Step - 5 : Action
Action is a script which you will have to run at scheduled time. Enter following for daily reports:
- Program/Script : cake
- Add arguments (optional) : report -app c:\flinkiso\app
- report = script name
- -app is a directory where is resides
- c:\flinkiso\app is where you would run this script where (c:\flinkiso is a path to the directory where you have installed the application)
Note : Do not changes any of these settings except path
Click OK.

Step - 6 : Scheduled Tasks is ready.
Click OK and you will see the following. Now FlinkISO will automatically generate daily reports.