BLST#73598 UDR rapport reserveringen toont geen no-shows bij gebruik Werkelijk aantal

svn path=/Database/trunk/; revision=58839
This commit is contained in:
Jos Groot Lipman
2023-01-26 13:43:45 +00:00
parent 66f3e884e9
commit b8a9b8309b

View File

@@ -662,6 +662,7 @@ CREATE_VIEW(res_v_udr_reservering, 1)
opstelling,
capaciteit,
no_show,
actual_shown,
mandaat,
personeelsnr,
fclt_3d_discipline_key,
@@ -818,6 +819,7 @@ AS
r2a.opstelling,
r2a.capaciteit,
rrr.res_rsv_ruimte_noshow,
rrr.res_rsv_ruimte_bezoekers_shown,
NVL ( (SELECT pr.fac_profiel_limiet
FROM fac_profiel pr
WHERE p.fac_profiel_key = pr.fac_profiel_key), 0),
@@ -931,6 +933,7 @@ CREATE_VIEW(res_v_udr_reserveringincl, 1)
opstelling,
capaciteit,
no_show,
actual_shown,
mandaat,
personeelsnr,
fclt_3d_discipline_key,
@@ -1098,6 +1101,7 @@ AS
r2a.opstelling,
r2a.capaciteit,
rrr.res_rsv_ruimte_noshow,
rrr.res_rsv_ruimte_bezoekers_shown,
NVL ( (SELECT pr.fac_profiel_limiet
FROM fac_profiel pr
WHERE p.fac_profiel_key = pr.fac_profiel_key), 0),