vault backup: 2026-06-18 23:57:12

This commit is contained in:
Thomas Peetz
2026-06-18 23:57:12 +02:00
parent 4eddfd5861
commit 07fa833514
31 changed files with 1021 additions and 469 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter
TABLE ADR[WORK].LOCALITY AS Standort, X-MANAGER AS Vorgesetzter
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(company, [[cimt technology GmbH]])
WHERE contains(ORG, "cimt technology GmbH")
SORT location, manager
```
@@ -22,7 +22,7 @@ SORT location, manager
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(former_company, [[cimt technology GmbH]])
WHERE contains(X-FORMER-ORG, [[cimt technology GmbH]])
SORT location, manager, name
```