• Stars
    star
    126
  • Rank 283,712 (Top 6 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository contains the content of the book Getting Started With Ledger.

Getting Started With Ledger - The Book

Getting Started With Ledger is an introductory book for the excellent command line accounting tool Ledger.

The book covers:

  • The basics of (double entry) accounting.
  • Installing & running basic Ledger.
  • Setting up a fully automatic environment for production use.
  • Integrating external data (CSV from banks etc.) into the journal.
  • Generating the usual reports about one's financial situation automatically.
  • Advanced topics like automated transactions (briefly).

Get the book

Go the the Releases page and download the PDF file.

You can also browse the latest version on GitHub.

Get the latest version

$ mkdir -p ~/src && cd ~/src
$ git clone https://github.com/rolfschr/GSWL-book.git
$ cd GSWL-book
$ make pdf # use pandoc to generate LaTeX & PDF file