hledger-lib-1.33: A library providing the core functionality of hledger
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hledger.Reports.EntriesReport

Contents

Description

Journal entries report, used by the print command.

Synopsis

Documentation

type EntriesReport = [EntriesReportItem] Source #

A journal entries report is a list of whole transactions as originally entered in the journal (mostly). This is used by eg hledger's print command and hledger-web's journal entries view.

entriesReport :: ReportSpec -> Journal -> EntriesReport Source #

Select transactions for an entries report.

Tests