Expand description
Transaction filters
The filtering logic is implemented in tackler-core
.
Modules§
- logic
- Logical filters to combine other filters
- posting
- Filters based Txn posting attributes
- txn
- Filters based on Transaction properties (headers -fields)
Structs§
- Filter
DefZoned - Helper used to carry Timezone information to Display Trait
- Filter
Definition - The main filter definition
- NullaryFALSE
- Special always false filter (e.g. selects nothing)
- NullaryTRUE
- Special always true filter (e.g. selects always)
Enums§
- TxnFilter
- Enum of all Transaction filters.
Traits§
- Indent
Display - fmt with prefix indent