Expand description
Contains functions to generate the tables with time statistics.
Functionsยง
- populate_
table_ timelogs_ by_ label - Assemble data for a table with time statistics for the given labels. Returns a tuple of the table data and the table header.
- populate_
table_ timelogs_ by_ milestone - Assemble data for a table with time statistics for all milestones. Returns a tuple of the table data and the table header.
- populate_
table_ timelogs_ in_ timeframes_ by_ user - Assemble data for the table with time statistics for the last N days. Returns a tuple of the table data and the table header.