Changed folder naming.

This commit is contained in:
Alexander Kogutkiewicz
2025-09-21 22:26:43 -05:00
parent 837d0bb6ac
commit ac8a9e293b
114 changed files with 139 additions and 62 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("02 Areas/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