AKZA#37464 standaard KPI-module gebruiken

svn path=/Customer/; revision=30364
This commit is contained in:
Peter Koerhuis
2016-08-18 16:00:49 +00:00
parent f6ec21e8ef
commit b5e1ff71a9

View File

@@ -116,6 +116,21 @@ DELETE fac_menu WHERE fac_menu_key = 1065;
DELETE fac_export_app WHERE fac_export_app_code = 'MLD_KPI';
DROP PROCEDURE akza_select_mld_kpi;
-- Voortaan KPI-package gebruiken, dus akza_kpi-package kan weg
DROP PACKAGE akza_kpi;
-- Klantspecifieke grafieken kunnen ook weg; daar zijn standaard-tegenhangers voor
DELETE fac_usrgraph WHERE fac_usrgraph_view_name LIKE 'akza_g_kpi%';
DROP VIEW akza_g_kpi_tot_tot;
DROP VIEW akza_g_kpi_tot_trend;
DROP VIEW akza_g_kpi_proc_tot;
DROP VIEW akza_g_kpi_proc_ond;
DROP VIEW akza_g_kpi_proc_trend;
DROP VIEW akza_g_kpi_ond_tot;
DROP VIEW akza_g_kpi_ond_proc;
DROP VIEW akza_g_kpi_ond_trend;
DROP VIEW akza_v_kpi_proc_ond_detail;
BEGIN adm.systrackscriptId('$Id$', 0); END;
/