diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2012-03-25 14:54:50 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2012-03-25 14:54:50 +0100 |
commit | d9baad45fac94190cf410629c216628e18cc5d75 (patch) | |
tree | ae3e86ef95d9d7e0b2514fb3639dc4859efcdc0a /test/baseline/cmd-budget.test | |
parent | 8962d9c904d5630b508ca2b10f2bf66e7f32a30b (diff) | |
download | fork-ledger-d9baad45fac94190cf410629c216628e18cc5d75.tar.gz fork-ledger-d9baad45fac94190cf410629c216628e18cc5d75.tar.bz2 fork-ledger-d9baad45fac94190cf410629c216628e18cc5d75.zip |
Add more baseline tests
Diffstat (limited to 'test/baseline/cmd-budget.test')
-rw-r--r-- | test/baseline/cmd-budget.test | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/test/baseline/cmd-budget.test b/test/baseline/cmd-budget.test new file mode 100644 index 00000000..91d5a901 --- /dev/null +++ b/test/baseline/cmd-budget.test @@ -0,0 +1,65 @@ +~ Monthly + Expenses:Phone 10.00 GBP + Expenses:Rent 550.00 GBP + Assets + +2012-01-10 * Phone expense on holidays + Expenses:Phone 12.00 EUR @@ 10.00 GBP + Assets:Cash -10.00 GBP + +2012-01-31 * Rent expense + Expenses:Rent 550.00 GBP + Assets:Cash -550.00 GBP + +2012-02-28 * Phone expense + Expenses:Phone 20.00 GBP + Assets:Cash -20.00 GBP + +2012-02-29 * Rent expense + Expenses:Rent 530.00 GBP + Assets:Cash -530.00 GBP + +2012-03-10 * Phone expense + Expenses:Phone 15.00 GBP + Assets:Cash -15.00 GBP + +2012-03-31 * Rent expense + Expenses:Rent 570.00 GBP + Assets:Cash -570.00 GBP + +test budget -X GBP -p "in january 2012" + -560.00 GBP -560.00 GBP 0 100% Assets + 560.00 GBP 560.00 GBP 0 100% Expenses + 10.00 GBP 10.00 GBP 0 100% Phone + 550.00 GBP 550.00 GBP 0 100% Rent +------------ ------------ ------------ ----- + 0 0 0 0 +end test + +test budget -X GBP -p "in feb 2012" + -550.00 GBP -560.00 GBP 10.00 GBP 98% Assets + 550.00 GBP 560.00 GBP -10.00 GBP 98% Expenses + 20.00 GBP 10.00 GBP 10.00 GBP 200% Phone + 530.00 GBP 550.00 GBP -20.00 GBP 96% Rent +------------ ------------ ------------ ----- + 0 0 0 0 +end test + +test budget -X GBP -p "in march 2012" + -585.00 GBP -560.00 GBP -25.00 GBP 104% Assets + 585.00 GBP 560.00 GBP 25.00 GBP 104% Expenses + 15.00 GBP 10.00 GBP 5.00 GBP 150% Phone + 570.00 GBP 550.00 GBP 20.00 GBP 104% Rent +------------ ------------ ------------ ----- + 0 0 0 0 +end test + +test budget -X GBP --now "2012-03-31" +-1695.00 GBP -1680.00 GBP -15.00 GBP 101% Assets + 1695.00 GBP 1680.00 GBP 15.00 GBP 101% Expenses + 45.00 GBP 30.00 GBP 15.00 GBP 150% Phone + 1650.00 GBP 1650.00 GBP 0 100% Rent +------------ ------------ ------------ ----- + 0 0 0 0 +end test + |