FSN#33521 pivot en graph default uit

svn path=/Website/trunk/; revision=26047
This commit is contained in:
Jos Groot Lipman
2015-08-24 10:50:35 +00:00
parent 94b25afbe0
commit ca71714ed2
2 changed files with 11 additions and 4 deletions

View File

@@ -38,11 +38,11 @@ function model_reportsx(usrrap_key, params)
"urllink" : { dbs: "fac_usrrap_urllink", typ: "varchar", label: L("lcl_usrrap_urllink")},
"autorefresh" : { dbs: "fac_usrrap_autorefresh", typ: "check", label: L("lcl_usrrap_autorefresh")},
"count" : { dbs: "fac_usrrap_count", typ: "number", label: L("lcl_usrrap_showcount"),
required: true, LOV: L("lcl_usrrap_showcountLOV")}, // 0;Uit, verborgen;1;Uit, kiesbaar;2;Aan, verborgen;3;Aan, kiesbaar
required: true, defaultvalue: 0, LOV: L("lcl_usrrap_showcountLOV")}, // 0;Uit, verborgen;1;Uit, kiesbaar;2;Aan, verborgen;3;Aan, kiesbaar
"pivot" : { dbs: "fac_usrrap_pivot", typ: "number", label: L("lcl_usrrap_showpivot"),
required: true, LOV: L("lcl_usrrap_showcountLOV")},
required: true, defaultvalue: 2, LOV: L("lcl_usrrap_showcountLOV")},
"graph" : { dbs: "fac_usrrap_graph", typ: "number", label: L("lcl_usrrap_showgraph"),
required: true, LOV: L("lcl_usrrap_showcountLOV")},
required: true, defaultvalue: 2, LOV: L("lcl_usrrap_showcountLOV")},
"lastrefresh" : { dbs: "fac_usrrap_col_refresh", typ: "datetime", label: "Columns last refreshed", readonly: true }
};