{%
var report_columns = report.get_columns_for_print();
report_columns = report_columns.filter(col => !col.hidden);
%}
{%= __(report.report_name) %}
{%= __("VAT on Sales and All Other Outputs") %}
{%= report_columns[0].label %} |
{%= report_columns[1].label %} |
{% for (let i=2; i{%= report_columns[i].label %}
{% } %}
{% for (let j=1; j<12; j++) { %}
{%
var row = data[j];
%}
{% for (let i=0; i
{% const fieldname = report_columns[i].fieldname; %}
{% if (!is_null(row[fieldname])) { %}
{%= frappe.format(row[fieldname], report_columns[i], {}, row) %}
{% } %}
{% } %}
{% } %}
{%= __("VAT on Expenses and All Other Inputs") %}
{%= report_columns[0].label %} |
{%= report_columns[1].label %} |
{% for (let i=2; i{%= report_columns[i].label %}
{% } %}
{% for (let j=14; j
{% for (let i=0; i
{% const fieldname = report_columns[i].fieldname; %}
{% if (!is_null(row[fieldname])) { %}
{%= frappe.format(row[fieldname], report_columns[i], {}, row) %}
{% } %}
{% } %}
{% } %}