File: 375.test

package info (click to toggle)
ledger 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,964 kB
  • sloc: cpp: 39,393; python: 4,476; perl: 1,309; sh: 477; lisp: 435; yacc: 103; makefile: 58
file content (36 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

2009-01-01 * Jan 09
    Assets:Current               100.00 EUR
    Income:Salary

2009-02-01 * Feb 09
    Assets:Current               100.00 EUR
    Income:Salary

2009-03-01 * Mar 09
    Assets:Current               100.00 EUR
    Income:Salary

2010-01-01 * Jan 10
    Assets:Current               100.00 EUR
    Income:Salary

2010-02-01 * Feb 10
    Assets:Current               100.00 EUR
    Income:Salary

test reg -p "until Feb 2009"
09-Jan-01 Jan 09                Assets:Current           100.00 EUR   100.00 EUR
                                Income:Salary           -100.00 EUR            0
end test

test reg -p "until February 2009"
09-Jan-01 Jan 09                Assets:Current           100.00 EUR   100.00 EUR
                                Income:Salary           -100.00 EUR            0
end test

test reg -p "in Feb 2009"
09-Feb-01 Feb 09                Assets:Current           100.00 EUR   100.00 EUR
                                Income:Salary           -100.00 EUR            0
end test