Files
Customer/onces/AA/AAIT/aait23.sql
Peter Koerhuis 3b8d7f1dcc Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
2014-04-02 13:57:31 +00:00

97 lines
4.3 KiB
SQL

-- Customer specific once-script AAIT23.
--
-- (c) 2011 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
@aait.sql
SPOOL xaait23.lst
SET DEFINE OFF
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_functie_key,
fac_usrgraph_maxrows, fac_usrgraph_orderby)
VALUES(null, 'AAIT_V_GRAPH_VAKGROEP_OPEN', 1, null, 10, null);
INSERT INTO FAC_WIDGET
( fac_widget_groep, fac_widget_volgnr, fac_widget_id, fac_widget_title,
fac_widget_height, fac_widget_width, fac_widget_url, fac_widget_refreshtime, fac_functie_key)
VALUES ('monitor', 10, null, 'Openstaande meldingen per vakgroep',
300, 36, '../../appl/fac/fac_usrgraph.asp?usrgraph_key=1', 300, null);
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_functie_key,
fac_usrgraph_maxrows, fac_usrgraph_orderby)
VALUES(null, 'AAIT_V_GRAPH_CITRIX_MELDING', 3, null, 6, null);
INSERT INTO FAC_WIDGET
( fac_widget_groep, fac_widget_volgnr, fac_widget_id, fac_widget_title,
fac_widget_height, fac_widget_width, fac_widget_url, fac_widget_refreshtime, fac_functie_key)
VALUES ('monitor', 20, null, 'Openstaande meldingen Citrix',
300, 25, '../../appl/fac/fac_usrgraph.asp?usrgraph_key=2', 300, null);
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_functie_key,
fac_usrgraph_maxrows, fac_usrgraph_orderby)
VALUES(null, 'AAIT_V_GRAPH_OPENST_BEHAND', 1, null, 10, null);
INSERT INTO FAC_WIDGET
( fac_widget_groep, fac_widget_volgnr, fac_widget_id, fac_widget_title,
fac_widget_height, fac_widget_width, fac_widget_url, fac_widget_refreshtime, fac_functie_key)
VALUES ('monitor', 30, null, 'Openstaande meldingen',
300, 36, '../../appl/fac/fac_usrgraph.asp?usrgraph_key=3', 300, null);
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_functie_key,
fac_usrgraph_maxrows, fac_usrgraph_orderby)
VALUES(null, 'AAIT_V_GRAPH_VAKGROEP_AFG', 1, null, 10, null);
INSERT INTO FAC_WIDGET
( fac_widget_groep, fac_widget_volgnr, fac_widget_id, fac_widget_title,
fac_widget_height, fac_widget_width, fac_widget_url, fac_widget_refreshtime, fac_functie_key)
VALUES ('monitor', 40, null, 'Afgemelde meldingen per vakgroep',
300, 36, '../../appl/fac/fac_usrgraph.asp?usrgraph_key=4', 300, null);
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_functie_key,
fac_usrgraph_maxrows, fac_usrgraph_orderby)
VALUES(null, 'AAIT_V_GRAPH_MELDINGPM', 4, null, null, '3');
INSERT INTO FAC_WIDGET
( fac_widget_groep, fac_widget_volgnr, fac_widget_id, fac_widget_title,
fac_widget_height, fac_widget_width, fac_widget_url, fac_widget_refreshtime, fac_functie_key)
VALUES ('monitor', 50, null, 'Meldingen per maand',
300, 36, '../../appl/fac/fac_usrgraph.asp?usrgraph_key=5', 300, null);
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_functie_key,
fac_usrgraph_maxrows, fac_usrgraph_orderby, fac_usrgraph_limiet0, fac_usrgraph_limiet1, fac_usrgraph_limiet2, fac_usrgraph_limiet3)
VALUES(null, 'AAIT_V_GRAPH_PPI_ACC', 2, null, null, null, 0, 30, 70, 100);
INSERT INTO FAC_WIDGET
( fac_widget_groep, fac_widget_volgnr, fac_widget_id, fac_widget_title,
fac_widget_height, fac_widget_width, fac_widget_url, fac_widget_refreshtime, fac_functie_key)
VALUES ('monitor', 60, null, 'Acceptatie op tijd',
150, 25, '../../appl/fac/fac_usrgraph.asp?usrgraph_key=6', 300, null);
INSERT INTO fac_usrgraph (fac_usrgraph_omschrijving, fac_usrgraph_view_name, fac_usrgraph_type, fac_functie_key,
fac_usrgraph_maxrows, fac_usrgraph_orderby, fac_usrgraph_limiet0, fac_usrgraph_limiet1, fac_usrgraph_limiet2, fac_usrgraph_limiet3)
VALUES(null, 'AAIT_V_GRAPH_PPI_UITV', 2, null, null, null, 0, 45, 70, 100);
INSERT INTO FAC_WIDGET
( fac_widget_groep, fac_widget_volgnr, fac_widget_id, fac_widget_title,
fac_widget_height, fac_widget_width, fac_widget_url, fac_widget_refreshtime, fac_functie_key)
VALUES ('monitor', 70, null, 'Acceptatie op tijd',
150, 25, '../../appl/fac/fac_usrgraph.asp?usrgraph_key=7', 300, null);
BEGIN adm.systrackscript('$Workfile: aait23.sql $', '$Revision$', 1); END;
/
SPOOL OFF