Merge pull request #31 from cstork/patch-1
Fixed formatting in ledger.md
This commit is contained in:
commit
47cd6f0687
30
ledger.md
30
ledger.md
|
@ -45,23 +45,23 @@ Format
|
|||
|
||||
### Secondary dates
|
||||
|
||||
2008/01/01=2008/01/14 Client invoice ; estimated date you'll be paid
|
||||
2008/01/01=2008/01/14 Client invoice ; estimated date you'll be paid
|
||||
|
||||
### Balance assertions
|
||||
|
||||
2008/01/01 * KFC
|
||||
Expenses:Food $20
|
||||
Assets:Cash $-20 = $500 ; ensures cash is at $500
|
||||
2008/01/01 * KFC
|
||||
Expenses:Food $20
|
||||
Assets:Cash $-20 = $500 ; ensures cash is at $500
|
||||
|
||||
### Balance assignment
|
||||
|
||||
2008/01/01 * Cash balance
|
||||
Assets:Cash = $500
|
||||
Equity:Adjustments
|
||||
2008/01/01 * Cash balance
|
||||
Assets:Cash = $500
|
||||
Equity:Adjustments
|
||||
|
||||
2008/01/01 * KFC
|
||||
Expenses:Food $20
|
||||
Assets:Cash = $500 ; figures out what's needed to make it $500
|
||||
2008/01/01 * KFC
|
||||
Expenses:Food $20
|
||||
Assets:Cash = $500 ; figures out what's needed to make it $500
|
||||
|
||||
### Payables
|
||||
|
||||
|
@ -109,11 +109,11 @@ Format
|
|||
|
||||
### Comments
|
||||
|
||||
; line comment
|
||||
# also line comment
|
||||
% also line comment
|
||||
| also line comment
|
||||
* also line comment
|
||||
; line comment
|
||||
# also line comment
|
||||
% also line comment
|
||||
| also line comment
|
||||
* also line comment
|
||||
|
||||
### Periods
|
||||
|
||||
|
|
Loading…
Reference in New Issue