huerlisi / bookyt

Bookyt is a bookkeeping/ERP application designed for small-to-medium-sized companies. It can handle debit invoices, credit invoices, projects with timelogs, swiss salary management, and much more.
http://bookyt.ch
GNU Affero General Public License v3.0
186 stars 40 forks source link

Balance Sheet Account without Bookings are missing the Saldo Line #71

Open silvermind opened 9 years ago

silvermind commented 9 years ago

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 9 years ago

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 9 years ago

Scratch my previous comment. It's not related to that.

But I think it's related to https://github.com/huerlisi/has_accounts_engine/pull/5 That pull request will not fix this issue, but I'll give it some focus after having fixed that one.