Commit Graph

12154 Commits

Author SHA1 Message Date
Simon Michael
d2f95966ab ;github: new issue templates: cleanups 2023-12-12 22:20:07 -10:00
Simon Michael
ad36708518 ;doc: ISSUES: update 2023-12-12 21:58:40 -10:00
Simon Michael
5bcf69a72b ;doc: ISSUES: edit 2023-12-12 21:45:00 -10:00
Simon Michael
11090a53ee ;doc: ISSUES: simpler prioritisation scheme 2023-12-12 21:41:59 -10:00
Simon Michael
0646218205 ;doc: ISSUES: edits 2023-12-12 19:01:30 -10:00
Simon Michael
766faf5c1e ;doc: ISSUES 2023-12-12 18:58:34 -10:00
Simon Michael
b61e731f24 ;ci: ignore the commit message check if it fails 2023-12-12 18:26:15 -10:00
Simon Michael
22882e2b49 ;doc: ISSUES 2023-12-12 18:17:42 -10:00
Simon Michael
122cd22bc6 ;doc:journal: balance assertions and *costs* 2023-12-12 18:09:28 -10:00
Ilja Kocken
0e2aa1623b add Wise CSV rules file 2023-12-09 11:02:50 -10:00
Ilja Kocken
9407e115ba add ING CSV rules file 2023-12-09 11:02:50 -10:00
Ilja Kocken
3290065441 add Venmo CSV rules file 2023-12-09 11:02:50 -10:00
Ilja Kocken
cb751cf674 add PayPal 2023 CSV rules file 2023-12-09 11:02:50 -10:00
Ilja Kocken
d7cfdfd651 add FHB CSV rules file 2023-12-09 11:02:50 -10:00
Ilja Kocken
336a14c27f add N26 CSV rules file 2023-12-09 11:02:50 -10:00
Ilja Kocken
ce9905e768 add Triodos CSV rules file 2023-12-09 11:02:50 -10:00
Simon Michael
b6531a516e just: format 2023-12-09 00:30:31 -10:00
Simon Michael
74864f682e just: hide check, fmt 2023-12-09 00:30:31 -10:00
Simon Michael
67deeafd34 just: push 2023-12-09 00:26:06 -10:00
Simon Michael
36e1380674 ;tools: just, make, shake: cleanup 2023-12-09 00:20:57 -10:00
Simon Michael
7b8df1d34f ;tools: port bake to just, clean up 2023-12-09 00:16:54 -10:00
Simon Michael
c0e9a7f797 ;tools: start using just, a possible replacement for make and bake 2023-12-09 00:16:53 -10:00
Simon Michael
aaf4a38161 fix:timedot: accept numbers beginning with a decimal point again [#2130] 2023-12-08 15:08:35 -10:00
Simon Michael
2cf83cd213 ci: bump shelltestrunner to 1.10 2023-12-08 06:56:48 -10:00
Simon Michael
b0c4bf6f22 ci: bump ghc version to 9.4.4, preliminary for #2129, #2128 2023-12-08 06:34:43 -10:00
Simon Michael
cf99c4ab5d ;stack:9.4: bump to 9.4.8 2023-12-08 06:34:16 -10:00
Simon Michael
51224f6e27 fix: bal --budget --layout=tall was hiding commodity symbols
When reports want to render amounts without commmodity symbols,
they must now use AmountDisplayOpts' new displayCommodity flag.
(Previously it was a side effect of setting displayCommodityOrder.)
2023-12-08 05:52:29 -10:00
Simon Michael
0bc86c95e4 lib: Hledger.Data.Amount: noPrice -> noCost 2023-12-07 23:35:50 -10:00
Simon Michael
862b7e5712 dev: clarify AmountDisplayOpts, add a new flag for symbol display 2023-12-07 23:35:50 -10:00
Simon Michael
aa8c0e8279 ;doc:balance:budget report: tighten up 2023-12-07 23:35:50 -10:00
Simon Michael
c9764e82c9 ;doc:balance:budget report: trim some content
Moved "Budgets and subaccounts" to the cookbook's Budgeting page,
I think it's not needed in the reference manual.
2023-12-07 19:03:52 -10:00
Simon Michael
0526c834dd ;doc:balance:budget report: update/clean up 2023-12-07 18:48:26 -10:00
Simon Michael
9bad34c341 ;doc: changelogs 2023-12-07 11:36:39 -10:00
Simon Michael
1bd7e1bf48 ;doc: update manuals 2023-12-07 11:33:14 -10:00
Simon Michael
e2751a79a3 ;doc: github-release 2023-12-07 11:32:33 -10:00
Simon Michael
7ace5ee560 ;doc: changelogs for 1.32.1 2023-12-07 11:32:20 -10:00
Simon Michael
74cbbd152f ;doc: note that payee and tag can't have tags, unlike account 2023-12-07 09:04:48 -10:00
Simon Michael
c062b14c5d imp: auto-declare builtin tag names like type: and t: (#2119)
Now using type: in account declarations or generating t: with timedot
letters won't cause the `tags` check to fail.

If a user declares any of these explicitly with a tag directive,
it does not cause an error.
2023-12-07 08:55:05 -10:00
Simon Michael
6ae64c8f3e imp: allow declaring the empty payee name with "" (#2119) 2023-12-07 08:30:55 -10:00
Simon Michael
6a41ed9e64 imp: drop the "a difference of ..." line from balance assertion errors
Rationale:
To satisfy the recentassertions check I'm often filling in a bunch of
placeholder balance assertions, copy/pasting the correct amount from
the balance assertion failure messages. In this situation the
difference just repeats the amount in the line above, with opposite
sign, which makes it harder for me to interpret the message and to
copy-paste the right amount. And more generally I think showing the
difference isn't really necessary.
2023-12-07 07:58:52 -10:00
Simon Michael
1d29540a53 ;doc:csv:matchers: clarify, mention !/& limitation (#2088) 2023-12-07 07:58:52 -10:00
Simon Michael
22ac8d056d fix:print: pad/round amounts with inferred costs like the others (#2123) 2023-12-07 03:41:31 -10:00
Simon Michael
cf48fbfad8 ;doc: REGRESSIONS: 2125 2023-12-07 03:41:31 -10:00
Simon Michael
c6a580ff3b fix:import: save each file's latest dates, separately (#2125) 2023-12-07 03:41:31 -10:00
Simon Michael
d1635a55f8 lib: move readFileStrictly to Hledger.Utils.IO 2023-12-07 03:41:31 -10:00
Simon Michael
7899b992b7 fix: prevent a Glob/filemanip package conflict in IO.hs 2023-12-05 17:43:04 -10:00
Simon Michael
d831f48cb0 ;doc: update manuals 2023-12-02 09:09:53 -10:00
Simon Michael
ab313c49c7 ;cabal: update cabal files 2023-12-02 09:09:07 -10:00
Simon Michael
80d1da2db9 ;pkg: bump version to 1.32.99 2023-12-02 09:09:07 -10:00
Simon Michael
26f56e0a13 ;doc: changelogs: merge edits from release branch 2023-12-02 09:06:53 -10:00