vault backup: 2026-02-11 11:43:38

This commit is contained in:
Thomas Peetz
2026-02-11 11:43:37 +01:00
parent ae507a774c
commit 61e68d3f28
176 changed files with 780 additions and 214 deletions
+15 -4
View File
@@ -11,13 +11,24 @@ parent_company: "[[cimt AG]]"
---
## Kontakte
```dataview
list from [[]] and !outgoing([[]]) and #process/contact
TABLE location AS Standort, manager AS Vorgesetzter, birthday
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt BV]])
SORT location, manager, name
```
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE contains(former_company, [[cimt BV]])
SORT location, manager, name
```
## Termine
```dataview
list from [[]] and !outgoing([[]]) and "Journal"
LIST
FROM [[]] AND !outgoing([[]]) AND "Journal" OR "Areas/cimt AG/Veranstaltungen"
SORT file.name
```