vault backup: 2025-09-25 18:51:36

This commit is contained in:
Alex Kogutkiewicz
2025-09-25 18:51:36 -05:00
parent f78d5800ac
commit 220b12583f
92 changed files with 3227 additions and 62 deletions

View File

@@ -0,0 +1,54 @@
views:
- type: table
name: Table
filters:
and:
- file.inFolder("01 Projects/Epicor EDI Implementation/02 Notes/CNH/Samples")
- '!file.name.endsWith(".base")'
order:
- file.name
- Customer
- Order
- Packer
- Invoice
- date
- DocType
- Test Status
- Note
sort:
- property: date
direction: DESC
columnSize:
file.name: 257
note.Customer: 110
note.Order: 90
note.Invoice: 92
note.date: 168
note.DocType: 154
- type: table
name: Failures
filters:
and:
- file.inFolder("01 Projects/Epicor EDI Implementation/02 Notes/CNH/Samples")
- '!file.name.endsWith(".base")'
- note["Test Status"].contains("Fail")
order:
- file.name
- Customer
- Order
- Packer
- Invoice
- date
- DocType
- Test Status
- Note
sort:
- property: date
direction: DESC
columnSize:
file.name: 257
note.Customer: 110
note.Order: 90
note.Invoice: 92
note.date: 168
note.DocType: 154