[% USE HTML %][% USE LxERP %]
Overdue sales quotations

[%- FOREACH row = QUOTATIONS %] [%- END %]
Date Valid until Order Customer Transaction description Amount Employee
[% HTML.escape(row.transdate) %] [% HTML.escape(row.reqdate) %] [% HTML.escape(row.quonumber) %] [% HTML.escape(row.customer) %] [% HTML.escape(row.transaction_description) %] [% HTML.escape(LxERP.format_amount(row.amount, 2)) %] [% HTML.escape(row.employee) %]