move cash vs accrual under common tasks (#51)
This commit is contained in:
@@ -75,6 +75,7 @@ Plain Text Accounting
|
|||||||
<a href="#articles-blog-posts">articles & blog posts</a><br />
|
<a href="#articles-blog-posts">articles & blog posts</a><br />
|
||||||
<a href="#common-tasks">common tasks</a><br />
|
<a href="#common-tasks">common tasks</a><br />
|
||||||
<a href="#choosing-accounts">choosing accounts</a><br />
|
<a href="#choosing-accounts">choosing accounts</a><br />
|
||||||
|
<a href="#choosing-cash-vs-accrual">choosing cash vs accrual</a><br />
|
||||||
<a href="#entering-data">entering data</a><br />
|
<a href="#entering-data">entering data</a><br />
|
||||||
<a href="#importing">importing</a><br />
|
<a href="#importing">importing</a><br />
|
||||||
<a href="#reconciling">reconciling</a><br />
|
<a href="#reconciling">reconciling</a><br />
|
||||||
@@ -501,12 +502,12 @@ other console/curses tools
|
|||||||
<li><a href="quickref/">Syntax Quick Reference for the Ledger-Likes</a></li>
|
<li><a href="quickref/">Syntax Quick Reference for the Ledger-Likes</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="accounting-1">accounting</h4>
|
<h4 id="accounting-1">accounting</h4>
|
||||||
|
<!-- intros/overviews -->
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://furius.ca/beancount/doc/motivation">Command-line Accounting in Context</a></li>
|
<li><a href="http://furius.ca/beancount/doc/motivation">Command-line Accounting in Context</a></li>
|
||||||
<li><a href="https://furius.ca/beancount/doc/intro">The Double-Entry Counting Method</a></li>
|
<li><a href="https://furius.ca/beancount/doc/intro">The Double-Entry Counting Method</a></li>
|
||||||
<li><a href="https://github.com/simonmichael/hledger/wiki/More%20docs#accounting">Misc. accounting intros</a></li>
|
<li><a href="https://github.com/simonmichael/hledger/wiki/More%20docs#accounting">Misc. accounting intros</a></li>
|
||||||
<li><a href="http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons">Accounting for Dragons</a></li>
|
<li><a href="http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons">Accounting for Dragons</a></li>
|
||||||
<li><a href="https://felixcrux.com/blog/ledger-practices-accrual-vs-cash-basis-accounting">Ledger Practices: Accrual vs. Cash Basis Accounting</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="comparisons">comparisons</h4>
|
<h4 id="comparisons">comparisons</h4>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -577,6 +578,10 @@ other console/curses tools
|
|||||||
<li><a href="http://thread.gmane.org/gmane.comp.finance.ledger.general/7398/focus=7417">account structure</a></li>
|
<li><a href="http://thread.gmane.org/gmane.comp.finance.ledger.general/7398/focus=7417">account structure</a></li>
|
||||||
<li><a href="http://money.stackexchange.com/questions/47561/simplified-version-of-double-entry-bookkeeping-for-personal-and-business-finance">Simplified version of double-entry bookkeeping for personal and business finance?</a></li>
|
<li><a href="http://money.stackexchange.com/questions/47561/simplified-version-of-double-entry-bookkeeping-for-personal-and-business-finance">Simplified version of double-entry bookkeeping for personal and business finance?</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h4 id="choosing-cash-vs-accrual">choosing cash vs accrual</h4>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://felixcrux.com/blog/ledger-practices-accrual-vs-cash-basis-accounting">Ledger Practices: Accrual vs. Cash Basis Accounting</a></li>
|
||||||
|
</ul>
|
||||||
<h4 id="entering-data">entering data</h4>
|
<h4 id="entering-data">entering data</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://hledger.org/step-by-step.html#basic-data-entry-reporting">hledger Step by Step: basic data entry</a></li>
|
<li><a href="http://hledger.org/step-by-step.html#basic-data-entry-reporting">hledger Step by Step: basic data entry</a></li>
|
||||||
|
|||||||
7
index.md
7
index.md
@@ -106,6 +106,7 @@ This simple model makes them easy to understand and rely on.
|
|||||||
[articles & blog posts](#articles-blog-posts)
|
[articles & blog posts](#articles-blog-posts)
|
||||||
[common tasks](#common-tasks)
|
[common tasks](#common-tasks)
|
||||||
[choosing accounts](#choosing-accounts)
|
[choosing accounts](#choosing-accounts)
|
||||||
|
[choosing cash vs accrual](#choosing-cash-vs-accrual)
|
||||||
[entering data](#entering-data)
|
[entering data](#entering-data)
|
||||||
[importing](#importing)
|
[importing](#importing)
|
||||||
[reconciling](#reconciling)
|
[reconciling](#reconciling)
|
||||||
@@ -531,12 +532,12 @@ other console/curses tools
|
|||||||
- [Syntax Quick Reference for the Ledger-Likes](quickref/)
|
- [Syntax Quick Reference for the Ledger-Likes](quickref/)
|
||||||
|
|
||||||
#### accounting
|
#### accounting
|
||||||
|
<!-- intros/overviews -->
|
||||||
|
|
||||||
- [Command-line Accounting in Context](http://furius.ca/beancount/doc/motivation)
|
- [Command-line Accounting in Context](http://furius.ca/beancount/doc/motivation)
|
||||||
- [The Double-Entry Counting Method](https://furius.ca/beancount/doc/intro)
|
- [The Double-Entry Counting Method](https://furius.ca/beancount/doc/intro)
|
||||||
- [Misc. accounting intros](https://github.com/simonmichael/hledger/wiki/More%20docs#accounting)
|
- [Misc. accounting intros](https://github.com/simonmichael/hledger/wiki/More%20docs#accounting)
|
||||||
- [Accounting for Dragons](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons)
|
- [Accounting for Dragons](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons)
|
||||||
- [Ledger Practices: Accrual vs. Cash Basis Accounting](https://felixcrux.com/blog/ledger-practices-accrual-vs-cash-basis-accounting)
|
|
||||||
|
|
||||||
#### comparisons
|
#### comparisons
|
||||||
|
|
||||||
@@ -616,6 +617,10 @@ other console/curses tools
|
|||||||
- [account structure](http://thread.gmane.org/gmane.comp.finance.ledger.general/7398/focus=7417)
|
- [account structure](http://thread.gmane.org/gmane.comp.finance.ledger.general/7398/focus=7417)
|
||||||
- [Simplified version of double-entry bookkeeping for personal and business finance?](http://money.stackexchange.com/questions/47561/simplified-version-of-double-entry-bookkeeping-for-personal-and-business-finance)
|
- [Simplified version of double-entry bookkeeping for personal and business finance?](http://money.stackexchange.com/questions/47561/simplified-version-of-double-entry-bookkeeping-for-personal-and-business-finance)
|
||||||
|
|
||||||
|
#### choosing cash vs accrual
|
||||||
|
|
||||||
|
- [Ledger Practices: Accrual vs. Cash Basis Accounting](https://felixcrux.com/blog/ledger-practices-accrual-vs-cash-basis-accounting)
|
||||||
|
|
||||||
#### entering data
|
#### entering data
|
||||||
|
|
||||||
- [hledger Step by Step: basic data entry](http://hledger.org/step-by-step.html#basic-data-entry-reporting)
|
- [hledger Step by Step: basic data entry](http://hledger.org/step-by-step.html#basic-data-entry-reporting)
|
||||||
|
|||||||
Reference in New Issue
Block a user