X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/customer_vendor_turnover/quotation_statistic.html diff --git a/templates/webpages/customer_vendor_turnover/quotation_statistic.html b/templates/webpages/customer_vendor_turnover/quotation_statistic.html new file mode 100644 index 000000000..02b808d02 --- /dev/null +++ b/templates/webpages/customer_vendor_turnover/quotation_statistic.html @@ -0,0 +1,37 @@ +[%- USE T8 %] +[%- USE LxERP %] +[%- USE L %] +[%- USE HTML %] +
+ + + + + + + + + + + [%- FOREACH row = orders %] + + [%- IF INSTANCE_CONF.get_feature_experimental_order -%] + + [%- ELSE -%] + + [%- END -%] + + + + + + [% END %] + +
[% IF FORM.db == 'customer' %][% 'Quotation Number' | $T8 %][% ELSE %][% 'RFQ Number' | $T8 %][% END %][% IF FORM.db == 'customer' %][% 'Quotation Date' | $T8 %][% ELSE %][% 'RFQ Date' | $T8 %][% END %][% 'Amount' | $T8 %][% 'Delivery Date' | $T8 %][% 'Transaction description' | $T8 %]
[% IF row.id %] + [% END %][% HTML.escape(row.quonumber) || ' ' %][% IF row.id %][% END %][% IF row.id %] + [% END %][% HTML.escape(row.quonumber) || ' ' %][% IF row.id %][% END %][% row.transdate.to_kivitendo | html %][%- LxERP.format_amount(row.amount, 2) %][% row.reqdate.to_kivitendo | html %][% row.transaction_description %]
+ + + + +