X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/91d46243bb711ff7fc0bcf4da95b7f63872e5c87..210676724bfbb6aa06d4eaa1768d2474baa16357:/templates/webpages/order/tabs/basic_data.html diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 1a055379c..d41e57b6a 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -2,6 +2,7 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %] [%- INCLUDE 'generic/set_longdescription.html' %] @@ -13,7 +14,7 @@ [% SELF.cv | $T8 %] [% SET cv_id = SELF.cv _ '_id' %] - [% L.customer_vendor_picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %] + [% P.customer_vendor.picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %] @@ -69,7 +70,7 @@ [% 'Project Number' | $T8 %] - [% L.project_picker('order.globalproject_id', SELF.order.globalproject_id, style='width: 300px') %] + [% P.project.picker('order.globalproject_id', SELF.order.globalproject_id, style='width: 300px') %] @@ -166,6 +167,7 @@ [%- LxERP.t8('reorder item') %] [%- LxERP.t8('delete item') %] [%- 'Partnumber' | $T8 %] + [%- 'Type' | $T8 %] [%- 'Description' | $T8 %] [%- 'Qty' | $T8 %] [%- 'Price Factor' | $T8 %] @@ -178,7 +180,7 @@ [%- FOREACH item = SELF.order.items_sorted %] - [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id ALL_PRICE_FACTORS=SELF.all_price_factors %] + [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id TYPE=SELF.type ALL_PRICE_FACTORS=SELF.all_price_factors %] [%- END %] @@ -231,6 +233,15 @@ title_key = 'description', style = 'width: 250px') %] + [%- IF SELF.type == "sales_order" %] + + [%- 'Periodic Invoices' | $T8 %] + [% L.button_tag('kivi.Order.show_periodic_invoices_config_dialog()', LxERP.t8('Configure')) %] + ([%- SELF.periodic_invoices_status -%]) + ? + + + [%- END %]