AADS#45847 notificatie adressen voor nieuwe meldingen per vakgroep in te vullen
svn path=/Website/trunk/; revision=36991
This commit is contained in:
@@ -149,6 +149,18 @@ model_mld_disc_params =
|
||||
"label": L("mld_discipline_belowfiat"),
|
||||
"typ": "number"
|
||||
},
|
||||
"emailnew3": {
|
||||
"dbs": "mld_disc_params_emailnw3",
|
||||
"label": L("mld_discipline_emailnw3"),
|
||||
"typ": "varchar",
|
||||
"multiedit": true
|
||||
},
|
||||
"smsnew3": {
|
||||
"dbs": "mld_disc_params_smsnw3",
|
||||
"label": L("mld_discipline_smsnw3"),
|
||||
"typ": "varchar",
|
||||
"multiedit": true
|
||||
},
|
||||
"notifybo": {
|
||||
"dbs": "mld_disc_params_bonotify",
|
||||
"label": L("mld_discipline_bonotify"),
|
||||
|
||||
@@ -40,6 +40,89 @@ scaffolding(this_model,
|
||||
"frames": [{ url: "fac_functie.asp?mode=list&ins_discipline={0}",
|
||||
autfunction: "WEB_PRSSYS"
|
||||
}]
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"block": [
|
||||
{ "blockid": "insIns",
|
||||
"label": L("lcl_mld_vakgroep"),
|
||||
"ishtmlsafe": true,
|
||||
"hidden": false,
|
||||
"buttons": [],
|
||||
"fields": [
|
||||
"id",
|
||||
"disciplinetype",
|
||||
"name",
|
||||
"costtype",
|
||||
"costcentremandatory",
|
||||
"module",
|
||||
"email",
|
||||
"satisfactionpercentage",
|
||||
"satisfactionthreshold"
|
||||
]
|
||||
},
|
||||
{ "blockid": "mldIns",
|
||||
"label": "",
|
||||
"ishtmlsafe": true,
|
||||
"hidden": false,
|
||||
"buttons": [],
|
||||
"fields": [
|
||||
"invoicemarginpct",
|
||||
"invoicemargin",
|
||||
"invoicematchmode",
|
||||
"invoiceapprove",
|
||||
"invoicebelow"
|
||||
]
|
||||
},
|
||||
{ "blockid": "insIns",
|
||||
"label": "",
|
||||
"ishtmlsafe": true,
|
||||
"hidden": false,
|
||||
"buttons": [],
|
||||
"fields": [
|
||||
"issuediscipline",
|
||||
"backofficegroup",
|
||||
"orderlimit1",
|
||||
"orderlimit2",
|
||||
"orderlimit3",
|
||||
"orderlimit4",
|
||||
"orderlimit5",
|
||||
"chargebudget"
|
||||
]
|
||||
},
|
||||
{
|
||||
"blockid": "mldIns",
|
||||
"label": L("mld_discipline_notification"),
|
||||
"ishtmlsafe": true,
|
||||
"hidden": false,
|
||||
"buttons": [],
|
||||
"fields": [
|
||||
"emailnew3",
|
||||
"smsnew3",
|
||||
"notifybo",
|
||||
"notifybe",
|
||||
"notifycust",
|
||||
"reminderdays",
|
||||
"mandatoryfrom",
|
||||
"activity",
|
||||
"autooffer",
|
||||
"fenotes",
|
||||
"offhours"
|
||||
]
|
||||
},
|
||||
{ "blockid": "insIns",
|
||||
"label": "",
|
||||
"ishtmlsafe": true,
|
||||
"hidden": false,
|
||||
"buttons": [],
|
||||
"fields": [
|
||||
"adjuststartdate",
|
||||
"foprocess",
|
||||
"forward",
|
||||
"frontendpriority",
|
||||
"owncost"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
});
|
||||
%>
|
||||
Reference in New Issue
Block a user