diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-06 02:38:46 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-06 02:39:30 -0500 |
commit | a05d39b7226a7a383dc30132a2fac2bbd30a54ec (patch) | |
tree | b8a91ddd64b1c7c43612f341bff62530aa986003 /test/manual | |
parent | 05d0f1a17f9f4a9d659274d91dfb164055453637 (diff) | |
download | fork-ledger-a05d39b7226a7a383dc30132a2fac2bbd30a54ec.tar.gz fork-ledger-a05d39b7226a7a383dc30132a2fac2bbd30a54ec.tar.bz2 fork-ledger-a05d39b7226a7a383dc30132a2fac2bbd30a54ec.zip |
Renamed --set-reported-account to just --account
This fits better with the --amount and --total options, which both
change the amount and total used for calculation. Same with --account:
it happens after filtering, but before calculation so that balance
reports look as you'd expect.
Diffstat (limited to 'test/manual')
-rw-r--r-- | test/manual/transaction-codes-2.test | 2 | ||||
-rw-r--r-- | test/manual/transaction-notes-4.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/manual/transaction-codes-2.test b/test/manual/transaction-codes-2.test index 4e4c76cf..140044d3 100644 --- a/test/manual/transaction-codes-2.test +++ b/test/manual/transaction-codes-2.test @@ -1,4 +1,4 @@ -bal checking --set-reported-account=code +bal checking --account=code <<< 2009/10/29 (XFER) Panera Bread Expenses:Food $4.50 diff --git a/test/manual/transaction-notes-4.test b/test/manual/transaction-notes-4.test index 516094c7..3dd82677 100644 --- a/test/manual/transaction-notes-4.test +++ b/test/manual/transaction-notes-4.test @@ -1,4 +1,4 @@ -bal food and tag type --set-reported-account='"Tags:" + tag("Type")' +bal food and tag type --account='"Tags:" + tag("Type")' <<< 2009/11/01 Panera Bread ; Got something to eat Expenses:Food $4.50 |