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
+1 -1
View File
@@ -12,7 +12,7 @@ email: info@is4it.de
## Kontakte
```dataview
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
list from [[]] and !outgoing([[]]) and #process/contact
```
## Termine
+1 -1
View File
@@ -12,7 +12,7 @@ phone: +49 (0) 89608668-0
## Kontakte
```dataview
list from [[]] and !outgoing([[]]) and "Infos/Kontakte"
list from [[]] and !outgoing([[]]) and #process/contact
```
## Termine
+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
```
+2 -2
View File
@@ -8,7 +8,7 @@ parent_company: "[[cimt AG]]"
```dataview
TABLE location AS Standort, manager AS Vorgesetzter, birthday
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt objects AG]])
WHERE !contains(former_company, [[cimt ai solutions AG]])
SORT location, manager, name
```
@@ -16,7 +16,7 @@ SORT location, manager, name
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE contains(former_company, [[cimt objects AG]])
WHERE contains(former_company, [[cimt ai solutions AG]])
SORT location, manager, name
```
+2 -2
View File
@@ -12,7 +12,7 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt consulting AG]])
SORT location, manager
```
@@ -21,7 +21,7 @@ SORT location, manager
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(former_company, [[cimt consulting AG]])
SORT location, manager, name
```
+2 -2
View File
@@ -12,7 +12,7 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt erpteam GmbH]])
SORT location, manager, name
```
@@ -20,7 +20,7 @@ SORT location, manager, name
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(former_company, [[cimt erpteam GmbH]])
SORT location, manager, name
```
+2 -2
View File
@@ -7,7 +7,7 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter, birthday
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt objects AG]])
SORT location, manager, name
```
@@ -15,7 +15,7 @@ SORT location, manager, name
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(former_company, [[cimt objects AG]])
SORT location, manager, name
```
+2 -2
View File
@@ -12,7 +12,7 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt services AG]])
SORT location, manager
```
@@ -20,7 +20,7 @@ SORT location, manager
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(former_company, [[cimt services AG]])
SORT location, manager, name
```
+4 -4
View File
@@ -12,15 +12,15 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE !contains(former_company, [[Unbenannt]])
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE !contains(former_company, [[cimt spain]])
SORT location, manager, name
```
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
WHERE contains(former_company, [[Unbenannt]])
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(former_company, [[cimt spain]])
SORT location, manager, name
```
## Termine
+2 -2
View File
@@ -13,7 +13,7 @@ parent_company: "[[cimt AG]]"
## Kontakte
```dataview
TABLE location AS Standort, manager AS Vorgesetzter
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(company, [[cimt technology GmbH]])
SORT location, manager
```
@@ -21,7 +21,7 @@ SORT location, manager
## Ehemalige Kollegen
```dataview
TABLE company AS Firma, location AS Standort
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
FROM [[]] AND !outgoing([[]]) AND #process/contact
WHERE contains(former_company, [[cimt technology GmbH]])
SORT location, manager, name
```