logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate hledger Register - Account Balances | Online Free DevTools by Hexmos

Generate account registers with hledger-aregister, display transactions and balances per account. Control your ledger entries efficiently. Free online tool, no registration required.

hledger-aregister

Show the transactions and running balances in one account, with each transaction on one line. More information: https://hledger.org/hledger.html#aregister.

  • Show transactions and running balance in the assets:bank:checking account:

hledger {{[areg|aregister]}} assets:bank:checking

  • Show transactions and running balance in the first account named *savings*:

hledger {{[areg|aregister]}} savings

  • Show the checking account’s cleared transactions, with a specified width:

hledger {{[areg|aregister]}} checking {{[-C|--cleared]}} {{[-w|--width]}} {{120}}

  • Show the checking register, including transactions from forecast rules:

hledger {{[areg|aregister]}} checking --forecast

See Also