vault backup: 2026-06-17 18:28:24
This commit is contained in:
@@ -1,25 +1,69 @@
|
||||
---
|
||||
name: Armin Rabet
|
||||
phone:
|
||||
email: ""
|
||||
telegram:
|
||||
linkedin:
|
||||
xing: https://www.xing.com/profile/Armin_Rabet/cv
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[Resources/Templates/contact]]"
|
||||
company: "[[Deloitte GmbH Wirtschaftsprüfungsgesellschaft]]"
|
||||
location: ""
|
||||
manager: ""
|
||||
former_company:
|
||||
FN: Armin Rabet
|
||||
N.GN: Armin
|
||||
N.FN: Rabet
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: ""
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: Deloitte GmbH Wirtschaftsprüfungsgesellschaft
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
ADR[HOME].LOCALITY: ""
|
||||
ADR[HOME].POSTAL: ""
|
||||
ADR[HOME].COUNTRY: ""
|
||||
KIND: individual
|
||||
VERSION: "4.0"
|
||||
CATEGORIES: ""
|
||||
X-RELATIONSHIP: Kollege
|
||||
X-LAST-CHAT: ""
|
||||
SOCIALPROFILE[LINKEDIN]: ""
|
||||
ADR[WORK].LOCALITY: Hamburg
|
||||
X-FORMER-ORG:
|
||||
- "[[cimt objects AG]]"
|
||||
tags:
|
||||
- process/contact
|
||||
SOCIALPROFILE[XING]: https://www.xing.com/profile/Armin_Rabet/cv
|
||||
UID: urn:uuid:019ed664d90d8-4996-95d5-dd43dcc345be
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[Deloitte GmbH Wirtschaftsprüfungsgesellschaft]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Referenzen
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Manager
|
||||
|
||||
## Mitarbeiter
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
```
|
||||
|
||||
>[!info]- Vorstellung
|
||||
>
|
||||
|
||||
>[!info]- Abschied
|
||||
>
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -16,10 +16,10 @@ list from [[]] and !outgoing([[]]) and "Infos/Unternehmen"
|
||||
## Kontakte
|
||||
|
||||
```dataview
|
||||
TABLE rows.file.link AS Kollege, rows.company AS Firma, rows.ADR.WORK.LOCALITY as Standort, rows.X-MANAGER AS Manager
|
||||
FROM [[cimt objects AG]] OR [[cimt consulting AG]] [[cimt services AG]] OR [[]] AND "Infos/Kontakte"
|
||||
WHERE company = [[cimt objects AG]] OR company = [[cimt services AG]] OR company = [[cimt technology GmbH]] OR company = [[cimt consulting AG]] OR company = [[cimt BV]] OR company = [[cimt spain]] OR company = [[cimt erpteam GmbH]]
|
||||
GROUP BY company
|
||||
TABLE rows.file.link AS Kollege, rows.ORG AS Firma, rows.ADR.WORK.LOCALITY as Standort, rows.X-MANAGER AS Manager
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE contains(ORG, "cimt")
|
||||
GROUP BY ORG
|
||||
SORT rows.location
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user