I'm testing webkit reports, it has good functionalities, but I found that in generated reports, it doesn't take into account the opening period, not the same behavior in openerp.
When I look into the code: account_financial_report_webkit > report > common_reports.py, I found they're talking about two modes: include_opening and exclude_opening. I searched in openerp configuration where to switch mode so I can be able to include opening but I didn't find anything.
The problem is that I don't have a separate period for opening entries, the first period contains opening entries as well as normal entries, so I have to include all periods.
Any help about how to do that?