Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register export to HTML and FODS #2266

Merged
merged 7 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. cli: Commands.Register.postingsReportAsSpreadsheet: generalize CSV ou…

    …tput to HTML and FODS
    thielema committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7a78efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edc7a70 View commit details
    Browse the repository at this point in the history
  3. lib: Write.Ods.styleNames: common generation of ODS style names for b…

    …oth formatCell and cellConfig
    thielema committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    268de88 View commit details
    Browse the repository at this point in the history
  4. cli: Commands.Register.postingsReportItemAsRecord: export amounts as …

    …number plus commodity
    
    lib: Write.Spreadsheet.cellFromMixedAmount, cellsFromMixedAmount: taken from Cli.Balance
    thielema committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    98f2b85 View commit details
    Browse the repository at this point in the history
  5. cli: Commands.Register.postingsReportItemAsRecord: format transaction…

    … index as integer
    
    lib: Write.Spreadsheet.Type: new TypeInteger
    thielema committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4d32ad2 View commit details
    Browse the repository at this point in the history
  6. cli: Commands.Register: support hyperlinks to hledger-web in HTML and…

    … FODS output
    
    new option --base-url as in `balance` et.al.
    
    Cli.Anchor: new module initialized with functions from Commands.Balance
    thielema committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a5e19b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9acd8a9 View commit details
    Browse the repository at this point in the history