Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type:expense merchant:Starbucks category:Meals amount>20 has:receipt
- `tag:` – tag or multiple tags
- `amount:` / `purchase-amount:` – supports `=`, `>`, `<`, `>=`, `<=`
- `status:` – unreported, draft, outstanding, approved, paid, done
- `date:` – expense date, supports relative dates like `date:this-month`, `date:last-month`, `date:year-to-date`, `date:this-week`
- `date:` – expense date, supports relative dates like `date:this-month`, `date:last-month`, `date:year-to-date`, `date:this-week`. Also supports comparisons (`date>=2024-01-01 date<=2024-01-31`) for date ranges
- `has:` – attachment, receipt, category, tag
- `expense-type:` – cash, card, distance, per-diem
- `reimbursable:` and `billable:` – yes or no
Expand All @@ -69,7 +69,7 @@ type:expense merchant:Starbucks category:Meals amount>20 has:receipt

- `report-id:` – unique report reference
- `status:` – draft, outstanding, approved, paid, done
- `submitted:` / `approved:` / `paid:` / `exported:` – supports absolute or relative dates
- `submitted:` / `approved:` / `paid:` / `exported:` – supports absolute or relative dates, and comparisons for date ranges (e.g., `submitted>=2024-01-01 submitted<=2024-01-31`)
- `title:` – report title
- `total:` – total amount with relative comparisons
- `withdrawn:` – ACH withdrawal date
Expand Down
Loading