Clean up annotation details

- changed variable name from annotation.details to annotations
- added report.X.annotations
- changed values from 2, 1, 0 to full, sparse, none
- made reportdateformat available in timesheet
This commit is contained in:
Federico Hernandez 2010-01-19 00:46:25 +01:00
parent fccd0d6c96
commit ab86490b37
7 changed files with 63 additions and 30 deletions

View file

@ -464,7 +464,7 @@ int runCustomReport (
int row = 0;
foreach (task, tasks)
table.addCell (row++, columnCount, getFullDescription (*task));
table.addCell (row++, columnCount, getFullDescription (*task, report));
}
else if (*col == "recur")