FSN#36197 KPI: beheerscherm KPI-definities
svn path=/Website/trunk/; revision=38721
This commit is contained in:
@@ -77,6 +77,7 @@ var api2_mapper = {
|
||||
"objectgroups" : { "filename": "appl/mgt/ins_srtgroep.asp" },
|
||||
"objectpropertytypes" : { "filename": "appl/mgt/ins_srtkenmerk.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" },
|
||||
"backofficegroups" : { "filename": "appl/mgt/mld_behandelgroep.asp" },
|
||||
"servicelevels" : { "filename": "appl/mgt/mld_dienstniveau.asp" },
|
||||
|
||||
@@ -11,13 +11,12 @@
|
||||
Notes:
|
||||
*/
|
||||
%>
|
||||
<!-- #include file="./model_kpi_score.inc"-->
|
||||
|
||||
<%
|
||||
function model_kpi_definitie()
|
||||
{
|
||||
this.records_name = "kpi_definitions";
|
||||
this.record_name = "kpi_definition";
|
||||
this.records_name = "kpidefinitions";
|
||||
this.record_name = "kpidefinition";
|
||||
this.table = "kpi_definitie";
|
||||
this.primary = "kpi_definitie_key";
|
||||
this.autfunction = "WEB_PRSSYS";
|
||||
@@ -96,13 +95,13 @@ function model_kpi_definitie()
|
||||
}
|
||||
};
|
||||
|
||||
this.includes = {
|
||||
"kpiscore" : {
|
||||
"model": new model_kpi_score(this),
|
||||
"joinfield": "kpi",
|
||||
enable_update: true
|
||||
}
|
||||
};
|
||||
// this.includes = {
|
||||
// "kpiscore" : {
|
||||
// "model": new model_kpi_score(this),
|
||||
// "joinfield": "kpi",
|
||||
// enable_update: true
|
||||
// }
|
||||
// };
|
||||
|
||||
|
||||
this.edit = {
|
||||
|
||||
Reference in New Issue
Block a user