Skip to main content

Module tables

Module tables 

Source
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.