Files
thpeetz-notes/Resources/Templates/quarterly-cimt-mm.md
T

1.6 KiB


Quartal <% tp.date.now("Q", 0, tp.file.title, "YYYY-[Q]Q") %> Ziele ^q<% tp.date.now("Q", 0, tp.file.title, "YYYY-[Q]Q") %>i


Aufgaben

[!examples]- Backlog

not done
no scheduled date
no start date
no due date
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!todo]- Aktive Aufgaben

not done
starts on or before <% tp.date.now("YYYY-MM-DD", "P+3M", tp.file.title, "YYYY-[Q]Q") %>
has start date
no scheduled date
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!hint]- Geplante Aufgaben

not done
scheduled <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-[Q]Q") %> <% tp.date.now("YYYY-MM-DD", "P+3M", tp.file.title, "YYYY-[Q]Q") %>
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!done]- Erledigte Aufgaben

TASK
FROM !"Resources/Templates"
WHERE completed AND completion >= date(<% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-[Q]Q") %>) AND completion < date(<% tp.date.now("YYYY-MM-DD", "P+3M", tp.file.title, "YYYY-[Q]Q") %>)
SORT completion, start

Geburtstage

TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= <% tp.date.now("MM", 0, tp.file.title, "YYYY-[Q]Q") %> AND birthday.month <= <% tp.date.now("MM", "P+2M", tp.file.title, "YYYY-[Q]Q") %>
SORT birthday.month, birthday.day