FCLT#54516 performance BGT
svn path=/Website/branches/v2018.1/; revision=39058
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -50,6 +50,7 @@ function model_prs_kostenplaats()
|
||||
"typ": "key",
|
||||
"required": true,
|
||||
"foreign": bgt_budgetproject_foreign(),
|
||||
"delayload": true,
|
||||
"showtransit": true
|
||||
},
|
||||
"costgroup": {
|
||||
|
||||
Reference in New Issue
Block a user