Order Pipeline Analytics
fortnox_order_pipelineAnalyze order pipeline and backlog to track pending vs invoiced orders by status, customer, or month, helping identify outstanding orders and trends.
Instructions
Analyze order pipeline and backlog. Shows pending vs invoiced orders grouped by status, customer, or month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Date period to analyze (e.g., 'this_month', 'this_year') | |
| to_date | No | End date for analysis (YYYY-MM-DD). Ignored if period is specified. | |
| group_by | No | How to group order pipeline statistics | status |
| from_date | No | Start date for analysis (YYYY-MM-DD). Ignored if period is specified. | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |