Balance Sheet Account without Bookings are missing the Saldo Line
silvermind opened this issue · 2 comments
silvermind commented
We wanted to print, all accounts for a given year. On serveral accounts, which have no bookings in the current year, the saldo is not visible as no entry are machted. For these account (e.g Stammkapital) the saldo line should also be created if no booking exists.
huerlisi commented
That's implemented using a zero-balance
CSS class in app/views/tenants/_account.html.haml
You might add a context action button toggling visibility of this class.
huerlisi commented
Scratch my previous comment. It's not related to that.
But I think it's related to huerlisi/has_accounts_engine#5 That pull request will not fix this issue, but I'll give it some focus after having fixed that one.