Module filters

Source
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§

FilterDefZoned
Helper used to carry Timezone information to Display Trait
FilterDefinition
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§

IndentDisplay
fmt with prefix indent