diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-13 23:41:50 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-13 23:41:50 -0400 |
commit | e78af146e810eaaf0a44fd5c5d745efa2bbf9561 (patch) | |
tree | f145e19066d0f550ad2c66a223c50ec4f5c99aa7 /test/regress/E627C594.test | |
parent | 526cbc4c935fa71376a838ed25247e46a2b019dc (diff) | |
download | fork-ledger-e78af146e810eaaf0a44fd5c5d745efa2bbf9561.tar.gz fork-ledger-e78af146e810eaaf0a44fd5c5d745efa2bbf9561.tar.bz2 fork-ledger-e78af146e810eaaf0a44fd5c5d745efa2bbf9561.zip |
Corrected bug with forecasting date bounded xacts
Diffstat (limited to 'test/regress/E627C594.test')
-rw-r--r-- | test/regress/E627C594.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/E627C594.test b/test/regress/E627C594.test index 0dfbf778..ba48a0c7 100644 --- a/test/regress/E627C594.test +++ b/test/regress/E627C594.test @@ -10,6 +10,8 @@ reg --forecast-while="d<[2010/03/01]" --now=2009/11/01 >>>1 09-Nov-01 Sample Expenses:Food:Dining $20.00 $20.00 Assets $-20.00 0 +09-Dec-01 Forecast transaction Expenses:Food $500.00 $500.00 +09-Dec-01 Forecast transaction Assets $-500.00 0 10-Jan-01 Forecast transaction Expenses:Food $500.00 $500.00 10-Jan-01 Forecast transaction Assets $-500.00 0 10-Feb-01 Forecast transaction Expenses:Food $500.00 $500.00 |