New issue 363: pad directive should propagate tags
https://bitbucket.org/blais/beancount/issues/363/pad-directive-should-propagate-tags
Adam Wolenc:
Use case:
I apply a #future tag to all transactions inserted by a forecasting script. It is convenient to use pad 0 for something like HSURefund = 0. However, I cannot tell pad to add a tag to the resulting expanded transaction.
The idea is, the attached journal should create
1970-01-01 P "(Padding inserted for Balance of 0.00 USD for difference -100.00 USD)" #future
Assets:HOLI:HSURefund -100.00 USD
Assets:Bank:Savings 100.00 USD
(Instead it bails for
syntax error, unexpected TAG, expecting EOL or COMMENT
)