site: cookbook: start collecting journal entries

[ci skip]
This commit is contained in:
Simon Michael 2017-01-26 09:14:54 -08:00
parent 6ed238a3d6
commit 98d8909bfa
3 changed files with 14 additions and 0 deletions

View File

@ -137,6 +137,7 @@ main = do
"site/account-aliases.md" "site/account-aliases.md"
,"site/account-separator.md" ,"site/account-separator.md"
,"site/csv-import.md" ,"site/csv-import.md"
,"site/entries.md"
] ]
-- cookbook pages combined, ready for web output by hakyll -- cookbook pages combined, ready for web output by hakyll

View File

@ -89,6 +89,7 @@ Practical recipes on one page, including:
<div style="padding-left:0em;"> <div style="padding-left:0em;">
[Common journal entries](entries.html)\
[How to read CSV files](csv-import.html)\ [How to read CSV files](csv-import.html)\
[How to use account aliases](account-aliases.html)\ [How to use account aliases](account-aliases.html)\
[How to use another account separator character](account-separator.html)\ [How to use another account separator character](account-separator.html)\

12
site/entries.md Normal file
View File

@ -0,0 +1,12 @@
# Common Journal Entries
Example hledger journal entries for various kinds of transaction.
A purchase:
```journal
2017/1/26 market
expenses:food $10
assets:cash
```
Please add more.