diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-21 13:25:17 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-21 13:25:17 -0400 |
commit | 009e07690db50b4e0fb85a2e5ed876bb0dc4235e (patch) | |
tree | 0aff36f7de175f4936ce99bb3d0762540e089ee1 /test/baseline/opt-budget_only.test | |
parent | 9d9a8bd83d324ab5169f01f675d62844964dbd4f (diff) | |
download | fork-ledger-009e07690db50b4e0fb85a2e5ed876bb0dc4235e.tar.gz fork-ledger-009e07690db50b4e0fb85a2e5ed876bb0dc4235e.tar.bz2 fork-ledger-009e07690db50b4e0fb85a2e5ed876bb0dc4235e.zip |
Added tests for sole budget/forecast reports
Diffstat (limited to 'test/baseline/opt-budget_only.test')
-rw-r--r-- | test/baseline/opt-budget_only.test | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/baseline/opt-budget_only.test b/test/baseline/opt-budget_only.test new file mode 100644 index 00000000..b052ed36 --- /dev/null +++ b/test/baseline/opt-budget_only.test @@ -0,0 +1,22 @@ +reg income --budget --now=2010/06/20 +<<< +~ Monthly since 2010/01/01 + Expenses:Bills:Rent $873.00 + Expenses:Household $200.00 + Income:Salary -$2491.60 + Assets:Bank:Checking + +~ biweekly from 2010/02/23 + Expenses:Bills:Housecleaning $85.00 + Assets:Bank:Checking + +2010/06/22 c897683b + Expenses:Household $100.00 + Assets:Bank:Checking +>>> +10-Jan-01 Budget transaction Income:Salary $2491.60 $2491.60 +10-Feb-01 Budget transaction Income:Salary $2491.60 $4983.20 +10-Mar-01 Budget transaction Income:Salary $2491.60 $7474.80 +10-Apr-01 Budget transaction Income:Salary $2491.60 $9966.40 +10-May-01 Budget transaction Income:Salary $2491.60 $12458.00 +10-Jun-01 Budget transaction Income:Salary $2491.60 $14949.60 |