First init.
This commit is contained in:
33
2. Areas/Vendors/Renewals/Invoices/Invoices.base
Normal file
33
2. Areas/Vendors/Renewals/Invoices/Invoices.base
Normal 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
|
||||
Reference in New Issue
Block a user