First init.
This commit is contained in:
BIN
1. Projects/1. Active/Epicor EDI Implementation/.DS_Store
vendored
Normal file
BIN
1. Projects/1. Active/Epicor EDI Implementation/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: meeting
|
||||
project: "[[Epicor EDI Implementation]]"
|
||||
date: 2025-09-14
|
||||
time: 10:00–10:45
|
||||
location: Teams
|
||||
attendees:
|
||||
- Alex
|
||||
- Jane
|
||||
- Bob
|
||||
---
|
||||
|
||||
## Agenda
|
||||
- Item 1
|
||||
- Item 2
|
||||
|
||||
## Notes
|
||||
- Decision: …
|
||||
|
||||
## Action Items
|
||||
- [ ] Task – Owner (Due: 2025-09-20)
|
||||
BIN
1. Projects/1. Active/Epicor EDI Implementation/2. Notes/.DS_Store
vendored
Normal file
BIN
1. Projects/1. Active/Epicor EDI Implementation/2. Notes/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,43 @@
|
||||
### 📇 Contacts
|
||||
|
||||
_(rolodex card — perfect for people info)_
|
||||
|
||||
---
|
||||
|
||||
### 📅 Meetings
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link as Meeting
|
||||
FROM ""
|
||||
WHERE type = "meeting" AND project = this.file.link AND date >= date(today) AND date <= date(today) + dur(30 days)
|
||||
SORT date ASC
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### 📝 Notes
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link as Note
|
||||
FROM ""
|
||||
WHERE type = "note" AND project = this.file.link
|
||||
SORT date ASC
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### ✅ Tasks
|
||||
|
||||
_(green checkmark — clean and motivating)_
|
||||
|
||||
---
|
||||
|
||||
### 📂 Documents
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID file.link as Document
|
||||
FROM ""
|
||||
WHERE contains(file.folder, "4. Docs")
|
||||
SORT date ASC
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user