Files
thpeetz-notes/Journal/Privat/2009/01/2009-01-26.md
T

70 lines
2.1 KiB
Markdown
Raw 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.
---
weight:
meditation:
pushUps: 0
journal: Privat daily
journal-start-date: 2009-01-26
journal-end-date: 2009-01-26
journal-date: 2009-01-26
---
[[Journal/Privat/2009/01/2009-01-25|❮❮]] ⋮ [[Journal/Privat/2009|2009]] [[Journal/Privat/2009-Q1|Q1]] [[Journal/Privat/2009/2009-01|01]] [[Journal/Privat/2009/2009-W05|W05]] ⋮ [[Journal/Privat/2009/01/2009-01-27|❯❯]]
## Journal
- [x] Gespräch mit [[Thomas Algermissen]] über Strategie und Erwartungen. Konzentration auf Kompetenzbereiche mit den Schwerpunkten Oracle, BI und SAP. Gesellschaften ohne Schwerpunkte werden Vertriebsstützpunkte. Bildung eines weiteren Schwerpunktes: [completion:: 2009-01-26]
- A&M: Architektur und Methoden
- [x] Authentifizierung in SAP über LDAP. Thomas Algermissen kurz das Projekt Verwaltung vorgestellt mit Schwerpunkt LDAP-Anbindung. Thomas Algermissen ist an den Artikeln "Mobiles Büro", "Entwicklungsumgebung" und "Agile Methoden" interessiert. [completion:: 2009-01-26]
## Ziele
##### [[2009-W05#^05i|Woche]] | [[2009-01#^01i|Monat]] | [[2009-Q1#^q1i|Quartal]] | [[2009## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2009-01-26
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2009-01-26
>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 2009-01-26
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2009-01-26
>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(2009-01-26)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 01 AND birthday.day = 26
```