vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+35
View File
@@ -0,0 +1,35 @@
---
organization: cimt AG
address:
street: Messberg 4
city: Hamburg
code: 20095
country: Deutschland
url: http://www.cimt-ag.de/
---
## Unternehmen
```dataview
list from [[]] and !outgoing([[]]) and "Infos/Unternehmen"
```
## Kontakte
```dataview
TABLE rows.file.link AS Kollege, rows.company AS Firma, rows.location as Standort, rows.manager AS Manager
FROM "Infos/Kontakte"
WHERE company = [[cimt objects AG]] OR company = [[cimt services AG]] OR company = [[cimt technology GmbH]] OR company = [[cimt consulting AG]] OR company = [[cimt BV]] OR company = [[cimt spain]] OR company = [[cimt erpteam GmbH]]
GROUP BY company
SORT rows.location
```
## Termine
```dataview
list from [[]] and !outgoing([[]]) AND "Journal" OR "Areas/cimt AG/Veranstaltungen"
```
## Rollen
```dataview
TABLE
FROM "Infos/Rollen"
```