ExportTimeSheetReportTool
Exports a timesheet report in JSON, CSV or PDF. Filters (companies, projects, workers, date range) are scoped to the authenticated user's role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date in ISO format (YYYY-MM-DD) | |
| from | Yes | Start date in ISO format (YYYY-MM-DD) | |
| type | No | Report layout: nested or by_day | |
| format | No | Export format: json, csv or pdf | |
| company_id | No | Company database ID; omit to include all allowed companies | |
| project_id | No | Project database ID; omit to include all allowed projects | |
| account_code | Yes | Account code (e.g., "bcp", "jchsoft") |