Cost Center Analysis
fortnox_cost_center_analysisRetrieve cost centers for cost analysis by department. Filter by period, date range, accounts, or specific cost center code.
Instructions
[LIMITED] Analyze costs by cost center/department. Returns cost center list only.
For actual cost center data, use fortnox_account_activity with cost center filtering on vouchers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Date period to analyze | |
| to_date | No | End date for analysis (YYYY-MM-DD). Ignored if period is specified. | |
| from_date | No | Start date for analysis (YYYY-MM-DD). Ignored if period is specified. | |
| cost_center | No | Filter to a specific cost center code | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |
| account_range_to | No | End of account range to include (default: all accounts) | |
| account_range_from | No | Start of account range to include (default: all accounts) |