First init.
This commit is contained in:
11
99. System/Templates/Invoice Template.md
Normal file
11
99. System/Templates/Invoice Template.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
Vendor: "[[]]"
|
||||
Date:
|
||||
DueDate:
|
||||
Amount:
|
||||
Related:
|
||||
Note:
|
||||
tags:
|
||||
- invoice
|
||||
Open: true
|
||||
---
|
||||
34
99. System/Templates/Meeting Template.md
Normal file
34
99. System/Templates/Meeting Template.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Meeting: {{title}}
|
||||
Date: {{date}}
|
||||
Time: {{time}}
|
||||
Location/Call: {{location}}
|
||||
Attendees: {{attendees}}
|
||||
|
||||
---
|
||||
|
||||
## Agenda
|
||||
- [ ] Item 1
|
||||
- [ ] Item 2
|
||||
- [ ] Item 3
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
- Key discussion point 1
|
||||
- Key discussion point 2
|
||||
- Decisions made:
|
||||
- Decision 1
|
||||
- Decision 2
|
||||
|
||||
---
|
||||
|
||||
## Action Items
|
||||
- [ ] Task 1 – Owner (Due: YYYY-MM-DD)
|
||||
- [ ] Task 2 – Owner (Due: YYYY-MM-DD)
|
||||
- [ ] Task 3 – Owner (Due: YYYY-MM-DD)
|
||||
|
||||
---
|
||||
|
||||
## Links & References
|
||||
- Related project: [[Project Name]]
|
||||
- Docs/attachments: [Link]
|
||||
57
99. System/Templates/Project Kickoff Template.md
Normal file
57
99. System/Templates/Project Kickoff Template.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# Project: {{project_name}}
|
||||
|
||||
**Start Date:** {{date}}
|
||||
**Project Owner:** {{owner}}
|
||||
**Sponsor/Stakeholders:** {{stakeholders}}
|
||||
**Project Manager (if different):** {{pm}}
|
||||
|
||||
---
|
||||
|
||||
## Purpose / Goals
|
||||
- Why are we doing this?
|
||||
- What’s the business value?
|
||||
|
||||
---
|
||||
|
||||
## Scope
|
||||
**In Scope:**
|
||||
- Item 1
|
||||
- Item 2
|
||||
|
||||
**Out of Scope:**
|
||||
- Item 1
|
||||
- Item 2
|
||||
|
||||
---
|
||||
|
||||
## Timeline / Milestones
|
||||
- Kickoff: {{date}}
|
||||
- Phase 1 Complete: {{date}}
|
||||
- Go-Live: {{date}}
|
||||
- Post-Implementation Review: {{date}}
|
||||
|
||||
---
|
||||
|
||||
## Resources
|
||||
- Team members and roles
|
||||
- External vendors / partners
|
||||
- Budget (if applicable)
|
||||
|
||||
---
|
||||
|
||||
## Risks & Assumptions
|
||||
- Potential risks (e.g., downtime, vendor delays, compliance hurdles)
|
||||
- Assumptions (e.g., “Finance will provide test cases by X date”)
|
||||
|
||||
---
|
||||
|
||||
## Action Items (from Kickoff)
|
||||
- [ ] Task 1 – Owner (Due: YYYY-MM-DD)
|
||||
- [ ] Task 2 – Owner (Due: YYYY-MM-DD)
|
||||
|
||||
---
|
||||
|
||||
## Links & References
|
||||
- Related projects: [[Other Project]]
|
||||
- Documentation: [SharePoint/Docs Link]
|
||||
- Meeting notes: [[YYYY-MM-DD – Kickoff Meeting]]
|
||||
Reference in New Issue
Block a user