blob: 69379382b2ccef759807962222f7d4e500f2bfe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
;; If Python support is enabled, then the following code may be
;; uncomment to demonstrate a rather useless example.
; !python
; from ledger import *
; def foo(d, val):
; return val + d.xact.amount
; !end
;
; --value-expr 'foo'{$100}
2004/05/01 Checking balance
Assets:Checking $500.00
Equity:Opening Balances
2004/05/29 Book Store
Expenses:Books $20.00
Assets:Checking
2004/05/29 Restaurant
Expenses:Food $50.00
Liabilities:MasterCard
|