I want to tell ledger to budget that I get paid on the 10th and 25th of every month. I've tried creating a budget period like this:
~ monthly from 05/10
Income:Paychecks $1000
Assets:Checking
When I run this command to test whether it works, I get no forecasted transactions:
ledger --file test.dat --forecast 'd<[2013/06/01]' reg
I've tried a number of variations just to see what happens (such as "monthly in May" and "2015/05/10"), and I cannot get anything besides the core "monthly", "daily", etc. to produce anything in the forecast.
What am I doing wrong? This is with the latest Ledger from git, commit 86d5d81.