Hi,
there's a small problem with the cash-flow module.
There is a huge error-list when clicking on the menu-item in the backend.
Screenshot here:

I hope this helps :)
Hello,
I will check this.
Yep, I get this error as well.
To correct this without reinstalling:
mysql> use contentify2;
mysql> alter table cash_flows change revenues integer_revenues int(11);
mysql> alter table cash_flows change expenses integer_expenses int(11);