Update - Version 1.3.1
---- Version 1.3.1 ----
Fixed bug with tasks > 180 days
---- Version 1.3 ----
Added the "Task Duration Statistics" section.
---- Version 1.2 ----
Added Processing of the archive.
The scripts processes the arcive OR the current database, depending on a parameter.
To process the archive:
go down to the "PARAMETERS SECTION" and change "process_archive" to 1.
To process the current database change it back to 0.
Version 1.1
I have fixed the Integer issue with mm/dd/yyyy date format and
issue with the decimal formating
I have also added a parameter to the script:
You can now set the number of completed weeks the statistic should show. (defult is 4)
Go down to the "PARAMETERS SECTION" and change the value of "number_of_full_weeks"
---------------
Version 1.0
This AppleScript creates an html page with some statistics about the data in your omnifocus database.
Here some infos about the script:
The grahics displayed are created using the Google Visualization API.
You need an internet connection to use it, elsewere you won't be able to see the statistics.
File:
- the statistic file is created inside the "sites" home folder of the user
- the statistic file has in his name the current week number, so each week a new file is created
- the style.css is copied to the "sites" home folder of the user account
Statistics:
- global statistics about folders, projects, actions
- daily statistics:
- timeline: the last 4 weeks + days of the current week
- created and completed tasks
- weekly statistics:
- timeline: the last 4 weeks
- average created and completed tasks per day
The script will take some minutes to complete, the statistic will be opened automatically in safari.
It's my first applescript, so perhaps some things are not coded in the best way ...but it works...
Hope this script will be helpfull to some of you! :D
Regards
Deborah
---- Version 1.3.1 ----
Fixed bug with tasks > 180 days
---- Version 1.3 ----
Added the "Task Duration Statistics" section.
---- Version 1.2 ----
Added Processing of the archive.
The scripts processes the arcive OR the current database, depending on a parameter.
To process the archive:
go down to the "PARAMETERS SECTION" and change "process_archive" to 1.
To process the current database change it back to 0.
Version 1.1
I have fixed the Integer issue with mm/dd/yyyy date format and
issue with the decimal formating
I have also added a parameter to the script:
You can now set the number of completed weeks the statistic should show. (defult is 4)
Go down to the "PARAMETERS SECTION" and change the value of "number_of_full_weeks"
---------------
Version 1.0
This AppleScript creates an html page with some statistics about the data in your omnifocus database.
Here some infos about the script:
The grahics displayed are created using the Google Visualization API.
You need an internet connection to use it, elsewere you won't be able to see the statistics.
File:
- the statistic file is created inside the "sites" home folder of the user
- the statistic file has in his name the current week number, so each week a new file is created
- the style.css is copied to the "sites" home folder of the user account
Statistics:
- global statistics about folders, projects, actions
- daily statistics:
- timeline: the last 4 weeks + days of the current week
- created and completed tasks
- weekly statistics:
- timeline: the last 4 weeks
- average created and completed tasks per day
The script will take some minutes to complete, the statistic will be opened automatically in safari.
It's my first applescript, so perhaps some things are not coded in the best way ...but it works...
Hope this script will be helpfull to some of you! :D
Regards
Deborah
Last edited by digitalimago; 2009-01-20 at 09:06 AM.. Reason: New Version 1.3.1