FSN#32922 model herzien savepoint

svn path=/Website/trunk/; revision=25750
This commit is contained in:
Jos Groot Lipman
2015-07-29 09:14:12 +00:00
parent 7f34c4a6a4
commit 1e23181fa9
26 changed files with 580 additions and 349 deletions

View File

@@ -22,7 +22,6 @@ function model_reportcolumns(usrrap_key, params)
this.record_name = "column";
this.records_title = L("lcl_rap_columns");
this.record_title = L("lcl_rap_column");
this.parent_key = "fac_usrrap_key",
this.autfunction = "WEB_PRSSYS",
this.fields =
@@ -41,7 +40,9 @@ function model_reportcolumns(usrrap_key, params)
LOV: L("lcl_rap_visibleLOV")}, // "V;Visible;I;Invisible;H;hidden"
"group" : { dbs: "fac_usrrap_cols_group", typ: "varchar", label: L("lcl_rap_groupby"),
required: true,
LOV: L("lcl_rap_groupbyLOV") }
LOV: L("lcl_rap_groupbyLOV") },
"fac_usrrap_key" : { dbs: "fac_usrrap_key", typ: "key" }
};
this.list = { columns: ["sequence", "name", "caption", "datatype", "visible", "filter", "group"] };