FSN#36197 KPI: beheerscherm KPI-definities

svn path=/Website/trunk/; revision=38721
This commit is contained in:
Alex Tiehuis
2018-08-03 11:25:21 +00:00
parent 2418d2bba1
commit 966bec503f
2 changed files with 10 additions and 10 deletions

View File

@@ -77,6 +77,7 @@ var api2_mapper = {
"objectgroups" : { "filename": "appl/mgt/ins_srtgroep.asp" }, "objectgroups" : { "filename": "appl/mgt/ins_srtgroep.asp" },
"objectpropertytypes" : { "filename": "appl/mgt/ins_srtkenmerk.asp" }, "objectpropertytypes" : { "filename": "appl/mgt/ins_srtkenmerk.asp" },
"alldisciplines" : { "filename": "appl/mgt/ins_tab_discipline.asp" }, "alldisciplines" : { "filename": "appl/mgt/ins_tab_discipline.asp" },
"kpidefinitions" : { "filename": "appl/mgt/kpi_definitie.asp", "module": "KPI" },
"issueclosingtexts" : { "filename": "appl/mgt/mld_afmeldtekst.asp" }, "issueclosingtexts" : { "filename": "appl/mgt/mld_afmeldtekst.asp" },
"backofficegroups" : { "filename": "appl/mgt/mld_behandelgroep.asp" }, "backofficegroups" : { "filename": "appl/mgt/mld_behandelgroep.asp" },
"servicelevels" : { "filename": "appl/mgt/mld_dienstniveau.asp" }, "servicelevels" : { "filename": "appl/mgt/mld_dienstniveau.asp" },

View File

@@ -11,13 +11,12 @@
Notes: Notes:
*/ */
%> %>
<!-- #include file="./model_kpi_score.inc"-->
<% <%
function model_kpi_definitie() function model_kpi_definitie()
{ {
this.records_name = "kpi_definitions"; this.records_name = "kpidefinitions";
this.record_name = "kpi_definition"; this.record_name = "kpidefinition";
this.table = "kpi_definitie"; this.table = "kpi_definitie";
this.primary = "kpi_definitie_key"; this.primary = "kpi_definitie_key";
this.autfunction = "WEB_PRSSYS"; this.autfunction = "WEB_PRSSYS";
@@ -96,13 +95,13 @@ function model_kpi_definitie()
} }
}; };
this.includes = { // this.includes = {
"kpiscore" : { // "kpiscore" : {
"model": new model_kpi_score(this), // "model": new model_kpi_score(this),
"joinfield": "kpi", // "joinfield": "kpi",
enable_update: true // enable_update: true
} // }
}; // };
this.edit = { this.edit = {