{%= __("Balance Sheet") %}
{%= filters.fiscal_year %}
{% for(var i=2, l=report.columns.length; i
{%= report.columns[i].label %} {% } %}
{% for(var j=0, k=data.length; j
{%= row.account_name %}
{% for(var i=2, l=report.columns.length; i
{% var fieldname = report.columns[i].field; %} {% if (!is_null(row[fieldname])) { %} {%= format_currency(row[fieldname]) %} {% } %} {% } %} {% } %}
Printed On {%= dateutil.str_to_user(dateutil.get_datetime_as_string()) %}