hledger-lib-0.23: Core data types, parsers and utilities for the hledger accounting tool.

Safe HaskellNone

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 :: ReportOpts -> Query -> Journal -> EntriesReportSource

Select transactions for an entries report.

Tests