diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2012-03-25 17:39:49 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2012-03-25 17:39:49 +0100 |
commit | 4d0daf77d7aef535bc206154344a1061b6064ec6 (patch) | |
tree | 558f003c46d112b01030e3ec2bd7a0e3760f6f67 /test/baseline/opt-lot-notes.test | |
parent | f4e6d30736a41008da0193e58fbe89f15fdbb3b0 (diff) | |
download | fork-ledger-4d0daf77d7aef535bc206154344a1061b6064ec6.tar.gz fork-ledger-4d0daf77d7aef535bc206154344a1061b6064ec6.tar.bz2 fork-ledger-4d0daf77d7aef535bc206154344a1061b6064ec6.zip |
Add more baseline tests
Diffstat (limited to 'test/baseline/opt-lot-notes.test')
-rw-r--r-- | test/baseline/opt-lot-notes.test | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/test/baseline/opt-lot-notes.test b/test/baseline/opt-lot-notes.test index e69de29b..3bfa9e45 100644 --- a/test/baseline/opt-lot-notes.test +++ b/test/baseline/opt-lot-notes.test @@ -0,0 +1,31 @@ +2012-01-01 * Opening balance + Assets:Cash 100.00 GBP + Equity:Opening Balance + +2012-01-02 * Voucher 1 + Assets:Voucher 10.00 GBP (aaaa) + Assets:Cash -10.00 GBP + +2012-01-03 * Voucher 1 + Assets:Voucher 10.00 GBP (bbbb) + Assets:Cash -10.00 GBP + +2012-01-04 * Voucher 1 + Assets:Voucher 10.00 GBP (cccc) + Assets:Cash -10.00 GBP + +test bal assets:voucher --lot-notes + 10.00 GBP (aaaa) + 10.00 GBP (bbbb) + 10.00 GBP (cccc) Assets:Voucher +end test + +test reg assets:voucher --lot-notes +12-Jan-02 Voucher 1 Assets:Voucher 10.00 GBP (aaaa) 10.00 GBP (aaaa) +12-Jan-03 Voucher 1 Assets:Voucher 10.00 GBP (bbbb) 10.00 GBP (aaaa) + 10.00 GBP (bbbb) +12-Jan-04 Voucher 1 Assets:Voucher 10.00 GBP (cccc) 10.00 GBP (aaaa) + 10.00 GBP (bbbb) + 10.00 GBP (cccc) +end test + |