Get a sales report
report_getDownload a synthetic HTML sales report for a given period. Period logic: omit all date fields to get yesterday's report; provide y only for a full-year report; y + m for a full-month report; y + m + d for a specific day. Returns an HTML summary including total revenue, number of orders, breakdown by department, VAT summary, and payment methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| d | No | Day of month (1–31); omit for full-month report | |
| m | No | Month (1–12); omit for full-year report | |
| y | No | Year (e.g. 2024); omit for current year |