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

@ -103,6 +103,7 @@ std::string handleReportCalendar (TDB&, T&, Config&);
std::string handleReportActive (TDB&, T&, Config&);
std::string handleReportOverdue (TDB&, T&, Config&);
std::string handleReportStats (TDB&, T&, Config&);
std::string handleReportTimesheet (TDB&, T&, Config&);
std::string handleCustomReport (TDB&, T&, Config&, const std::string&);
void validReportColumns (const std::vector <std::string>&);