;imp: check: recentassertions: improve message readability

This commit is contained in:
Simon Michael 2024-07-16 11:25:38 +01:00
parent 4b4d35fb80
commit 4b3abfd470
2 changed files with 8 additions and 6 deletions

View File

@ -289,18 +289,19 @@ findRecentAssertionError today ps = do
"%s\n",
"The recentassertions check is enabled, so accounts with balance assertions must",
"have a balance assertion within %d days of their latest posting.",
"In account \"%s\", this posting is %d days later",
"than the last balance assertion, which was on %s.",
"",
"In %s,",
"this posting is %d days later than the balance assertion on %s.",
"",
"Consider adding a more recent balance assertion for this account. Eg:",
"",
"%s\n %s %s0 = %s0 ; (adjust asserted amount)"
"%s\n %s %s0 = %sAMT"
])
f
l
(textChomp ex)
maxlag
acct
(bold' $ T.unpack acct)
lag
(showDate latestassertdate)
(show today)

View File

@ -6,6 +6,7 @@ $$$ hledger check recentassertions -f recentassertions.j
The recentassertions check is enabled, so accounts with balance assertions must
have a balance assertion within 7 days of their latest posting.
In account "a", this posting is 8 days later
than t/
In a,
this posting is 8 days later than/
>>>= 1