get-billable-time-report
Generate a detailed report of billable and non-billable logged time, with breakdowns by person and project. Filter by date range, specific person, or project.
Instructions
Get a detailed report of billable vs non-billable logged time with breakdown by person and project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date for report (YYYY-MM-DD) | |
| end_date | Yes | End date for report (YYYY-MM-DD) | |
| people_id | No | Filter by person ID | |
| project_id | No | Filter by project ID |