X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fcustomer_vendor_turnover%2Fquotation_statistic.html;fp=templates%2Fwebpages%2Fcustomer_vendor_turnover%2Fquotation_statistic.html;h=02b808d0286e023cf145ff5c4491428650639109;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 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 %]
+ + + + +