CSUN#69839 CSU krijgt een nieuwe klant: Landal

svn path=/Customer/trunk/; revision=58142
This commit is contained in:
Sander Schepers
2022-11-28 21:54:02 +00:00
parent be438b34eb
commit a58c83a6a5

View File

@@ -5861,7 +5861,8 @@ CREATE OR REPLACE VIEW CSUN_V_UDR_DEELINSPECT_PLAN
NEXTWEEK,
NEXTPERIODE,
PLANCOST,
FREEZECOST
FREEZECOST,
KOSTEN_MEETELLEN
)
AS
SELECT ud.deel_key,
@@ -6225,7 +6226,8 @@ AS
END)
periodenummer,
sc.ins_srtcontrole_kosten,
idsc.ins_deelsrtcontrole_freezecost
idsc.ins_deelsrtcontrole_freezecost,
(CASE WHEN ud.controlemode_omschrijving = 'Niet uitgevoerd' THEN 0 ELSE 1 END)
FROM ins_v_udr_deelinspect ud,
ins_deelsrtcontrole idsc,
ins_deel d,
@@ -6303,7 +6305,7 @@ AS
NULL,
NULL,
fac.nextcyclusdatedeel (d.ins_deel_key, sc.ins_srtcontrole_key),
NULL,
'Nog te realiseren',
TO_CHAR (
fac.nextcyclusdatedeel (d.ins_deel_key,
sc.ins_srtcontrole_key),
@@ -6546,7 +6548,8 @@ AS
END)
periodenummer,
sc.ins_srtcontrole_kosten,
NULL
NULL,
1
FROM ins_v_udr_deel ud,
ins_deel d,
ins_srtdeel sd,