=== Feature Request ===
Reports showing:
* Breakdown of time logged by each user as a table.
* Breakdown of time logged on each project
* Tasks which logged the most time
All of this should allow controlling time.
=== Additional Report types===
A table showing time logged last week v/s previous weeks.
<table>
<tr><th>Name</th><th>This week</th><th>Last Week</th></tr>
<tr><td>PersonA</td><td>5</td><td>7</td></tr>
<tr><td>PersonA</td><td>5</td><td>7</td></tr>
</table>