vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user