FLEX#65401: Implementatie Facilitor Flex bij ROGPlus --> werkpleklabels toevoegen
svn path=/Customer/trunk/; revision=52130
This commit is contained in:
@@ -556,6 +556,16 @@ AS
|
||||
GROUP BY datum, ins_deel_key
|
||||
ORDER BY datum, ins_deel_key;
|
||||
|
||||
CREATE OR REPLACE VIEW FLEX_V_CAD_LABEL_SENSOREN
|
||||
(
|
||||
INS_DEEL_KEY,
|
||||
WAARDE
|
||||
)
|
||||
AS
|
||||
SELECT ins_deel_key, d.ins_deel_omschrijving waarde
|
||||
FROM ins_deel d
|
||||
WHERE d.ins_srtdeel_key = 1;
|
||||
|
||||
-- deze view verzameld info over de werkplek (puck), werkplekreservering, host en pas van de host
|
||||
-- t.b.v. van de koppeling met LeftClick
|
||||
CREATE OR REPLACE VIEW FLEX_V_RAP_LEFTCLICK
|
||||
|
||||
Reference in New Issue
Block a user