Here's another little problem that seems to be a regression bug in the
current version of ledger from git.

I'd like to restrict output to payees matching a certain regular
expression.  So I type this command:

$ ledger -f test2 -w reg exp -- rei

And here's the result:

12-Feb-12 United Airlines  As:Recei:Reimbursable Business Expenses
$650.00   $650.00
12-Mar-01 REI              Expenses:Clothing:Sporting Gear
$49.99   $699.99

Here's what the input file looks like:

2012/2/12   United Airlines
    Liabilities:Credit Card:Visa
    Assets:Receivables:Reimbursable Business Expenses   $650.00

2012/3/1    REI
    Assets:Bank:Checking
    Expenses:Clothing:Sporting Gear      $49.99

I think the output should have included only the one line from when I
bought some sporting goods at REI, and not included the line where the
account was for "reimbursable" expenses. It used to work this way in
2.6.2.

Cheers,

Reply via email to