A Booking (sometimes called a 'Space') a record of a client's appointment or space in a class. It links to to the 'Slot' which is the representation of the time in the Staff or Resources' calendar. It links to the client, to any details of a purchase Order.
It contains details around the clients status, if they've attended, arrived, cancelled etc.
Field
Usage / Description
id
{{booking.id}}
full_describe
{{booking.full_describe}}
resource_name
{{booking.resource_name}}
person_name
{{booking.person_name}}
service_name
{{booking.service_name}}
resource_id
{{booking.resource_id}}
member_id
{{booking.member_id}}
client_name
{{booking.client_name}}
client_email
{{booking.client_email}}
client_phone
{{booking.client_phone}}
client_mobile
{{booking.client_mobile}}
service_id
{{booking.service_id}}
datetime
{{booking.datetime}}
end_datetime
{{booking.end_datetime}}
duration
{{booking.duration}}
duration_span
{{booking.duration_span}}
listed_duration
{{booking.listed_duration}}
on_waitlist
{{booking.on_waitlist}}
company_id
{{booking.company_id}}
company_name
{{booking.company_name}}
attended
{{booking.attended}}
booking_updated
{{booking.booking_updated}}
updated_at
{{booking.updated_at}}
created_at
{{booking.created_at}}
client_id
{{booking.client_id}}
person_id
{{booking.person_id}}
people_ids
{{booking.people_ids}}
price
{{booking.price}}
paid
{{booking.paid}}
quantity
{{booking.quantity}}
is_cancelled
{{booking.is_cancelled}}
multi_status
{{booking.multi_status}}
purchase_id
{{booking.purchase_id}}
purchase_ref
{{booking.purchase_ref}}
event_chain_id
{{booking.event_chain_id}}
notes
{{booking.notes}}
channel
{{booking.channel}}
user_id
{{booking.user_id}}
status
{{booking.status}}
ticket_name
{{booking.ticket_name}}
client
{{booking.client}}
slot_id
{{booking.slot_id}}
settings
{{booking.settings}}
slot_settings
{{booking.slot_settings}}
answers_summary
{{booking.answers_summary}}
survey_answers_summary
{{booking.survey_answers_summary}}
questions
{{booking.questions}}
current_multi_status
{{booking.current_multi_status}}
private_note
{{booking.private_note}}
pre_time
{{booking.pre_time}}
post_time
{{booking.post_time}}
min_cancellation_time
{{booking.min_cancellation_time}}
cancellation_date
{{booking.cancellation_date}}
cancel_reason
{{booking.cancel_reason}}
mobile
{{booking.mobile}}
booked_by
{{booking.booked_by}}
booked_by_email
{{booking.booked_by_email}}
time_zone
{{booking.time_zone}}
cancelled_by
{{booking.cancelled_by}}
barcode
<img src='{{booking.barcode}}' class='barcode'>
Displays an encoded barcode with the reference that can be used with a barcode scanner
customer_count
{{booking.customer_count}}
serving_start_time
booking.serving_start_time
Customer marked as arrived and being seen
serving_finish_time
booking.serving_finish_time
Booking marked as completed
marked_absent_time
booking.marked_absent_time
Customer marked as no show
queue_name
{{booking.queue_name}}
queue_id
{{booking.queue_id}}
queue_url
{{booking.queue_url}}
ical_link
{{booking.ical_link}}
A Link to the booking's i-cal file
s_status
{{booking.s_status}}
String description of the booking status
answers
{{booking.answers[id]}}
A direct access to the answer to question by the id of the question
property
{{booking.
A direct access to the answer to booking question by it's slug name