#include "messenger.h"
#include "project.h"
#include "reporter.h"
Include dependency graph for print.cc:
Go to the source code of this file.
Functions | |
int | UserTaskWorkedDays (TASK *t, RESOURCE *r) |
Variables | |
char * | longMonthNames [] |
|
Definition at line 147 of file print.cc. References TASK::begin_when(), TASK::duration(), TASK::end_when(), TASK::percent_complete(), TaskTimeBlockIterator, and TimeBlock::WORK_DONE. Referenced by Reporter::HTMLReport(), Reporter::PrintResourcePeriod(), and Reporter::TexReport(). |
|
Initial value: { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" } Definition at line 28 of file print.cc. Referenced by Reporter::IsMonth(). |