Accounting tools

Accounting tools

What is hledger giving us that ledger doesn’t have?

  1. ledger (Not using anymore)

    pacman -S ledger
    
  2. hledger

    paru -S hledger-bin
    
    pacman -S hledger
    
    1. hledger-ui

      paru -S hledger-ui-bin
      
      1. Usage
        1. Navigate to the ledger directory
          hledger-ui -f parentLedger.journal
          

How to use them?

  1. The monthly balance csv files are very helpful.
  2. Freeze the first column
    1. How to sort the columns from the most recent backwards? Instead of using the ascending order for time?
  3. Look at the figure in the major heading to understand how much was the input/output from that category.

Links to this note