35 lines
912 B
Markdown
35 lines
912 B
Markdown
---
|
|
id: "2023"
|
|
aliases: []
|
|
tags: []
|
|
journal: cimt yearly
|
|
journal-date: "2023-01-01"
|
|
journal-end-date: "2023-12-31"
|
|
journal-start-date: "2023-01-01"
|
|
---
|
|
##### [[2023-01|1]] · [[2023-02|2]] · [[2023-03|3]] · [[2023-04|4]] · [[2023-05|5]] · [[2023-06|6]] · [[2023-07|7]] · [[2023-08|8]] · [[2023-09|9]] · [[2023-10|10]] · [[2023-11|11]] · [[2023-12|12]] ^01y
|
|
|
|
[[Journal/cimt AG/2022|❮❮]] ⋮ [[Journal/cimt AG/2023|2023]] ⋮ [[Journal/cimt AG/2024|❯❯]]
|
|
|
|
---
|
|
## 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
|
|
]
|
|
}));
|
|
```
|
|
^2023i
|
|
|
|
---
|
|
## 🗓️ Wichtige Ereignisse
|
|
|