Files
Facilitor/APPL/BGT/mld_opdr.asp
Erik Groener ef4d260485 FSN#39055 BCS/2000 functionaliteit in FACILITOR - customization
svn path=/Website/branches/v2017.1/; revision=33981
2017-05-23 14:41:53 +00:00

62 lines
1.4 KiB
Plaintext

<%@language = "javascript" %>
<% /*
$Revision$
$Id$
File: mld_opdr.asp
Description: fac_management aanroep van model_mld_opdr
Context:
Notes:
*/
%>
<!-- #include file="../scf/scaffolding.inc" -->
<!-- #include file="../api2/model_mld_opdr.inc" -->
<%
var this_model = new model_mld_opdr();
scaffolding(this_model,
{
"search": {
"autosearch": true,
"filters": [
"budgetdiscipline",
"budgetproject",
"budgetcostcategory",
"costtypegroup",
"costtype",
"reference",
"company",
"additional"
],
"requires": {
"js": ["../bgt/bgt_budget.js"]
}
},
"list": {
"columns": [
"costtype",
"reference",
"company",
"account",
"description",
"startdate",
"enddate",
"amount",
"vat"
],
"orderby": [
"costtype",
"reference",
"company"
]
},
"edit": {
"requires": {
"js": ["../bgt/bgt_budget.js"]
}
}
});
%>