vault backup: 2026-06-17 05:37:48

This commit is contained in:
2026-06-17 05:37:48 +02:00
parent d0fe9e15aa
commit 36bf746c3a
5 changed files with 68 additions and 29 deletions
+51 -23
View File
@@ -1,26 +1,46 @@
---
name: Oliver Fromm
phone: +49 30 834098 0
mobile: +49 177 8447788
email: oliver.fromm@cimt-ag.de
telegram:
linkedin:
xing: https://www.xing.com/profile/Oliver_Fromm2/cv
birthday: 1967-09-12
last_chat: 2025-09-27
marriage: 2024-02-08
friends:
type: contact
relationship: kollege
company: "[[cimt objects AG]]"
location: Berlin
manager:
template: "[[contact-colleague]]"
notes: Hochzeit mit Ari am 08.02.2024
tags:
- process/contact
FN: Oliver Fromm
N.GN: Oliver
N.FN: Fromm
N.PREFIX: ""
N.MN: ""
N.SUFFIX: ""
EMAIL[HOME]: ""
EMAIL[WORK]: oliver.fromm@cimt-ag.de
TEL[CELL]: +49 177 8447788
TEL[HOME]: ""
TEL[WORK]: +49 30 834098 0
BDAY: 1967-09-12
URL[WORK]: ""
ORG: cimt objects AG
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: Berlin
UID: urn:uuid:019ed3822b570-457a-9153-41845caa5b37
SOCIALPROFILE[XING]: https://www.xing.com/profile/Oliver_Fromm2/cv
X-MARRIED:
X-MARRIAGE: 2024-02-08
---
#### Notes
#process/contact
[[cimt objects AG]]
## Interaction Log
- **08.02.2024**: Hochzeit mit Ari
## Rollen
## Termine
@@ -28,13 +48,21 @@ tags:
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"
SORT file.name
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
```
>[!info]- Vorstellung
>
>[!info]- Abschied
>
+4 -1
View File
@@ -6,8 +6,11 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE FN AS "Full Name", name, location AS Standort, manager AS Vorgesetzter, BDAY
TABLE FN AS "Full Name", name, Address, Standort, Locality, manager AS Vorgesetzter, BDAY
FROM [[]] AND !outgoing([[]]) AND #process/contact AND "Infos/Kontakte"
FLATTEN file.frontmatter.ADR AS Address
FLATTEN Address.WORK.LOCALITY AS Locality
FLATTEN file.frontmatter.ADR.WORK.LOCALITY AS Standort
WHERE !contains(former_company, [[cimt objects AG]])
SORT location, manager, name
```