Simon Michael
b81690522d
;doc: CODE: notes on the use of haddock [ #2222 ]
2024-09-11 13:58:08 -07:00
Henning Thielemann
fdc3e674a5
cli: Commands.Balance.multiBalanceReportAsSpreadsheetHelper: return header separately
2024-09-11 13:51:09 -07:00
Henning Thielemann
5a7d0687d5
cli: Commands.Balance.multiBalanceRowAsTextBuilders, multiBalanceReportAsCsvHelper: helper functions removed
2024-09-11 13:51:09 -07:00
Henning Thielemann
ff397f79cc
lib: Write.Spreadsheet.Cell: add cellClass field for HTML style class
...
cmd: Commands.Balance.multiBalanceRowAsCellBuilders: add HTML style class attributes here
This way we do not need to dissect table rows in
multiBalanceReportHtmlHeadRow, multiBalanceReportHtmlBodyRow, multiBalanceReportHtmlFootRow
Eventually removed these three functions.
2024-09-11 13:51:09 -07:00
Henning Thielemann
2fcf793221
cli: Commands.Cli.Balance.rawTableContent: helper function for extracting CSV from Spreadsheet cells
2024-09-11 13:51:09 -07:00
Henning Thielemann
df9531a6b7
cli: Commands.Balance.balanceReportAsSpreadsheet, multiBalanceReportAsSpreadsheet: support for transposition
2024-09-11 13:51:09 -07:00
Henning Thielemann
55c1246598
cli: Commands.Balance.budgetReportAsSpreadsheet: also transpose border
2024-09-11 13:51:09 -07:00
Henning Thielemann
2ed13afed4
lib: Write.Spreadsheet: support for borders like in existing HTML export
...
cli: Commands.Balance: use for FODS export and balance and budget export to HTML
2024-09-11 13:51:09 -07:00
Simon Michael
9ff1ee9127
;doc: relnotes: expand FODS description
2024-09-10 11:54:11 -07:00
Simon Michael
fe7b69fc7c
;doc: relnotes: simplify highlights
2024-09-10 11:49:04 -07:00
Simon Michael
63a83926da
;doc: ROADMAP
2024-09-09 15:54:06 -07:00
Simon Michael
add7028f75
;tools: ghrelnotes: edit
2024-09-09 15:27:27 -07:00
Simon Michael
2513c0205b
;ci: release: notes
2024-09-09 15:27:18 -07:00
Simon Michael
e1a8b9c62f
;doc: cli changelog: cleanup
2024-09-09 15:07:18 -07:00
Simon Michael
30aeb662f2
doc: update manuals
2024-09-09 14:09:28 -07:00
Simon Michael
91db5ef5d1
;doc: update help
2024-09-09 14:07:07 -07:00
Simon Michael
27e6eb0024
;cabal: update cabal files
2024-09-09 14:06:06 -07:00
Simon Michael
c079725836
;pkg: bump version to 1.40.99
2024-09-09 14:06:06 -07:00
Simon Michael
e494c98f9d
;install: bump date
2024-09-09 14:04:55 -07:00
Simon Michael
7d908818d7
;tools: shake manuals -c: also commit COMMAND.md files
2024-09-09 14:04:50 -07:00
Simon Michael
a505ffd3bf
;doc: update help
2024-09-09 14:04:43 -07:00
Simon Michael
a5fb7d639e
;tools: shake cmddocs -c: also commit COMMAND.md files
2024-09-09 14:04:43 -07:00
Simon Michael
2c7c2c6d05
;tools: shake: cleanup, note dependency issues
2024-09-09 14:04:43 -07:00
Simon Michael
e79f45a737
;tools: shake build: fix with no arguments
2024-09-09 14:04:43 -07:00
Simon Michael
33d9b6f35d
;doc: announce: 1.40
2024-09-09 14:04:43 -07:00
Simon Michael
59d0ed1cd8
;doc: relnotes: 1.40
...
And add 1.34 highlights.
2024-09-09 14:04:43 -07:00
Simon Michael
5cbbdb4670
imp: reg --sort: show supported keys in help and error message [ #2211 ]
2024-09-09 14:04:43 -07:00
Simon Michael
3b73360584
;doc: update changelogs
2024-09-09 14:04:43 -07:00
Simon Michael
483350c8cb
;tools: relnotes: more output, robustness
2024-09-09 14:04:43 -07:00
Simon Michael
dda3855ba2
;cabal: update cabal files
2024-09-09 14:04:43 -07:00
Simon Michael
eaa494a4cb
;pkg: allow doclayout 0.5
2024-09-09 14:04:43 -07:00
Simon Michael
6f07328501
;examples: csv: monzo
2024-09-09 14:04:43 -07:00
Simon Michael
979c387663
;doc: changelogs: 1.40
2024-09-09 14:04:08 -07:00
Simon Michael
105670edad
;doc: Config files: rewrite
2024-09-09 14:04:02 -07:00
Simon Michael
0088490701
;doc: update sample config files
2024-09-09 14:04:02 -07:00
Simon Michael
55d47ceacd
fix:pkg:ui: avoid brick 2.3.2 which doesn't build on windows
...
That version depends on unix as well as unix-compat.
2024-09-09 14:03:41 -07:00
Simon Michael
53373d9620
install: bump versions
2024-09-09 14:03:35 -07:00
Simon Michael
08a356a7cb
;dev: pkg: bump to latest nightly stackage snapshot
2024-09-09 14:03:35 -07:00
Simon Michael
30b58272b8
;dev: cleanup [ #2218 ]
2024-09-09 11:04:26 -07:00
Michael Rees
e34fa491af
Add abs implementation for MixedAmount
2024-09-05 11:56:07 +01:00
Michael Rees
52253c01f6
Add absamount as --sort field for register
2024-09-05 11:56:07 +01:00
Michael Rees
d96e3a1e5a
;Include desc/description field in help text for --sort
2024-09-05 11:56:07 +01:00
Michael Rees
693360344c
Add desc/description as possible sort field
2024-09-05 11:56:07 +01:00
Michael Rees
25bcf3eebb
;Don't apply sort spec when only sorting by date
...
If there is no sort spec given, then the postings are already sorted by
date, so there's no need to apply the default sort spec again.
2024-09-05 11:56:07 +01:00
Michael Rees
275c72b770
; Use defsortspec everywhere instead of hard-coding default
2024-09-05 11:56:07 +01:00
Michael Rees
74db7f688c
Document register --sort in Register.md
2024-09-05 11:56:07 +01:00
Michael Rees
b429f57afb
Show error message on conflicting --sort and -H
2024-09-05 11:56:07 +01:00
Michael Rees
4b564966c9
Improve register --sort help message
2024-09-05 11:56:07 +01:00
Michael Rees
b4a9f87fe4
Move SortSpec to Hledger.Reports.ReportOptions
...
As part of this migration, I also switched from using Data.List.splitOn
to Hledger.Utils.splitAtElement.
2024-09-05 11:56:07 +01:00
Michael Rees
00eb0aa16b
feat: register: add --sort as in ledger
2024-09-05 11:56:07 +01:00