KFSG#41700 -- Scim koppeling realiseren.
svn path=/Website/branches/v2017.2/; revision=35713
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user