Hi!

I have example journal like this

~ Monthly
  Expenses:Food                $50.00
  Assets


~ Monthly
    Assets $300
    Income:Salary


2009/11/01 Sample
  Expenses:Food:Coffee $1.00
  Assets


I'm trying to forecast my balance in the future. When I'm doing command 
like this

ledger -f example.dat --forecast "d<[2018/05/01]" register


Everything works perfectly. I can see future transactions. But If I'm doing 
this:

ledger -f example.dat --forecast "d<[2018/05/01]" balance


           $14999.00  Assets
            $3001.00  Expenses:Food
               $1.00    Coffee
          $-18000.00  Income:Salary
--------------------
                   0


And no matter what I do, I can't change the date of my future balance.

-- 

--- 
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 ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to