Skip to main content

Wrapper script for 'hledger balance --budget' report.

Project description

hledger-budget

hledger-budget is a wrapper for for hledger balance --budget report which helps maintaining envelope-style budgeting while using goal-based capabilities for budgeting in hledger.

Introduction

With envelope-style budgeting one divides available spending money into "envelopes" which represent spending categories. For example, there may be a separate envelope for groceries, bills, entertainment and so on. With ledger and hledger accounts and subaccounts serve a role of envelopes.

There are 2 typical approaches for ledger and hledger for envelope-style budgeting:

  • by using subaccounts for your main checking account (for example assets:bank:checking:groceries, assets:bank:checking:bills and so on;
  • by using virtual accounts (and possibly automated transactions).

hledger-budget proposes a different approach: using goal-based budgeting from hledger. With hledger you use periodic transactions to set budgeting goals against "expenses" accounts and track these expenses. One thing which many hledger tutorials often omit, but which enables periodic transaction for fluid envelope-stype budgeting, is that "periodic" transactions don't have to be periodic at all. This gives flexibility necessary for effective envelope-style budgeting and simplicity of budgeting recurring expenses.

To efficiently use goal-based budgeting as envelope-style budgeting, bare hledger misses necessary tools, which hledger-budget provides:

  • ability to verify how much of available money is not yet budgeted and if we're not over-budgeting;
  • easy way to forecast whether there's still enough money to cover all budgeted expenses;
  • how much money each expenses category has budgeted (hledger aggregates budgets of subaccounts in parent accounts).

Example

~ monthly from 2024-01
    (expenses:groceries)        200.00 EUR
    (expenses:bills)            300.00 EUR
    (expenses:car:fuel)         100.00 EUR

~ monthly from 2024-03-10
    (expenses:other)             50.00 EUR

~ 2024-03-05
    (expenses:car:repairs)      150.00 EUR
    (expenses:trips)            400.00 EUR

This is example budget, which you can keep in a separate file included in your journal file, or directly in journal file. It uses non-balancing virtual accounts which are only used for hledger's budget reports; alternatively you could also project your income and balance expenses against it).

This budget sets 2 automatic budgets:

  1. for groceries, bills and car fuel which occurs on the first day of each month;
  2. for "other" expenses which occurs on the 10th day of each month.

By default hledger-budget takes into account budgets from the beginning of current month to the current day. This means that hledger-budget won't account the budget for "other" before 10th day of current month. This is useful for example when you get your salary ~10th of each month. You may include or exclude such budget postings by changing the time period of hledger-budget reports with -b, -e and -p switches. Somewhat counterintuitively, reports with -p 'this month' will create reports for whole months, including the future.

Additionally, there's a one-time envelope-style budget for car repair and for a trip.

Current Budget

hledger-budget balance provides a similar table for a current budget as hledger --budget, but with deaggregated budgets for all accounts. It means that you'll only see money which you explicitly assigned to each "envelope".

hledger-budget makes no assumptions here and shows all accounts for which budget is defined. You may exclude your "spending" accounts from the report, because they affect the total spendings which report presents. For example, if you track transactions like this:

2024-02-01 Groceries
    expenses:groceries          10.00 EUR
    assets:bank:checking       -10.00 EUR

you may want to use hledger-budget balance -x assets:bank:checking.

Budget Verification

hledger-budget check compares your budgets for each month against the money available on one or more "spending" accounts. For example, to see the report for current month, you may use hledger-budget check assets:bank:checking.

The report automatically verifies the validity of your budget:

  • whether there's enough of money for all remaining (budgeted) spendings;
  • whether you're not over-budgeting.

Output Formats

hledger-budget prints pretty tables by default, but there are more formats which it can output. Format is controlled with -O switch and it accepts the following values: rich (default), csv, html, html-bare.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hledger_budget-1.4.0.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hledger_budget-1.4.0-py3-none-any.whl (28.8 kB view details)

Uploaded Python 3

File details

Details for the file hledger_budget-1.4.0.tar.gz.

File metadata

  • Download URL: hledger_budget-1.4.0.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.3 Linux/6.12.32-amd64

File hashes

Hashes for hledger_budget-1.4.0.tar.gz
Algorithm Hash digest
SHA256 76bc48c82e64b129fc2d1446c25bb54d3b1bb1a1bc8a00106c3abed004564074
MD5 7a2370eb22dcdc4f403bff5c92157301
BLAKE2b-256 7aed0c3810eb405c36ab66e82963a937860baf113135b072b5a25012c44c104d

See more details on using hashes here.

File details

Details for the file hledger_budget-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: hledger_budget-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 28.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.3 Linux/6.12.32-amd64

File hashes

Hashes for hledger_budget-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e24f3439147f4bf0dd542560f0cd37e69e627bd94f2c8539ba6772ec9fa5f31b
MD5 3a8bdadf79ef84f80ce099876650c30e
BLAKE2b-256 db00f51dff1b52ea7d48940f937a94d801166406347a0521cdecf2154ca3c19e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page