[% HTML.escape(ordlabel) %] |
[% L.input_tag(ordnrname, "", class="wi-lightwide") %] |
[% IF is_order %]
[% LxERP.t8("Customer Order Number") %] |
[% L.input_tag("cusordnumber", '', class="wi-lightwide") %] |
[% END %]
[% 'Steuersatz' | $T8 %] |
[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', class="wi-lightwide") %] |
[% 'Shipping Point' | $T8 %] |
[% L.input_tag('shippingpoint', '', class="wi-lightwide") %] |
[% 'Transaction description' | $T8 %] |
[% L.input_tag("transaction_description", "", class="wi-lightwide") %] |
[% 'Project' | $T8 %] |
[% P.project.picker("project_id", '', active="both", valid="both", class="wi-lightwide") %] |
[% 'Internal Notes' | $T8 %] |
[% L.input_tag('intnotes', '', style=style) %] |
[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %] |
[% L.date_tag('transdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('transdateto','', class='wi-date') %] |
[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %] |
[% L.date_tag('reqdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('reqdateto','', class='wi-date') %] |
[% IF type == 'sales_order' %]
[% 'Insert Date' | $T8 %] [% 'From' | $T8 %] |
[% L.date_tag('insertdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('insertdateto','', class='wi-date') %] |
[% END %]
[% IF type == 'sales_quotation' %]
[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %] |
[% L.date_tag('expected_billing_date_from', '', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('expected_billing_date_to', '', class='wi-date') %] |
[% 'Order probability' | $T8 %] |
[% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %] [% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %] |
[% END %]
[% IF CT_CUSTOM_VARIABLES.size %]
[% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %] |
[% CT_CUSTOM_VARIABLES_FILTER_CODE %]
[% END %]