Hi Team,
For our own in-house use, we have developed a bit of software run from a command line (i.e. batch file or scheduled task) to compile a basic HTML report on an individual's Charged House for today (so far), yesterday, the day before, a 5 day average of charged hours, and a 90 day average. Days with 0 charges (i.e. weekends, sick days) are ignored, and today is not included in the historical average.
The current format is as follows (picture in your mind an HTML table):
- - - - - - - - - -
Billing Report For: Josh
Date 09/17/2014
Time 04:52 p.m.
Today - Previous Day - Prior Day - 5 Day Average - 90 Day Average - Daily Target
2.60 hours - 5.10 hours - 5.20 hours - 4.04 hours - 2.70 hours - 4.00 hours
- - - - - - - - - -
The HTML layout is customisable. Underneath the numbers there is an optional coloured line indicating whether you have met, are close to, or have missed your target. No installation is required. Just unzip the folder and modify the path to your CommitCRM database in the batch file.
If anyone is interesting in evaluating this for their own internal use, please let me know. Email mike@dynamicit.co.nz
We are also fine-tuning a bridge between CommitCRM and the Xero accounting package and plan to use it internally at the end of this month.
Cheers
Mike
For our own in-house use, we have developed a bit of software run from a command line (i.e. batch file or scheduled task) to compile a basic HTML report on an individual's Charged House for today (so far), yesterday, the day before, a 5 day average of charged hours, and a 90 day average. Days with 0 charges (i.e. weekends, sick days) are ignored, and today is not included in the historical average.
The current format is as follows (picture in your mind an HTML table):
- - - - - - - - - -
Billing Report For: Josh
Date 09/17/2014
Time 04:52 p.m.
Today - Previous Day - Prior Day - 5 Day Average - 90 Day Average - Daily Target
2.60 hours - 5.10 hours - 5.20 hours - 4.04 hours - 2.70 hours - 4.00 hours
- - - - - - - - - -
The HTML layout is customisable. Underneath the numbers there is an optional coloured line indicating whether you have met, are close to, or have missed your target. No installation is required. Just unzip the folder and modify the path to your CommitCRM database in the batch file.
If anyone is interesting in evaluating this for their own internal use, please let me know. Email mike@dynamicit.co.nz
We are also fine-tuning a bridge between CommitCRM and the Xero accounting package and plan to use it internally at the end of this month.
Cheers
Mike
Comment