qbo_reports_profit_and_loss
Generates a Profit and Loss report showing revenue, expenses, and net income for a specified date range and accounting method.
Instructions
Get a Profit and Loss (Income Statement) report for a given date range. Shows revenue, expenses, and net income.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date for the report period (YYYY-MM-DD format) | |
| end_date | Yes | End date for the report period (YYYY-MM-DD format) | |
| accounting_method | No | Accounting method (default: Accrual) |