From: Moritz Bunkus [%- 'There are no outstanding deliveries at the moment.' | $T8 %]
-
- [%- title %]
- [%- IF SELF.sort_by == sort_by %]
-
- [%- END %]
-
-
-[% END %]
-
-
-
- [% PROCESS 'common/paginate.html' pages=SELF.pages, base_url=SELF.url_for(action='list', sort_dir=SELF.sort_dir, sort_by=SELF.sort_by) %]
-
-[%- END %]
-
- [% PROCESS header title=LxERP.t8('Date') sort_by='transdate', size=15 %]
- [% PROCESS header title=LxERP.t8('Description') sort_by='description', size=15 %]
- [% PROCESS header title=LxERP.t8('Part Number') sort_by='partnumber', size=15 %]
- [% PROCESS header title=LxERP.t8('Qty') sort_by='qty', size=10 %]
- [% PROCESS header title=LxERP.t8('Order') sort_by='ordnumber', size=10 %]
- [% PROCESS header title=LxERP.t8('Customer') sort_by='customer', size=10 %]
-
-
- [%- FOREACH row = SELF.orderitems %]
-
-
- [%- END %]
- [% row.transdate ? row.transdate : row.order.reqdate_as_date %]
- [% row.part.partnumber | html %]
- [% row.description | html %]
- [% LxERP.format_amount(row.qty, 2) | html %]
- [% row.order.ordnumber | html %]
- [% row.order.customer.name | html %]
- [% 'Delivery Plan' | $T8 %]
-
-[%- PROCESS 'delivery_plan/_filter.html' filter=FORM.filter %]
-
-[%- PROCESS 'delivery_plan/_list.html' %]
diff --git a/templates/webpages/oe/sales_price_information.html b/templates/webpages/oe/sales_price_information.html
deleted file mode 100644
index 576979d62..000000000
--- a/templates/webpages/oe/sales_price_information.html
+++ /dev/null
@@ -1,110 +0,0 @@
-[% USE HTML %]
-[% USE LxERP %]
-[% USE T8 %]
-[%- IF !TABDIALOG %]
-
-
- -
- --
[% 'Part Number' | $T8 %]: | -[% HTML.escape(part_info.partnumber) %] | -
[% 'Description' | $T8 %]: | -[% HTML.escape(part_info.description) %] | -
[% 'Stocked' | $T8 %]: | -[% HTML.escape(LxERP.format_amount_units(stocked, part_info.unit, part_info.unit)) %] | -
-
[% custom_texts.$type.head %] | -|||||||
---|---|---|---|---|---|---|---|
[% custom_texts.$type.empty %] | -|||||||
[% custom_texts.$type.date %] | -[% custom_texts.$type.number %] | -[% custom_texts.$type.vc %] | -[% 'Delivered' | $T8 %] | -[% 'Quantity' | $T8 %] | -[% 'Unit price' | $T8 %] | -[% 'Discount' | $T8 %] | -[% 'Line total' | $T8 %] | -
[% HTML.escape(row.date) %] | -[% HTML.escape(row.number) %] | -[% HTML.escape(row.vc) %] | -[% HTML.escape(LxERP.format_amount(row.ship)) %] [% HTML.escape(row.unit) %] | -[% HTML.escape(LxERP.format_amount(row.qty)) %] [% HTML.escape(row.unit) %] | -[% HTML.escape(LxERP.format_amount(row.sellprice, 2)) %] | -[% HTML.escape(LxERP.format_amount(row.discount * 100)) %] | -[% HTML.escape(LxERP.format_amount(row.linetotal, 2)) %] | -