FCLT#54516 performance BGT

svn path=/Website/branches/v2018.1/; revision=39058
This commit is contained in:
Erik Groener
2018-09-05 12:59:57 +00:00
parent a98b00c908
commit 6d94ca8219
4 changed files with 10 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ function model_bgt_budget()
"required": true,
"insertonly": true,
"foreign": bgt_budgetproject_foreign(),
"delayload": true,
"showtransit": true
},
"budgetcostcategory": {
@@ -61,6 +62,7 @@ function model_bgt_budget()
"required": true,
"insertonly": true,
"foreign": bgt_budgetcostcategory_foreign(),
"delayload": true,
"showtransit": true
},
"costtypegroup": {
@@ -70,6 +72,7 @@ function model_bgt_budget()
"required": false,
"insertonly": true,
"foreign": bgt_costtypegroup_foreign(),
"delayload": true,
"showtransit": true,
"LOVinit": "",
"filter": "exact"
@@ -81,6 +84,7 @@ function model_bgt_budget()
"required": false,
"insertonly": true,
"foreign": bgt_costtype_foreign(),
"delayload": true,
"showtransit": true
},
"amountoriginal": {

View File

@@ -211,6 +211,7 @@ function model_bgt_budgetmutatie()
"label": L("bgt_project_omschrijving"),
"typ": "key",
"foreign": bgt_budgetproject_foreign(),
"delayload": true,
"hidden_fld": true
},
"budgetcostcategory": {
@@ -218,6 +219,7 @@ function model_bgt_budgetmutatie()
"label": L("bgt_kostenrubriek_oms"),
"typ": "key",
"foreign": bgt_budgetcostcategory_foreign(),
"delayload": true,
"hidden_fld": true
}
};

View File

@@ -47,6 +47,7 @@ function model_fin_factuur()
"label": L("bgt_project_omschrijving"),
"typ": "key",
"foreign": bgt_budgetproject_foreign(),
"delayload": true,
"showtransit": true
},
"costtype": {
@@ -54,6 +55,7 @@ function model_fin_factuur()
"label": L("prs_kostensoort_key"),
"typ": "key",
"foreign": bgt_costtype_foreign(),
"delayload": true,
"required": false
},
"company": {
@@ -69,6 +71,7 @@ function model_fin_factuur()
"typ": "key",
"required": true,
"foreign": bgt_order_foreign(),
"delayload": true,
"showtransit": true,
"clone": false
},

View File

@@ -50,6 +50,7 @@ function model_prs_kostenplaats()
"typ": "key",
"required": true,
"foreign": bgt_budgetproject_foreign(),
"delayload": true,
"showtransit": true
},
"costgroup": {