Tailor service rates to your project’s specific resources for seamless, accurate billing
Placeholder | Description |
---|---|
[bookingUID] | Unique Identifier of the booking |
[bookingName] | Name of the booking |
[bookingNotes] | Notes attached to the booking |
[bookingStart:yyyy-MM-dd] | The start date / time of the booking in various formats (see formatting table below) |
[bookingEnd:yyyy-MM-dd] | The end date / time of the booking in various formats (see formatting table below) |
[bookingProjectName] | Name of the project attached to the booking |
[bookingProjectCode] | Value of the project code attached to the booking |
[bookingClientName] | Name of the client attached to the booking |
[bookingClientContactName] | Name of the client attached to the booking |
[bookingStart:]
and [bookingEnd:]
shortcodes outlined in the table above.
Token | Description |
---|---|
yyyy | 4-digit year (e.g. 2025) |
yy | 2-digit year (e.g. 25) |
MMMM | Full month name (e.g. June) |
MMM | Abbreviated month name (e.g. Jun) |
MM | Month number, zero-padded (01–12) |
M | Month number (1–12) |
dd | Day of month, zero-padded (01–31) |
d | Day of month (1–31) |
HH | Hour (24-hour), zero-padded (00–23) |
H | Hour (24-hour) (0–23) |
hh | Hour (12-hour), zero-padded (01–12) |
h | Hour (12-hour) (1–12) |
mm | Minute, zero-padded (00–59) |
m | Minute (0–59) |