more features into reporting
This commit is contained in:
parent
bf01360fba
commit
aab6155b67
4 changed files with 144 additions and 12 deletions
|
|
@ -6,7 +6,17 @@ with
|
|||
select
|
||||
vf.id_verification as id_verification,
|
||||
vf.id_booking as id_booking,
|
||||
vf.id_user_partner as id_user_partner,
|
||||
vf.id_accommodation as id_accommodation,
|
||||
vf.listing_town as listing_town,
|
||||
vf.listing_country as listing_country,
|
||||
vf.verification_status as verification_status,
|
||||
vf.channel as channel,
|
||||
vf.company_name as company_name,
|
||||
vf.is_cancelled as is_cancelled,
|
||||
vf.currency as currency,
|
||||
vf.nightly_fee_local as nightly_fee_local,
|
||||
vf.number_nights as number_nights,
|
||||
vf.ok_status_fee_in_txn_currency as ok_status_fee_in_txn_currency,
|
||||
vf.ok_status_fee_in_gbp as ok_status_fee_in_gbp,
|
||||
vf.rejected_fee_in_txn_currency as rejected_fee_in_txn_currency,
|
||||
|
|
@ -14,5 +24,7 @@ select
|
|||
vf.cancelled_fee_in_gbp as cancelled_fee_in_gbp,
|
||||
vf.cancelled_fee_in_txn_currency as cancelled_fee_in_txn_currency,
|
||||
vf.created_date_utc as created_date_utc,
|
||||
vf.cancelled_date_utc as cancelled_date_utc,
|
||||
vf.checkin_date_utc as checkin_date_utc,
|
||||
vf.checkout_date_utc as checkout_date_utc
|
||||
from int_edeposit__verification_fees vf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue