hledger/hledger-lib/Hledger
Stephen Morgan df4949ad1a imp!: journal: Remove deprecated account type code syntax from account
directives.

Previously, you declare an account type with the following format:
account assets  A
This has been deprecated since 1.13, and should now be declared with one
of:
account assets  ; type:A
account assets  ; type:asset
2022-01-28 12:38:38 -10:00
..
Data fix: warning (#1799) 2022-01-26 09:00:40 -10:00
Read imp!: journal: Remove deprecated account type code syntax from account 2022-01-28 12:38:38 -10:00
Reports ref: Return the interval split in reportSpan, to reduce the number 2022-01-26 08:05:37 -10:00
Utils fix: Ensure head and tail are not called on empty account names. 2021-12-22 14:37:37 -10:00
Data.hs pkg!: Break functions related to balancing out into a separate module, 2021-09-19 17:10:38 -10:00
Query.hs fix: ui: declared accounts respect not:ACCT (another #1783 fix) 2021-12-09 13:45:57 -10:00
Read.hs dev: Move journal and text parsing utilities into more appropriate places, to reduce reliance on Hledger.Read.Common. 2021-09-19 17:10:38 -10:00
Reports.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Utils.hs fix: bal: better fix for treeLeaves, fixing func tests (#1782) 2021-12-08 18:14:08 -10:00