mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
125 lines
8.5 KiB
Markdown
125 lines
8.5 KiB
Markdown
<style>
|
||
#toc > ol > li > a { display:none; }
|
||
#toc > ol > li > ol > li { padding-left:0; }
|
||
</style>
|
||
* toc
|
||
|
||
# More docs...
|
||
|
||
Most of this has been contributed to the new **[plaintextaccounting.org](http://plaintextaccounting.org)** site,
|
||
but not yet eg the [accounting](#accounting) links.
|
||
|
||
## Blog posts & articles
|
||
|
||
- Simon Michael:
|
||
[Introducing hledger!](http://joyful.com/blog/2013-10-18-introducing-hledger.html),
|
||
[More on ledger](http://joyful.com/blog/2013-10-19-more-on-ledger.html),
|
||
[What is hledger ?](http://joyful.com/blog/2013-10-20-what-is-hledger.html),
|
||
[more...](http://joyful.com/tags/hledger.html) 2013-
|
||
- [Joey Hess: hledger](http://joeyh.name/blog/entry/hledger) 2012
|
||
- [Magnus Henoch: monspuraj programoj](http://חנוך.se/diary/monspuraj_programoj/index.eo.html) ([english](http://translate.google.com/translate?hl=en&sl=eo&u=http://xn--9dbdkw.se/diary/monspuraj_programoj/index.eo.html)) 2012
|
||
- [Sascha Welter: Doing my own accounting](http://betabug.ch/blogs/ch-athens/1221) 2011
|
||
- [Clint Adams: Accounting at SFLC](http://www.softwarefreedom.org/blog/2011/sep/07/accounting-at-sflc/) 2011
|
||
- [Christine Spang: [h]ledger rocks my world](http://blog.spang.cc/posts/hledger_rocks_my_world/) 2010
|
||
- [Roman Cheplyaka: hledger](http://ro-che.blogspot.com/2010/02/hledger.html) 2010
|
||
- [Fabrice Niessen on Ledger, hledger, beancount, CSV2Ledger](http://www.mygooglest.com/fni/ledger.html) 2010
|
||
- [советы: Ledger — бухучёт в командной строке](http://s.arboreus.com/2009/05/personal-accounting-in-command-line.html) ([english](http://translate.google.com/translate?hl=en&sl=ru&u=http://s.arboreus.com/2009/05/personal-accounting-in-command-line.html)) 2009
|
||
|
||
- Hacker News mentions:\
|
||
[Hledger – Double-entry accounting from the Unix tools perspective (2012)](https://news.ycombinator.com/item?id=8806056) 2014\
|
||
[Ledger, a powerful CLI accounting tool](https://news.ycombinator.com/item?id=7707262) 2014\
|
||
[Command Line Accounting With Ledger and Reckon](https://news.ycombinator.com/item?id=5233255) 2013\
|
||
[Ledger: Command-line double-entry accounting](https://news.ycombinator.com/item?id=872244) 2009
|
||
|
||
## Related info
|
||
|
||
John Wiegley's [Ledger](http://www.ledger-cli.org/) inspired hledger.
|
||
Here are some good intros, which also serve as a good orientation for hledger:
|
||
|
||
- [Ledger CLI Accounting for Geeks](http://blog.loadingdata.nl/accounting-for-geeks/#/) slides by Daniël Bos, 2014
|
||
(press space to advance)
|
||
- [ledger basics and habits](http://matthewturland.com/2014/03/29/ledger-basics-and-habits/) blog post by Matthew Turland, 2014
|
||
- [Hacking Your Finances for Fun and Profit](http://matthewturland.com/slides/ledger-stats/) slides by Matthew Turland, 2013
|
||
- [The accounting quest: Ledger](http://lwn.net/Articles/501681/) LWN.net, 2012
|
||
- [Ledger: Command-line double-entry accounting](https://news.ycombinator.com/item?id=872244) Hacker News discussion, 2009
|
||
- [Ledger's informative manual](http://ledger-cli.org/3.0/doc/ledger3.html),
|
||
and the [Ledger wiki](http://wiki.ledger-cli.org)
|
||
- [Non-Profit Accounting With Ledger CLI, A Tutorial](https://gitorious.org/ledger/npo-ledger-cli/source/npo-ledger-cli-tutorial.md)
|
||
describes Software Freedom Conservancy's setup, 2013
|
||
|
||
Martin Blais' [beancount](http://furius.ca/beancount/) is another Ledger-inspired tool, written in Python.
|
||
It has good [documentation](http://furius.ca/beancount/doc/index), some of which may be useful to hledger users:
|
||
|
||
- Command-line Accounting in Context
|
||
- The Double-Entry Counting Method
|
||
- [Command-line Accounting Cookbook](http://furius.ca/beancount/doc/cookbook) example real-world journal entries
|
||
- A Comparison of Beancount and Ledger & HLedger
|
||
|
||
See also the two Twitter feeds:
|
||
|
||
- <a href="https://twitter.com/LedgerTips">@LedgerTips</a> Tips and tricks for Ledger, hledger, beancount, etc.
|
||
- [#ledgercli](https://twitter.com/search?q=%23ledgercli&src=typd&f=realtime) Search for latest mentions of the `#ledgercli` hash tag
|
||
|
||
## Accounting
|
||
|
||
-
|
||
[Accounting](http://en.wikipedia.org/wiki/Accounting),
|
||
[Bookkeeping](http://en.wikipedia.org/wiki/Bookkeeping),
|
||
[Double-entry bookkeeping system](http://en.wikipedia.org/wiki/Double_entry_bookkeeping_system),
|
||
[General journal](http://en.wikipedia.org/wiki/General_journal)
|
||
etc. at Wikipedia
|
||
- [Accounting For Dragons](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons) why you should know accounting
|
||
- [Bean Counter](http://www.dwmbeancounter.com/) - tutorials, such as
|
||
[So, you want to learn Bookkeeping!](http://www.dwmbeancounter.com/tutorial/Tutorial.html).
|
||
This has been recommended on the ledger list.
|
||
- [Accounting Basics](http://www.accountingverse.com/accounting-basics/)
|
||
- [Guru 99 Accounting Tutorials](http://www.guru99.com/accounting.html)
|
||
- [principlesofaccounting.com](http://www.principlesofaccounting.com)
|
||
- [Double Entry Bookkeeping](http://c2.com/cgi/wiki?DoubleEntryBookkeeping) discussion by software developers at the WikiWikiWeb
|
||
- [The Vanished Grandeur of Accounting](http://www.bostonglobe.com/ideas/2014/06/07/the-vanished-grandeur-accounting/3zcbRBoPDNIryWyNYNMvbO/story.html) (Boston Globe) & [discussion](https://news.ycombinator.com/item?id=7933746)
|
||
- [Winning Financially is Simple](http://directory.libsyn.com/episode/index/show/youneedabudget/id/2657122) and other good episodes from the [YNAB Podcast](http://directory.libsyn.com/shows/view/id/youneedabudget)
|
||
- [Back to the Stone Age: Low-Tech Expense Tracking](http://www.getrichslowly.org/blog/2011/02/28/back-to-the-stone-age-low-tech-expense-tracking/) Get Rich Slowly
|
||
- [Track Every Penny You Spend](http://www.getrichslowly.org/blog/2006/09/22/track-every-penny-you-spend/) Get Rich Slowly
|
||
- [I’ve Tracked My Expenses — Now What?](http://www.getrichslowly.org/blog/2011/04/08/ask-the-readers-ive-tracked-my-expenses-now-what/) Get Rich Slowly
|
||
- [A Slow-Tech Approach to Tracking Spending](http://mobile.nytimes.com/2014/05/12/your-money/household-budgeting/a-slow-tech-approach-to-tracking-spending.html)
|
||
- [Your Financial Network Map](http://www.bargaineering.com/articles/financial-network-map.html)
|
||
- [The Accountancy Model and The Accountancy Model Examples](http://timriley.net/appahost/accountancy_model.html) - two free books by Tim Riley
|
||
- [Gnucash and double entry accounting](http://www.austintek.com/gnucash/ncsa-gnucash-talk.html) - double entry accounting introduction with examples
|
||
- [Accounting for Computer Scientists](http://martin.kleppmann.com/2011/03/07/accounting-for-computer-scientists.html)
|
||
- [Closing Entries](http://www.cliffsnotes.com/more-subjects/accounting/accounting-principles-i/completion-of-the-accounting-cycle/closing-entries)
|
||
- [Tutorial on multiple currency accounting](http://www.mscs.dal.ca/~selinger/accounting/tutorial.html) by Peter Selinger
|
||
|
||
## hledger add-ons
|
||
|
||
- [hledger-interest](http://hackage.haskell.org/package/hledger-interest) generates various kinds of interest transaction
|
||
- [hledger-irr](http://hackage.haskell.org/package/hledger-irr) reports internal rate of return (effective interest rate)
|
||
- [ledger-autosync](https://bitbucket.org/egh/ledger-autosync) downloads/converts/deduplicates OFX data
|
||
- [hledger-chart](http://hackage.haskell.org/package/hledger-chart) generates simple pie charts (unmaintained)
|
||
- [hledger-vty](http://hackage.haskell.org/package/hledger-vty) a simple curses-style UI (unmaintained)
|
||
- More in [bin/](https://github.com/simonmichael/hledger/tree/master/bin/)
|
||
|
||
## Scripting examples
|
||
|
||
- <https://gist.github.com/4172604> printing average expenses by month
|
||
- <https://gist.github.com/4210558> calculating historical account balances
|
||
- More in [bin/](https://github.com/simonmichael/hledger/tree/master/bin/)
|
||
|
||
## Similar projects
|
||
|
||
In addition to hledger and Ledger, there are other [Ledger ports](ledgerwiki>Ports) and Ledger-likes, incompatible but similar in concept:
|
||
|
||
- Martin Blais' [beancount](https://furius.ca/beancount/) (python)
|
||
- Harshad RJ's [Abandon](https://github.com/hrj/abandon) (scala)
|
||
- dimonf's [ledger.pl](https://github.com/dimonf/ledger.pl) (perl)
|
||
- Omari Norman's [penny](https://github.com/massysett/penny) (haskell)
|
||
- Uwe Hollerbach's [umm](http://hackage.haskell.org/package/UMM) (haskell)
|
||
|
||
Other things of interest:
|
||
|
||
- [bill](http://darcsden.com/alex/bill), [bill-atomo](http://darcsden.com/alex/bill-atomo) - small time-tracking and billing app
|
||
- [debts](http://darcsden.com/ozamosi/debts) - small debt tracking web app
|
||
- [housetab-multi](http://darcsden.com/dbp/housetab-multi), [housetab.org](http://housetab.org) - a web app to manage expenses between a group of friends
|
||
- [You Need A Budget](http://www.youneedabudget.com/)
|
||
- Software Freedom Conservancy's [npo-acct](http://npoacct.sfconservancy.org) project
|
||
|