KFSG#41700 -- Scim koppeling realiseren.

svn path=/Website/branches/v2017.2/; revision=35713
This commit is contained in:
Arthur Egberink
2017-10-17 07:34:42 +00:00
parent 1587f8fc0d
commit 7ca203f0f3
3 changed files with 14 additions and 1 deletions

View File

@@ -67,7 +67,13 @@ function model_fac_groep(groep_key, params)
"sql": "(SELECT COUNT(*) FROM fac_gebruikersgroep WHERE fac_groep.fac_groep_key = fac_gebruikersgroep.fac_groep_key)",
"label": L("fac_groep_nn_leden"),
"typ": "number"
}
},
"created": {
"dbs": "fac_groep_aanmaak",
"label": L("fac_groep_aanmaak"),
"typ": "datetime",
"readonly": true
}
};
this.includes = {

View File

@@ -78,6 +78,12 @@ function model_prs_afdeling()
"desc": "prs_kostenplaats_nr",
"desc_is_unique": "prs_kostenplaats_verwijder IS NULL"
}
},
"created": {
"dbs": "prs_afdeling_aanmaak",
"label": L("prs_afdeling_aanmaak"),
"typ": "datetime",
"readonly": true
}
};

View File

@@ -42,6 +42,7 @@ function model_prs_perslid(params)
this.records_name = "persons";
this.record_name = "person";
this.table = "prs_perslid";
this.trackcode = "PRSUPD";
this.audit = { // Parameters voor fac_audit.
"childtable": "fac_gebruikersgroep",
"childaudit": {"sql": "SELECT fac_audit_tabelkey"