{
    "type": "test-report",
    "title": "Sales summary",
    "subtitle": "",
    "period": {
        "from": "2026-06-01",
        "to": "2026-06-01",
        "label": "Jun 01, 2026"
    },
    "currency": "USD",
    "locations": [
        {
            "id": 1,
            "name": "ROYCE' Bryant Park"
        },
        {
            "id": 2,
            "name": "ROYCE' Chocolate Pennsylvania"
        }
    ],
    "sections": [
        {
            "type": "kv",
            "title": "Summary",
            "note": "All day (12:00 AM-11:59 PM ET)",
            "rows": [
                {
                    "label": "Gross sales",
                    "sub": "66 orders",
                    "type": "money",
                    "value": 346448,
                    "text": null,
                    "indent": 0,
                    "emphasis": false,
                    "rule": false,
                    "display": "$3,464.48"
                },
                {
                    "label": "Items",
                    "sub": "66 orders",
                    "type": "money",
                    "value": 346448,
                    "text": null,
                    "indent": 1,
                    "emphasis": false,
                    "rule": false,
                    "display": "$3,464.48"
                },
                {
                    "label": "Discounts & comps",
                    "sub": null,
                    "type": "money",
                    "value": -4098,
                    "text": null,
                    "indent": 0,
                    "emphasis": false,
                    "rule": false,
                    "display": "($40.98)"
                },
                {
                    "label": "Returns",
                    "sub": "2 orders",
                    "type": "money",
                    "value": -74070,
                    "text": null,
                    "indent": 0,
                    "emphasis": false,
                    "rule": false,
                    "display": "($740.70)"
                },
                {
                    "label": "Net sales",
                    "sub": null,
                    "type": "money",
                    "value": 268280,
                    "text": null,
                    "indent": 0,
                    "emphasis": true,
                    "rule": true,
                    "display": "$2,682.80"
                },
                {
                    "label": "Cash rounding",
                    "sub": null,
                    "type": "money",
                    "value": -2,
                    "text": null,
                    "indent": 0,
                    "emphasis": false,
                    "rule": false,
                    "display": "($0.02)"
                }
            ]
        },
        {
            "type": "table",
            "title": "Categories",
            "columns": [
                {
                    "key": "category",
                    "label": "Category",
                    "type": "text",
                    "align": "left"
                },
                {
                    "key": "items",
                    "label": "Items Sold",
                    "type": "int",
                    "align": "right"
                },
                {
                    "key": "gross",
                    "label": "Gross Sales",
                    "type": "money",
                    "align": "right"
                }
            ],
            "rows": [
                {
                    "category": "Bars",
                    "items": 19,
                    "gross": 23981,
                    "display": {
                        "category": "Bars",
                        "items": "19",
                        "gross": "$239.81"
                    }
                },
                {
                    "category": "Regular",
                    "items": 19,
                    "gross": 23981,
                    "_indent": 1,
                    "display": {
                        "category": "Regular",
                        "items": "19",
                        "gross": "$239.81"
                    }
                },
                {
                    "category": "Nuts, Fruits, & Matcha <b>",
                    "items": 9,
                    "gross": 20691,
                    "display": {
                        "category": "Nuts, Fruits, & Matcha <b>",
                        "items": "9",
                        "gross": "$206.91"
                    }
                }
            ],
            "total_row": {
                "category": "Total",
                "items": 150,
                "gross": 342350,
                "display": {
                    "category": "Total",
                    "items": "150",
                    "gross": "$3,423.50"
                }
            }
        }
    ],
    "footnotes": [
        "Items Sold and Units Sold are identical unless an item is unit-priced."
    ],
    "generated_at": "2026-06-02T09:00:00+00:00",
    "data_as_of": "2026-06-02 08:55:00"
}