X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/90651b58b14d7e2dc26a996124d2ba2ef0ea42c2..1cc65ebc086c1821dfcd08bcc97f8b6255dcec65:/templates/webpages/requirement_spec_order/update.html diff --git a/templates/webpages/requirement_spec_order/update.html b/templates/webpages/requirement_spec_order/update.html new file mode 100644 index 000000000..f8ed1bffb --- /dev/null +++ b/templates/webpages/requirement_spec_order/update.html @@ -0,0 +1,47 @@ +[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%] +[% SET style = "width: 400px" %] +[% SET order = SELF.rs_order.order %] + +
+ +

+ [% IF order.quotation %] + [% LxERP.t8("Update sales quotation #1", order.quonumber) %] + [% ELSE %] + [% LxERP.t8("Update sales order #1", order.ordnumber) %] + [% END %] +

+ +
+ [% L.hidden_tag("rs_order_id", SELF.rs_order.id, no_id=1) %] + + + + + + + + + + + + + + [% FOREACH item = orderitems %] + + [% L.hidden_tag("orderitems[+].id", item.item.id, no_id=1) %] + + + + + + + [% END %] + +
[% LxERP.t8("Part Number") %][% LxERP.t8("Description") %][% LxERP.t8("Qty") %][% LxERP.t8("Sellprice") %][% LxERP.t8("Update with section") %]
[% HTML.escape(item.item.part.partnumber) %][% HTML.escape(item.item.description) %][% LxERP.format_amount(item.item.qty * 1) %] [% HTML.escape(item.item.unit) %][% LxERP.format_amount(item.item.qty * 1) %] [% HTML.escape(item.item.unit) %][% L.select_tag('orderitems[].section_id', sections, default=item.section.id, title_sub=\make_section_title, style=style, no_id=1, with_empty=1, empty_title=LxERP.t8('Do not modify this position')) %]
+ +

+ [% LxERP.t8("Sections that are not assigned to any of the items above will be added as new positions.") %] +

+
+