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
+2 -1
View File
@@ -67,6 +67,7 @@
"parents": "multitext", "parents": "multitext",
"X-LAST-CHAT": "date", "X-LAST-CHAT": "date",
"X-FORMER-ORG": "multitext", "X-FORMER-ORG": "multitext",
"BDAY": "date" "BDAY": "date",
"X-MARRIAGE": "date"
} }
} }
+51 -23
View File
@@ -1,26 +1,46 @@
--- ---
name: Oliver Fromm FN: Oliver Fromm
phone: +49 30 834098 0 N.GN: Oliver
mobile: +49 177 8447788 N.FN: Fromm
email: oliver.fromm@cimt-ag.de N.PREFIX: ""
telegram: N.MN: ""
linkedin: N.SUFFIX: ""
xing: https://www.xing.com/profile/Oliver_Fromm2/cv EMAIL[HOME]: ""
birthday: 1967-09-12 EMAIL[WORK]: oliver.fromm@cimt-ag.de
last_chat: 2025-09-27 TEL[CELL]: +49 177 8447788
marriage: 2024-02-08 TEL[HOME]: ""
friends: TEL[WORK]: +49 30 834098 0
type: contact BDAY: 1967-09-12
relationship: kollege URL[WORK]: ""
company: "[[cimt objects AG]]" ORG: cimt objects AG
location: Berlin ROLE: ""
manager: PHOTO: ""
template: "[[contact-colleague]]" ADR[HOME].STREET: ""
notes: Hochzeit mit Ari am 08.02.2024 ADR[HOME].LOCALITY: ""
tags: ADR[HOME].POSTAL: ""
- process/contact 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 ## Rollen
## Termine ## Termine
@@ -28,13 +48,21 @@ tags:
LIST LIST
FROM [[]] AND !outgoing([[]]) AND "Journal" FROM [[]] AND !outgoing([[]]) AND "Journal"
``` ```
## Referenzen ## Referenzen
```dataview ```dataview
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte" list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
``` ```
## Manager
## Mitarbeiter ## Mitarbeiter
```dataview ```dataview
LIST list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
SORT file.name
``` ```
>[!info]- Vorstellung
>
>[!info]- Abschied
>
+4 -1
View File
@@ -6,8 +6,11 @@ parent_company: "[[cimt AG]]"
## Kontakte ## Kontakte
```dataview ```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" 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]]) WHERE !contains(former_company, [[cimt objects AG]])
SORT location, manager, name SORT location, manager, name
``` ```
+7
View File
@@ -59,3 +59,10 @@ FROM "Infos/Kontakte"
WHERE birthday.month >= 04 AND birthday.month <= 06 WHERE birthday.month >= 04 AND birthday.month <= 06
SORT birthday.month, birthday.day SORT birthday.month, birthday.day
``` ```
```dataview
TABLE BDAY as Geburtstag, truncate(string(date(today) - BDAY),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE BDAY.month >= 04 AND BDAY.month <= 06
SORT BDAY.month, BDAY.day
```
+4 -4
View File
@@ -65,11 +65,11 @@ journal-end-date: 2026-06-21
## Geburtstage ## Geburtstage
```dataview ```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter TABLE BDAY as Geburtstag, truncate(string(date(today) - BDAY),2, "") AS Alter
FROM "Infos/Kontakte" FROM "Infos/Kontakte"
WHERE birthday.month >= 06 AND birthday.day >= 15 WHERE BDAY.month >= 06 AND BDAY.day >= 15
WHERE birthday.month <= 06 AND birthday.day < 22 WHERE BDAY.month <= 06 AND BDAY.day < 22
SORT birthday.day SORT BDAY.day
``` ```
> [!note]- Erzeugte Notizen > [!note]- Erzeugte Notizen