hledger/hledger-lib/Hledger/Data
Simon Michael ddef7d722d lib: update journal account names api
Now we have:

-- | Sorted unique account names posted to by this journal's transactions.
journalAccountNamesUsed :: Journal -> [AccountName]

-- | Sorted unique account names implied by this journal's transactions -
-- accounts posted to and all their implied parent accounts.
journalAccountNamesImplied :: Journal -> [AccountName]

-- | Sorted unique account names declared by account directives in this journal.
journalAccountNamesDeclared :: Journal -> [AccountName]

-- | Sorted unique account names declared by account directives or posted to
-- by transactions in this journal.
journalAccountNamesDeclaredOrUsed :: Journal -> [AccountName]

-- | Sorted unique account names declared by account directives, or posted to
-- or implied as parents by transactions in this journal.
journalAccountNamesDeclaredOrImplied :: Journal -> [AccountName]

-- | Convenience/compatibility alias for journalAccountNamesImpliedOrUsed.
journalAccountNames :: Journal -> [AccountName]
2017-12-29 12:18:04 -08:00
..
Account.hs lib: remove needless numeric comparisons in bal/bs 2017-11-29 07:08:18 -08:00
AccountName.hs lib: expandAccountNames, accountNamesFromPostings should sort here 2017-12-29 12:16:46 -08:00
Amount.hs Add Support for Rewriting Multipler Postings Into Different Commodities (#557) 2017-05-30 07:30:15 -07:00
AutoTransaction.hs lib: fix backtracking in periodexpr parser 2017-11-27 06:38:47 -08:00
Commodity.hs Add Support for Rewriting Multipler Postings Into Different Commodities (#557) 2017-05-30 07:30:15 -07:00
Dates.hs lib: fix backtracking in periodexpr parser 2017-11-27 06:38:47 -08:00
Journal.hs lib: update journal account names api 2017-12-29 12:18:04 -08:00
Ledger.hs lib: Added a new transaction to samplejournal. 2017-07-15 08:02:03 +01:00
MarketPrice.hs Added a simple 'showMarketPrice' function to show market price directives in a journal-compatible way (#505) 2017-02-03 18:20:00 -08:00
Period.hs ui: --watch: track date only when a standard period is in effect 2016-12-07 15:19:36 -08:00
Posting.hs lib: expandAccountNames, accountNamesFromPostings should sort here 2017-12-29 12:16:46 -08:00
RawOptions.hs lib: optserror -> usageError, consolidate with other error functions (#529) 2017-03-29 08:00:51 -07:00
StringFormat.hs cli: refactor: move commands to a subdirectory, reinstate test command 2017-09-12 10:04:36 -07:00
Timeclock.hs lib: textification: descriptions & codes 2016-05-24 19:00:58 -07:00
Transaction.hs lib: Allow balance-only entries in csv reader 2017-12-14 18:26:29 -08:00
Types.hs lib: fix backtracking in periodexpr parser 2017-11-27 06:38:47 -08:00