diff --git a/.obsidian/types.json b/.obsidian/types.json index cf0a569..b791eec 100644 --- a/.obsidian/types.json +++ b/.obsidian/types.json @@ -67,6 +67,7 @@ "parents": "multitext", "X-LAST-CHAT": "date", "X-FORMER-ORG": "multitext", - "BDAY": "date" + "BDAY": "date", + "X-MARRIAGE": "date" } } \ No newline at end of file diff --git a/Infos/Kontakte/Oliver Fromm.md b/Infos/Kontakte/Oliver Fromm.md index b6a27c1..e459006 100644 --- a/Infos/Kontakte/Oliver Fromm.md +++ b/Infos/Kontakte/Oliver Fromm.md @@ -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 +> diff --git a/Infos/Unternehmen/cimt objects AG.md b/Infos/Unternehmen/cimt objects AG.md index e2bea74..22ac3bc 100644 --- a/Infos/Unternehmen/cimt objects AG.md +++ b/Infos/Unternehmen/cimt objects AG.md @@ -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 ``` diff --git a/Journal/cimt AG/2026/2026-Q2.md b/Journal/cimt AG/2026/2026-Q2.md index 475c69a..1f1d16c 100644 --- a/Journal/cimt AG/2026/2026-Q2.md +++ b/Journal/cimt AG/2026/2026-Q2.md @@ -59,3 +59,10 @@ FROM "Infos/Kontakte" WHERE birthday.month >= 04 AND birthday.month <= 06 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 +``` diff --git a/Journal/cimt AG/2026/2026-W25.md b/Journal/cimt AG/2026/2026-W25.md index a4644ff..f27bf99 100644 --- a/Journal/cimt AG/2026/2026-W25.md +++ b/Journal/cimt AG/2026/2026-W25.md @@ -65,11 +65,11 @@ journal-end-date: 2026-06-21 ## Geburtstage ```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" -WHERE birthday.month >= 06 AND birthday.day >= 15 -WHERE birthday.month <= 06 AND birthday.day < 22 -SORT birthday.day +WHERE BDAY.month >= 06 AND BDAY.day >= 15 +WHERE BDAY.month <= 06 AND BDAY.day < 22 +SORT BDAY.day ``` > [!note]- Erzeugte Notizen