X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=3419fa6be33b534e568a804481a800e860d6c62a;hb=3da73190b8f201bfb33e3b6d96bbc6330142e922;hp=eed285c72af4a552bbfeb41d23f120abfd7138d1;hpb=075bd42af8885aee3c18fe055a2c82b8b43f4cea;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index eed285c72..3419fa6be 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -28,6 +28,20 @@

[% title %]

[%- INCLUDE 'common/flash.html' %] +[%- INCLUDE 'generic/set_longdescription.html' %] + +
+ + +
@@ -42,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', @@ -131,7 +146,7 @@ - + [%- IF show_delivery_customer %] @@ -201,7 +216,7 @@ [%- END %] @@ -213,7 +228,7 @@ [%- END %] @@ -222,6 +237,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 %]
[% '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') %] +