diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-16 16:18:21 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-16 16:22:17 +0100 |
commit | 3c692a94d42349e6f0d40ec8341f6fd4d6052a6e (patch) | |
tree | 12991102d14d190f72973c57f32605ad07c9ded9 /test/regress/793F6BF0.test | |
parent | ec9745161e819576b373db432eadc3df85fb284a (diff) | |
download | fork-ledger-3c692a94d42349e6f0d40ec8341f6fd4d6052a6e.tar.gz fork-ledger-3c692a94d42349e6f0d40ec8341f6fd4d6052a6e.tar.bz2 fork-ledger-3c692a94d42349e6f0d40ec8341f6fd4d6052a6e.zip |
Fixed a problem in the 'entry' command
It was selecting virtual transactions during auto-posting lookup.
Fixes 793F6BF0-9CDE-4741-967A-2CEA697476B4
Diffstat (limited to 'test/regress/793F6BF0.test')
-rw-r--r-- | test/regress/793F6BF0.test | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/test/regress/793F6BF0.test b/test/regress/793F6BF0.test new file mode 100644 index 00000000..a4e1234c --- /dev/null +++ b/test/regress/793F6BF0.test @@ -0,0 +1,52 @@ +entry 2009/03/15 book 10 +<<< +N $ + += account =~ /^Expenses:Books/ + (Liabilities:Taxes) -0.10 + +~ Monthly + Assets:Bank:Checking $500.00 + Income:Salary + +2004/05/01 * Checking balance + Assets:Bank:Checking $1,000.00 + Equity:Opening Balances + +2004/05/03=2004/05/01 * Investment balance + Assets:Brokerage 50 AAPL @ $30.00 + Equity:Opening Balances + +2004/05/14 * Páy dày + Assets:Bank:Checking 500.00€ + Income:Salary + +2004/05/14 * Another dày in which there is Páying + Asséts:Bánk:Chécking:Asséts:Bánk:Chécking $500.00 + Income:Salary + +2004/05/14 * Another dày in which there is Páying + Русский язык:Русский язык:Русский язык:Русский язык $1000.00 + Income:Salary + +2004/05/27 Book Store + Expenses:Books $20.00 + Expenses:Cards $40.00 + Expenses:Docs $30.00 + Liabilities:MasterCard + +2004/05/27 (100) Credit card company + ; This is an xact note! + ; Sample: Value + Liabilities:MasterCard $20.00 + ; This is a posting note! + ; Sample: Another Value + ; :MyTag: + Assets:Bank:Checking + ; :AnotherTag: +>>>1 +2009/03/15 Book Store + Expenses:Books $10.00 + Liabilities:MasterCard +>>>2 +=== 0 |