New Report - timesheet

- Added new timesheet report framework
- Began adding logic pseudo-code
- Added some documentation
This commit is contained in:
Paul Beckingham
2009-05-03 11:32:04 -04:00
parent f73281ee30
commit 57a11a74e1
6 changed files with 94 additions and 12 deletions

View File

@@ -116,6 +116,7 @@ static const char* attributes[] =
"",
};
// Alphabetical please.
static const char* commands[] =
{
"active",
@@ -141,6 +142,7 @@ static const char* commands[] =
"stop",
"summary",
"tags",
"timesheet",
"undelete",
"undo",
"version",