In the ledger file at the bottom I set up a multi-level budget.  If I
run the commands below, everything works until I restrict to a third
level budget line.

---commands-working-8x---
$ ledger -f budget-test.ldg budget
       $1000        $5000       $-4000   20%  Department 1
        $500        $2500       $-2000   20%    Project A
        $500        $2500       $-2000   20%    Project B
        $500        $5000       $-4500   10%  Department 2
      $-1500      $-10000        $8500   15%  Equity
------------ ------------ ------------ -----
           0            0            0     0

$ ledger -f budget-test.ldg budget Department\ 1 
       $1000        $5000       $-4000   20%  Department 1
        $500        $2500       $-2000   20%    Project A
        $500        $2500       $-2000   20%    Project B
------------ ------------ ------------ -----
       $1000        $5000       $-4000   20%
---commands-working-8x---

---command-not-working-8x---
$ ledger -f budget-test.ldg budget Department\ 1:Project\ A
           0        $2500       $-2500     0  Department 1:Project A
---command-not-working-8x---

---ledger-file--8x---
~ Every year
   Budget       $10000
   Equity       -$10000

~Every year
   Budget       -$10000
   Department 1     $5000
   Department 2     $5000

~Every year
   Department 1    -$5000
   Department 1:Project A     $2500
   Department 1:Project B     $2500

2016-02-01  Fake txn
   Expense:foo      $500
   (Department 2)   $500
   Equity           -$500

2016-02-01  Fake txn
   Expense:foo      $500
   (Department 1:Project A)   $500
   Equity           -$500

2016-02-01  Fake txn
   Expense:foo      $500
   (Department 1:Project B)   $500
   Equity           -$500

---ledger-file--8x---

Any ideas?

Thank you.

regards,

bex

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to