include file name in a journal's string representation
This commit is contained in:
parent
a8d86fb5e5
commit
91b7736a8b
@ -20,7 +20,8 @@ import Hledger.Data.TimeLog
|
||||
|
||||
|
||||
instance Show Journal where
|
||||
show j = printf "Journal with %d transactions, %d accounts: %s"
|
||||
show j = printf "Journal %s with %d transactions, %d accounts: %s"
|
||||
(filepath j)
|
||||
(length (jtxns j) +
|
||||
length (jmodifiertxns j) +
|
||||
length (jperiodictxns j))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user