Files

72 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
journal: cimt
journal-start-date: 2022-10-20
journal-end-date: 2022-10-20
journal-section: day
---
[[Journal/cimt AG/2022/10/2022-10-19|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] [[Journal/cimt AG/2022-Q4|Q4]] [[Journal/cimt AG/2022/2022-10|10]] [[Journal/cimt AG/2022/2022-W42|W42]] ⋮ [[Journal/cimt AG/2022/10/2022-10-21|❯❯]]
## Journal
- [x] Übergabe mobile Laptop [completion:: 2022-10-20]
Bünyamin Özkaya kommt erst gegen Ende Oktober ins Büro zurück
- [x] Frank Füllbier [completion:: 2022-10-20]
- Ziele für 2022
- Zielerreichung Zertifizierung gefährdet
- Mit Ende September bei 77% Zielerreichung
- Übergabe mobile Laptop wird voraussichtlich Anfang November erfolgen
- [x] Udemy Account anlegen [completion:: 2022-10-20]
## Ziele
##### [[2022-W42#^42i|Woche]] | [[2022-10#^10i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2022-10-20
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2022-10-20
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2022-10-20
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2022-10-20
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2022-10-20)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 10 AND birthday.day = 20
```