X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=644879c1b7f151a15b24756056a0d033189ff8c7;hb=25b855157fa65535683b458c1ca2dd0c3636b788;hp=dff98c638a11341da986f5545202868f0577b268;hpb=dc7791df0d3e919e691fb3fd3d7ee20e3c5e7ca1;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index dff98c638..644879c1b 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -2,7 +2,6 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] -
@@ -29,6 +28,20 @@

[% title %]

[%- INCLUDE 'common/flash.html' %] +[%- INCLUDE 'generic/set_longdescription.html' %] + +
+ + +
@@ -43,6 +56,7 @@ [%- INCLUDE 'generic/multibox.html' name = vc, style = 'width: 250px', + class = 'initial_focus', DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, id_sub = 'vc_keys', label_key = 'name', @@ -65,7 +79,8 @@ [%- END %] @@ -93,7 +108,7 @@ [%- IF ALL_DEPARTMENTS %] @@ -132,7 +147,7 @@ - + [%- IF show_delivery_customer %] @@ -202,7 +217,7 @@ [%- END %] @@ -210,11 +225,11 @@ [%- IF is_sales_quo %] [% 'Valid until' | $T8 %] [%- ELSE %] - [% 'Required by' | $T8 %] + [% 'Reqdate' | $T8 %] [%- END %] @@ -223,6 +238,20 @@ [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key='projectnumber', default=globalproject_id, with_empty='1', onChange="document.getElementById('update_button').click();") %] +[%- IF type == 'sales_quotation' %] + + + + + + + + +[%- END %]
[% 'Shipping Address' | $T8 %] - [% L.select_tag('shipto_id', ALL_SHIPTO, default=shipto_id, value_key='shipto_id', title_key='displayable_id', with_empty=1, style='width: 250px', onChange="document.getElementById('update_button').click();") %] + [% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ; + L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %]
[% 'Steuersatz' | $T8 %] - [% L.select_tag('taxzone_id', ALL_TAXZONES, default=taxzone_id, title_key='description', style='width: 250px') %] + [% L.select_tag('taxzone_id', ( id ? ALL_TAXZONES : ALL_ACTIVE_TAXZONES), default=taxzone_id, title_key='description', style='width: 250px') %]
[% 'Transaction description' | $T8 %]
- [% L.date_tag('transdate', transdate) %] + [% L.date_tag('transdate', transdate, id='transdate') %]
- [% L.date_tag('reqdate', reqdate) %] + [% L.date_tag('reqdate', reqdate, id='reqdate') %]
[% 'Order probability' | $T8 %] + [%- L.select_tag('order_probability', ORDER_PROBABILITIES, title='title', default=order_probability) %]% +
[% 'Expected billing date' | $T8 %] + [%- L.date_tag('expected_billing_date', expected_billing_date 'BL') %] +