FSN#38299 Flexkenmerken via de API kunnen bewerken
svn path=/Website/trunk/; revision=33284
This commit is contained in:
@@ -24,6 +24,7 @@ function model_alg_kenmerk(niveau)
|
||||
this.autfunction = "WEB_PRSSYS";
|
||||
this.record_title = L("alg_kenmerk");
|
||||
this.records_title = L("alg_kenmerk_m");
|
||||
this.module = "ALG";
|
||||
|
||||
// overrule titel voor schermen.
|
||||
this.record_title = L("mgt_kenmerk") + " " + get_real_estate_name(niveau);
|
||||
|
||||
@@ -23,7 +23,7 @@ function model_bes_kenmerk()
|
||||
this.autfunction = "WEB_BESMGT";
|
||||
this.record_title = L("bes_kenmerk");
|
||||
this.records_title = L("bes_kenmerk_m");
|
||||
|
||||
this.module = "BES";
|
||||
|
||||
this.fields = {
|
||||
"id": {
|
||||
|
||||
@@ -23,7 +23,7 @@ function model_cnt_kenmerk()
|
||||
this.autfunction = "WEB_CNTMGT";
|
||||
this.record_title = L("cnt_kenmerk");
|
||||
this.records_title = L("cnt_kenmerk_m");
|
||||
|
||||
this.module = "CNT";
|
||||
|
||||
this.fields = {
|
||||
"id": {
|
||||
|
||||
@@ -23,7 +23,7 @@ function model_faq_kenmerk()
|
||||
this.autfunction = "WEB_FAQMGT";
|
||||
this.record_title = L("faq_kenmerk");
|
||||
this.records_title = L("faq_kenmerk_m");
|
||||
|
||||
this.module = "FAQ";
|
||||
|
||||
this.fields = {
|
||||
"id": {
|
||||
|
||||
@@ -23,6 +23,7 @@ function model_fin_kenmerk()
|
||||
this.autfunction = "WEB_PRSSYS";
|
||||
this.record_title = L("fin_kenmerk");
|
||||
this.records_title = L("fin_kenmerk_m");
|
||||
this.module = "FIN";
|
||||
|
||||
this.fields = {
|
||||
"id": {
|
||||
|
||||
@@ -24,7 +24,7 @@ function model_ins_kenmerk(fnparams)
|
||||
this.autfunction = "WEB_INSMGT";
|
||||
this.record_title = L("ins_kenmerk");
|
||||
this.records_title = L("ins_kenmerk_m");
|
||||
|
||||
this.module = "INS";
|
||||
|
||||
this.fields = {
|
||||
"id": {
|
||||
|
||||
@@ -26,7 +26,7 @@ function model_mld_kenmerk()
|
||||
this.autfunction = "WEB_MLDMGT";
|
||||
this.record_title = L("mld_kenmerk");
|
||||
this.records_title = L("mld_kenmerk_m");
|
||||
|
||||
this.module = "MLD";
|
||||
|
||||
this.fields = {
|
||||
"id": {
|
||||
|
||||
@@ -24,7 +24,7 @@ function model_prs_kenmerk(niveau)
|
||||
this.autfunction = "WEB_PRSSYS";
|
||||
this.record_title = L("mgt_kenmerk") + " " + get_prs_naam(niveau);
|
||||
this.records_title = L("mgt_kenmerk_m") + " " + get_prs_naam(niveau);
|
||||
|
||||
this.module = "PRS";
|
||||
|
||||
this.fields = {
|
||||
"id": {
|
||||
|
||||
@@ -37,6 +37,7 @@ function genderLOV()
|
||||
|
||||
function model_prs_perslid(params)
|
||||
{
|
||||
params = params || {};
|
||||
this.records_name = "persons";
|
||||
this.record_name = "person";
|
||||
this.table = "prs_perslid";
|
||||
|
||||
@@ -22,7 +22,7 @@ function model_res_kenmerk()
|
||||
this.autfunction = "WEB_RESMGT";
|
||||
this.record_title = L("res_kenmerk");
|
||||
this.records_title = L("res_kenmerk_m");
|
||||
|
||||
this.module = "RES";
|
||||
|
||||
this.fields = {
|
||||
"id": {
|
||||
|
||||
Reference in New Issue
Block a user