98 lines
2.8 KiB
Plaintext
98 lines
2.8 KiB
Plaintext
<%@language = "javascript" %>
|
|
|
|
<!-- #include file="../scf/scaffolding.inc" -->
|
|
<!-- #include file="../api2/model_alg_srtruimte.inc" -->
|
|
|
|
<%
|
|
var srtruimte_key = getQParamInt("id", -1);
|
|
var this_model = new model_alg_srtruimte();
|
|
|
|
scaffolding(this_model,
|
|
{
|
|
"search": {
|
|
"autosearch": true,
|
|
"filters": [
|
|
"name"
|
|
]
|
|
},
|
|
"list": {
|
|
"columns": [
|
|
"id",
|
|
"name",
|
|
"rate",
|
|
"ratea",
|
|
"rateb",
|
|
"ratec",
|
|
"rated",
|
|
"code",
|
|
"hasworkplace",
|
|
"rentable",
|
|
"processingtime"
|
|
]
|
|
},
|
|
"edit": {
|
|
"requires": {
|
|
"js": [
|
|
"../mgt/alg_srtalg.js"
|
|
]
|
|
}
|
|
},
|
|
"layout": {
|
|
"block": [
|
|
{
|
|
"blockid": "algSrtRoom",
|
|
"label": L("alg_srtruimte"),
|
|
"ishtmlsafe": true,
|
|
"hidden": false,
|
|
"buttons": [],
|
|
"icon": "fa-tag",
|
|
"fields": [
|
|
"name",
|
|
"code",
|
|
"hasworkplace",
|
|
"rentable"
|
|
]
|
|
},
|
|
{
|
|
"blockid": "algSrtRoomTarif",
|
|
"label": L("lcl_alg_alg_tarieven"),
|
|
"ishtmlsafe": true,
|
|
"hidden": false,
|
|
"buttons": [],
|
|
"icon": "fa-money-bill",
|
|
"fields": [
|
|
"rate",
|
|
"ratea",
|
|
"rateb",
|
|
"ratec",
|
|
"rated"
|
|
]
|
|
},
|
|
{
|
|
"blockid": "algSrtRoomSla",
|
|
"label": L("lcl_mld_run_time"),
|
|
"ishtmlsafe": true,
|
|
"hidden": false,
|
|
"buttons": [],
|
|
"icon": "fa-stopwatch",
|
|
"fields": [
|
|
"processingtime",
|
|
"criticaltime",
|
|
"highprioritytime",
|
|
"lowprioritytime"
|
|
]
|
|
}
|
|
]},
|
|
"wrap": {
|
|
"frames": [
|
|
{
|
|
url: "mld_stdmsrtruimte.asp?mode=list&roomfunction={0}",
|
|
title: L("lcl_mld_overrule_stdmelding"),
|
|
autfunction: "WEB_MLDMGT"
|
|
}
|
|
]
|
|
}
|
|
});
|
|
%>
|
|
<% ASPPAGE_END(); %>
|