This commit is contained in:
parent
200cbd8d74
commit
d7b06fe637
|
@ -95,23 +95,6 @@
|
|||
},
|
||||
"scopes":{
|
||||
"summary": {
|
||||
"fields": [
|
||||
"id",
|
||||
"firstName",
|
||||
"lastName",
|
||||
"bossFk",
|
||||
"maritalStatus",
|
||||
"originCountryFk",
|
||||
"educationLevelFk",
|
||||
"SSN",
|
||||
"mobileExtension",
|
||||
"code",
|
||||
"locker",
|
||||
"fi",
|
||||
"birth",
|
||||
"isF11Allowed"
|
||||
]
|
||||
,
|
||||
"include": [
|
||||
{
|
||||
"relation": "user",
|
||||
|
@ -128,16 +111,56 @@
|
|||
"relation": "department",
|
||||
"scope": {
|
||||
"include": {
|
||||
"relation": "department",
|
||||
"scope": {
|
||||
"fields": ["name"]
|
||||
}
|
||||
"relation": "department"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"relation": "boss"
|
||||
}, {
|
||||
"relation": "client"
|
||||
"relation": "client",
|
||||
"scope": {
|
||||
"fields": [
|
||||
"id",
|
||||
"name",
|
||||
"fi",
|
||||
"socialName",
|
||||
"contact",
|
||||
"street",
|
||||
"city",
|
||||
"postcode",
|
||||
"email",
|
||||
"mobile",
|
||||
"isActive",
|
||||
"credit",
|
||||
"creditInsurance",
|
||||
"iban",
|
||||
"dueDay",
|
||||
"isEqualizated",
|
||||
"isFreezed",
|
||||
"hasToInvoiceByAddress",
|
||||
"hasToInvoice",
|
||||
"isToBeMailed",
|
||||
"hasSepaVnl",
|
||||
"hasLcr",
|
||||
"hasCoreVnl",
|
||||
"hasCoreVnh",
|
||||
"hasIncoterms",
|
||||
"isTaxDataChecked",
|
||||
"eypbc",
|
||||
"quality",
|
||||
"isVies",
|
||||
"isRelevant",
|
||||
"accountingAccount",
|
||||
"created",
|
||||
"sageTaxTypeFk",
|
||||
"sageTransactionTypeFk",
|
||||
"businessTypeFk",
|
||||
"salesPersonFk",
|
||||
"hasElectronicInvoice",
|
||||
"rating",
|
||||
"recommendedCredit"
|
||||
]
|
||||
}
|
||||
}, {
|
||||
"relation": "sip"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue