DJIN#37160 KPI-rapportages/exports+OTP-secret

svn path=/Customer/; revision=32563
This commit is contained in:
Maarten van der Heide
2017-01-26 12:12:44 +00:00
parent 17344ec9b7
commit 68d59a0330

View File

@@ -9,7 +9,13 @@ SET DEFINE OFF
------ payload begin ------
-- Voor gebruiker _FACILITOR (key=4) OTP-secret instellen
UPDATE prs_perslid
SET prs_perslid_otpsecret = '1$30$6$0$6263666e536234656137694b436b42447a725646'
WHERE prs_perslid_key = 4;
-- DJIN#37160: Extra KPI-rapportage en export daarvan PER MAAND
-- 90=PRSSYS
CREATE OR REPLACE VIEW djin_v_rap_kpi_tot AS SELECT NULL x FROM DUAL;
INSERT INTO FAC_USRRAP (fac_usrrap_omschrijving,
fac_usrrap_view_name,
@@ -19,7 +25,7 @@ INSERT INTO FAC_USRRAP (fac_usrrap_omschrijving,
fac_usrrap_info,
fac_usrrap_autorefresh,
fac_functie_key)
VALUES ('KPI: Totaal aantalllen (meldingen+opdrachten) per maand',
VALUES ('KPI: Totaal aantallen (meldingen+opdrachten) per maand',
'djin_v_rap_kpi_tot',
0,
0,
@@ -41,7 +47,7 @@ INSERT INTO fac_export_app (fac_export_app_code,
--fac_export_app_xsl,
fac_export_app_timestamp)
VALUES ('KPI_TOT',
'KPI Totaal aantallen',
'KPI Totaal aantallen per maand',
90,
--NULL,
'.\KPI',
@@ -158,7 +164,7 @@ INSERT INTO FAC_USRRAP (fac_usrrap_omschrijving,
fac_usrrap_info,
fac_usrrap_autorefresh,
fac_functie_key)
VALUES ('KPI: Totaal aantalllen (meldingen+opdrachten) per week',
VALUES ('KPI: Totaal aantallen (meldingen+opdrachten) per week',
'djin_v_rap_kpi_tot_pw',
0,
0,