vault backup: 2025-09-22 14:27:07

This commit is contained in:
Alex Kogutkiewicz
2025-09-22 14:27:07 -05:00
parent bc77f052fe
commit f78d5800ac
18 changed files with 258 additions and 55 deletions

View File

@@ -0,0 +1,23 @@
properties:
file.name:
displayName: Name
views:
- type: table
name: Table
filters:
and:
- file.inFolder("02 Areas/Vendors/Contacts/Contacts")
- Company == link("Athena SWC LLC")
order:
- file.name
- Title
- Company
- Phone
- Mobile
- E-mail
columnSize:
file.name: 135
note.Title: 189
note.Company: 146
note.Phone: 188
note.Mobile: 170

View File

@@ -0,0 +1,31 @@
---
Title:
Company: "[[Athena SWC LLC]]"
Address: 100 Corporate Parkway, Suite 200
City: Amherst
ZIP: 14226
State: NY
Phone:
Fax:
E-mail:
Website: http://www.athenaswc.com
---
### Renewals
```dataview
TABLE without id file.link AS Renewal, DueDate, Note, Vendor
FROM ""
WHERE contains(file.tags, "renewal")
AND Vendor = this.file.link
SORT Due ASC
```
### Quotes
```dataview
TABLE without id file.link AS Renewal, DueDate, Note, Vendor
FROM ""
WHERE contains(file.tags, "quote")
AND Vendor = this.file.link
SORT Due ASC
```

View File

@@ -6,14 +6,25 @@ Address: 1625 Winnetka Circle
City: Rolling Meadows
State: IL
ZIP: 60008
Company: "[[ExcalTech]]"
Company: "[[]]"
Fax:
---
#### Invoices
### Renewals
```dataview
TABLE without ID file.link AS "Invoice", inv_date as "Date", inv_amount as "Amount"
FROM "2. Reference/Vendors/Procurement/Invoices"
WHERE inv_company = this.file.link
SORT date ASC
TABLE without id file.link AS Renewal, DueDate, Note, Vendor
FROM ""
WHERE contains(file.tags, "renewal")
AND Vendor = this.file.link
SORT Due ASC
```
### Quotes
```dataview
TABLE without id file.link AS Renewal, DueDate, Note, Vendor
FROM ""
WHERE contains(file.tags, "quote")
AND Vendor = this.file.link
SORT Due ASC
```

View File

@@ -1,20 +1,32 @@
---
Person:
Title:
Company: "[[James Imaging]]"
Company: "[[]]"
Address: 3375 Intertech Drive
City: Brookfield
ZIP: 53045
State: WI
Phone: 262-781-7700
Fax: 262-781-9900
E-mail:
---
#### Invoices
### Renewals
```dataview
TABLE without ID file.link AS "Invoice", inv_date as "Date", inv_amount as "Amount"
FROM "2. Reference/Vendors/Procurement/Invoices"
WHERE inv_company = this.file.link
SORT date ASC
TABLE without id file.link AS Renewal, DueDate, Note, Vendor
FROM ""
WHERE contains(file.tags, "renewal")
AND Vendor = this.file.link
SORT Due ASC
```
### Quotes
```dataview
TABLE without id file.link AS Renewal, DueDate, Note, Vendor
FROM ""
WHERE contains(file.tags, "quote")
AND Vendor = this.file.link
SORT Due ASC
```

View File

@@ -0,0 +1,30 @@
---
Title:
Company: "[[Sofos Robotics]]"
Address:
City:
ZIP:
State:
Phone:
Fax:
E-mail:
---
### Renewals
```dataview
TABLE without id file.link AS Renewal, DueDate, Note, Vendor
FROM ""
WHERE contains(file.tags, "renewal")
AND Vendor = this.file.link
SORT Due ASC
```
### Quotes
```dataview
TABLE without id file.link AS Renewal, DueDate, Note, Vendor
FROM ""
WHERE contains(file.tags, "quote")
AND Vendor = this.file.link
SORT Due ASC
```

View File

@@ -0,0 +1,11 @@
---
Title: Senior Account Manager
Company: "[[Athena SWC LLC]]"
Address: 100 Corporate Parkway, Suite 200
City: Amherst
ZIP: 14226
State: NY
Phone: 716-250-7813
Mobile: 716-940-5894
E-mail: zcostello@athenaswc.com
---

View File

@@ -0,0 +1,21 @@
properties:
file.name:
displayName: Name
views:
- type: table
name: Table
filters:
and:
- file.inFolder("02 Areas/Vendors/Contacts/Contacts")
- Company == link("Sofos Robotics")
order:
- file.name
- Title
- Company
- Phone
- E-mail
columnSize:
file.name: 135
note.Title: 136
note.Company: 146
note.Phone: 188