{
    "BB_REPORTS_BOOKINGS_BY_STATUS": {
        "COLUMNS": {
            "LOCATION_TITLE": "Location",
            "TOTAL_BOOKINGS": "Total bookings",
            "COMPLETED": "Completed",
            "CANCELLED": "Cancelled bookings",
            "NO_SHOW": "No show",
            "COMPANY_ID": "Company ID"
        },
        "DATE_FORMAT": "dd/MM/yyyy",
        "DESCRIPTION":  "Bookings within the selected time period, broken down by status. Updated in realtime.",
        "TITLE": "Bookings by status",
        "TOOLTIPS": {
            "TOTAL_BOOKINGS": "Bookings of all statuses. Excludes cancelled.",
            "COMPLETED": "Bookings with completed status.",
            "CANCELLED": "Number of bookings that got cancelled.",
            "NO_SHOW": "Number of bookings that have a no show."
        },
        "TOTALS_LABEL": "Totals"
    }
}