Files
thpeetz-notes/Journal/Privat/2009/06/2009-06-08.md
T

70 lines
2.2 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-06-08
journal-end-date: 2009-06-08
journal-date: 2009-06-08
---
[[Journal/Privat/2009/06/2009-06-07|❮❮]] ⋮ [[Journal/Privat/2009|2009]] [[Journal/Privat/2009-Q2|Q2]] [[Journal/Privat/2009/2009-06|06]] [[Journal/Privat/2009/2009-W24|W24]] ⋮ [[Journal/Privat/2009/06/2009-06-09|❯❯]]
## Journal
- [x] Termin mit Hr. Rahe zwecks Fördermöglichkeiten. Vereinbarungen über weiteres Vorgehen, NDA und das Kennenlernen stehen im Vordergrund. [completion:: 2009-06-08]
- [x] Kunden mehr in den Vordergrund stellen (Alleinstellungsmerkmal). Für welche Kunden ist die idee geplant? Was soll für wen zu welchem Preis angeboten werden? Folgende Fragestellungen müssen erarbeitet werden: Inhalt, Zielkunden, Zugang zum Kunden. Von Hr. Rahe erhalte ich ein Angebot über eine Beratung zur Geschäftserweiterung. [completion:: 2009-06-08]
- [x] Termin beim Patentanwalt bzgl. Ideenschutz einholen. [completion:: 2009-06-08]
## Ziele
##### [[2009-W24#^24i|Woche]] | [[2009-06#^06i|Monat]] | [[2009-Q2#^q2i|Quartal]] | [[2009## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2009-06-08
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2009-06-08
>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-06-08
>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-06-08
>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-06-08)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 06 AND birthday.day = 08
```