added all booking states
This commit is contained in:
parent
83e8723d7d
commit
0866b2bf9d
3 changed files with 55 additions and 1 deletions
|
|
@ -1640,6 +1640,31 @@ models:
|
|||
description:
|
||||
"Number of bookings that have a bundle that considers this service and
|
||||
are flagged."
|
||||
|
||||
- name: number_incomplete_information_bookings
|
||||
data_type: bigint
|
||||
description:
|
||||
"Number of bookings that have a bundle that considers this service and
|
||||
have incomplete information."
|
||||
|
||||
- name: number_no_flags_bookings
|
||||
data_type: bigint
|
||||
description:
|
||||
"Number of bookings that have a bundle that considers this service and
|
||||
have no flags."
|
||||
|
||||
- name: number_not_approved_bookings
|
||||
data_type: bigint
|
||||
description:
|
||||
"Number of bookings that have a bundle that considers this service and
|
||||
are not approved."
|
||||
|
||||
- name: number_rejected_bookings
|
||||
data_type: bigint
|
||||
description:
|
||||
"Number of bookings that have a bundle that considers this service and
|
||||
are rejected."
|
||||
|
||||
- name: core__payments
|
||||
description: |
|
||||
A table holding payment details for guest journeys, including amounts in both
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue