2017-02-02 22:47:36 +03:00
|
|
|
# Example journal entries
|
2017-01-26 20:14:54 +03:00
|
|
|
|
|
|
|
Example hledger journal entries for various kinds of transaction.
|
|
|
|
|
|
|
|
A purchase:
|
2017-01-26 20:50:06 +03:00
|
|
|
|
2017-01-26 20:14:54 +03:00
|
|
|
```journal
|
|
|
|
2017/1/26 market
|
|
|
|
expenses:food $10
|
|
|
|
assets:cash
|
|
|
|
```
|
|
|
|
|