Hledger.Data.Account
Description
A compound data type for efficiency. An Account
stores
- an
AccountName
, - all
Posting
s in the account, excluding subaccounts - a
MixedAmount
representing the account balance, including subaccounts.
hledger-lib-0.10: Core types and utilities for working with hledger (or c++ ledger) data.
Hledger.Data.Account
Description
A compound data type for efficiency. An Account
stores
AccountName
,
Posting
s in the account, excluding subaccounts
MixedAmount
representing the account balance, including subaccounts.