Commit Graph

12997 Commits

Author SHA1 Message Date
Henning Thielemann
441f46fc06 lib: Tabular.AsciiWide.renderRs: simplify using flattenHeader 2024-09-24 20:50:54 -10:00
Henning Thielemann
b74815287d web: RegisterR.getRegisterR.addCommas: do not drop last account
Bug was introduced in commit 2a99b3d456
in an effort to get rid of partial List.tail,
because GHC-9.8 started to warn about it.

Problem is that the rewritten code with tailDef always removes the last account,
whereas the original intention was to replace all accounts by a comma except the last one.
addCommas should prepare a comma separated list like List.intercalate.
2024-09-24 20:42:32 -10:00
Simon Michael
07b3cc495b fix: web: enable autocomplete in newly created account fields [#2215] 2024-09-24 09:35:35 -10:00
Simon Michael
896a20ad98 dev: web: cleanup: more explicit globals; and match inputs more carefully [#2215]
(Don't match the hidden duplicate inputs created by typeahead.js)
2024-09-24 09:35:35 -10:00
Simon Michael
e77f733b30 ;doc: REGRESSIONS: updates 2024-09-22 07:20:55 -10:00
Simon Michael
8521ef6d6b ;doc: REGRESSIONS: layout 2024-09-20 08:07:09 -10:00
Simon Michael
73538af8f9 ;doc: REGRESSIONS: updates 2024-09-20 08:04:51 -10:00
Simon Michael
c718336f57 ;doc: REGRESSIONS: layout 2024-09-18 12:35:38 -07:00
Simon Michael
fadec41131 ;doc: REGRESSIONS: layout 2024-09-18 12:34:03 -07:00
Simon Michael
7851180cf0 ;doc: REGRESSIONS: updates 2024-09-18 12:30:34 -07:00
Simon Michael
e8068781df ;doc: REGRESSIONS: new table format; updates 2024-09-18 12:23:23 -07:00
Henning Thielemann
144098e407 cli: CompoundBalanceCommand.compoundBalanceReportAsHtml: create according TH cells only if row-total or average is requested
fixed bug #2225
2024-09-18 12:17:00 -07:00
Bas van Dijk
fb47073c91 fix: amount formatting of the Net row in the balancesheet HTML output
The "Net" row in the HTML output of balancesheet formatted amounts using machineFmt which is inconsistent with all the other amounts in the balance sheet. This fixes that by formatting Net amounts using oneLineNoCostFmt.
2024-09-18 10:08:19 -07:00
Simon Michael
5ea99c1a26 ;doc: shell-completion/README: start documenting packaging status [#986] 2024-09-17 11:30:10 -07:00
Simon Michael
f76307bcdb ;doc: shell-completion/README: packager notes [#986] 2024-09-17 11:25:52 -07:00
Simon Michael
2a054a3cc8 ;doc: shell-completion/README: update [#986] 2024-09-17 10:54:57 -07:00
Simon Michael
9589941bb4 ;doc: update changelogs 2024-09-17 07:20:27 -07:00
Simon Michael
ff0fe62fac ;doc: cli, ui, web: mention/link to shell completions 2024-09-17 06:39:23 -07:00
Simon Michael
69da3c0a17 ;pkg: include man pages and info manuals in the release bindists 2024-09-17 06:27:19 -07:00
Simon Michael
68f1395b0d ;ci: binaries-linux-arm32v7: notes, disable wrong completions addition [#2223] 2024-09-16 19:19:34 -07:00
Simon Michael
022c35697c ;doc: RELEASING 2024-09-16 15:10:25 -07:00
Simon Michael
f0b97ecfb7 ;ci: release: notes 2024-09-16 15:09:27 -07:00
gesh
f7f0a817fe Add bash completion to bindist 2024-09-16 15:00:09 -07:00
Simon Michael
e2a824eff2 fix: shell-completion: update these for hledger 1.40 2024-09-14 17:30:29 -07:00
Simon Michael
2b80910a59 ;dev: shell-completion: fix/update commands list parsing 2024-09-14 17:30:29 -07:00
Simon Michael
e330ec9424 ;dev: cli: doc cleanups 2024-09-13 12:33:16 -07:00
Simon Michael
6f10818544 ;doc: config files: shebang line examples 2024-09-13 12:29:59 -07:00
Simon Michael
a0303824ae ;doc: config files: mention command argument limitation [#2231] 2024-09-13 12:21:44 -07:00
Simon Michael
e1c91e8ed4 ;doc: simplify new bug template 2024-09-13 11:51:35 -07:00
Simon Michael
2907b3bb42 ;doc: simplify new bug template 2024-09-13 11:49:26 -07:00
Simon Michael
c2303fe522 ;install: fix installation of hledger-ui, 2 2024-09-12 02:51:55 -07:00
Simon Michael
b5b62ebd97 ;install: fix installation of hledger-ui 2024-09-12 02:49:40 -07:00
Simon Michael
d2793dfd3a ;dev: cleanup: fix Balance.hs typo 2024-09-11 14:01:53 -07:00
Simon Michael
0b95ff0aa5 ;dev: cleanup: drop obscure todo comment [#2222] 2024-09-11 14:00:28 -07:00
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