28 lines
850 B
Markdown
28 lines
850 B
Markdown
---
|
|
Steuerbescheid:
|
|
Aufbewahrung:
|
|
tags:
|
|
- process/project
|
|
---
|
|
>[!info]- Projekt
|
|
>Goal:: [[Steuererklärung]]
|
|
>Progress:: `$= dv.view('project-progress', {file: '<% tp.file.title %>'})`
|
|
>Target:: `$= dv.view('project-target', {file: '<% tp.file.title %>'})`
|
|
>Bar:: `$= dv.view('total-progress-bar', {file: "<% tp.file.title %>"})`
|
|
>Tasks:: `$= const aufgaben = dv.page('<% tp.file.title %>').file.inlinks.where(t => { const mt = dv.page(t.path); return mt.tags?.includes('process/task') && mt.status === 'In Arbeit'}); if (aufgaben.length > 0) { dv.header(4, aufgaben.length > 1 ? "Aufgaben" : "Aufgabe"); dv.list(aufgaben) }`
|
|
|
|
## Project Info
|
|
|
|
## Thoughts
|
|
|
|
## Resources
|
|
|
|
## Review questions
|
|
|
|
## Aufgaben
|
|
|
|
- [ ] Lohnsteuerbescheinigung Thomas
|
|
- [ ] Lohnsteuerbescheinigung Claudia
|
|
- [ ] Nebenkostenabrechnung für haushaltsnahe Dienstleistungen
|
|
|