vault backup: 2026-06-19 23:30:42

This commit is contained in:
2026-06-19 23:30:42 +02:00
parent 23c3dcf98c
commit 9529d259fc
74 changed files with 6387 additions and 3233 deletions
+56
View File
@@ -0,0 +1,56 @@
filters:
and:
- file.folder == "Infos/Kontakte"
views:
- type: table
name: Alle Kontakte
filters:
and:
- file.folder == "Infos/Kontakte"
order:
- file.name
- company
- ORG
- last_chat
- birthday
sort:
- property: file.name
direction: ASC
- property: last_chat
direction: DESC
- property: company
direction: ASC
columnSize:
note.company: 259
- type: table
name: cimt Kollegen
filters:
and:
- file.folder == "Infos/Kontakte"
- company.startsWith("cimt")
order:
- file.name
- company
- manager
- last_chat
sort:
- property: company
direction: ASC
columnSize:
note.company: 166
- type: table
name: Portierung Kontakte
filters:
and:
- FN.isEmpty()
order:
- file.name
- name
- FN
- BDAY
- ORG
- company
columnSize:
note.FN: 207
note.ORG: 182
note.company: 166