hledger-lib-1.16: Core data types, parsers and functionality for the hledger accounting tools

Safe HaskellNone
LanguageHaskell2010

Hledger.Data.TransactionModifier

Description

A TransactionModifier is a rule that modifies certain Transactions, typically adding automated postings to them.

Synopsis

Documentation

modifyTransactions :: [TransactionModifier] -> [Transaction] -> [Transaction] Source #

Apply all the given transaction modifiers, in turn, to each transaction.