Files
thpeetz-notes/Journal/cimt AG/2021.md
T

32 lines
873 B
Markdown

---
journal: cimt yearly
journal-date: 2021-01-01
journal-start-date: 2021-01-01
journal-end-date: 2021-12-31
---
##### [[2021-01|1]] · [[2021-02|2]] · [[2021-03|3]] · [[2021-04|4]] · [[2021-05|5]] · [[2021-06|6]] · [[2021-07|7]] · [[2021-08|8]] · [[2021-09|9]] · [[2021-10|10]] · [[2021-11|11]] · [[2021-12|12]] ^01y
[[Journal/cimt AG/2020|❮❮]] ⋮ [[Journal/cimt AG/2021|2021]] ⋮ [[Journal/cimt AG/2022|❯❯]]
---
## Jahresziele
```dataviewjs
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
const page = dv.page(p.path);
const tasks = page.file.tasks;
return [
page.file.link,
page.status,
tasks.where(t => t.fullyCompleted === true).length,
tasks.length
]
}));
```
^2021i
---
## 🗓️ Wichtige Ereignisse