Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolfschr/GSWL-book
This repository contains the content of the book Getting Started With Ledger.
https://github.com/rolfschr/GSWL-book
ledger
Last synced: 3 months ago
JSON representation
This repository contains the content of the book Getting Started With Ledger.
- Host: GitHub
- URL: https://github.com/rolfschr/GSWL-book
- Owner: rolfschr
- License: mit
- Created: 2016-02-07T18:04:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T19:57:20.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:42:21.765Z (6 months ago)
- Topics: ledger
- Language: CSS
- Size: 63.5 KB
- Stars: 126
- Watchers: 9
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome-github-stars - rolfschr/GSWL-book - This repository contains the content of the book Getting Started With Ledger. (CSS)
README
# Getting Started With Ledger - The Book
*Getting Started With Ledger* is an introductory book for the excellent command line accounting tool [Ledger](http://ledger-cli.org/).
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](https://github.com/rolfschr/GSWL-book/releases) page and download the PDF file.
You can also browse the latest version on [GitHub](https://rolfschr.github.io/gswl-book/latest.html).
## Get the latest version
```bash
$ 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
```