Project Profitability Analytics
fortnox_project_profitabilityAnalyze profitability by project for a selected period, returning a list of projects. Filter by date range or project number to identify profit performance.
Instructions
[LIMITED] Analyze profitability by project. Returns project list only.
For actual project financials, use fortnox_account_activity with project 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. | |
| project_number | No | Filter to a specific project number | |
| include_details | No | Include detailed breakdown of revenue and costs per project | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |