First init.

This commit is contained in:
Alex Kogutkiewicz
2025-09-21 21:24:47 -05:00
commit 837d0bb6ac
158 changed files with 44068 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
properties:
file.name:
displayName: Invoice
note.Vendor:
displayName: Vendor
note.Date:
displayName: Date
note.Amount:
displayName: Amount
note.DueDate:
displayName: Due
views:
- type: table
name: Table
filters:
and:
- file.inFolder("2. Reference/Vendors/Renewals/Invoices")
- file.hasTag("invoice")
order:
- file.name
- Vendor
- Open
- Date
- DueDate
- Amount
- Note
sort:
- property: Vendor
direction: ASC
columnSize:
note.date: 137
note.DueDate: 142
note.Note: 455