[%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] [%- USE L %] [%- USE P %] [%- INCLUDE 'generic/set_longdescription.html' %]
[% SET cv_id = SELF.cv _ '_id' %] [%- PROCESS delivery_order/tabs/_business_info_row.html SELF=SELF %] [%- IF SELF.all_languages.size %] [%- END %] [%- IF SELF.all_departments.size %] [%- END %]
[%- SELF.cv == "customer" ? LxERP.t8('Customer') : LxERP.t8('Vendor') -%] [% P.customer_vendor.picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %] [% P.button_tag("kivi.DeliveryOrder.show_vc_details_dialog()", LxERP.t8("Details (one letter abbreviation)")) %]
[% 'Contact Person' | $T8 %] [% L.select_tag('order.cp_id', SELF.order.${SELF.cv}.contacts, default=SELF.order.cp_id, title_key='full_name_dep', value_key='cp_id', with_empty=1, style='width: 300px') %]
[% 'Shipping Address' | $T8 %] [% shiptos = [ { shipto_id => "", displayable_id => LxERP.t8("No/individual shipping address") } ] ; FOREACH s = SELF.order.${SELF.cv}.shipto ; shiptos.push(s) ; END ; L.select_tag('order.shipto_id', shiptos, default=SELF.order.shipto_id, title_key='displayable_id', value_key='shipto_id', with_empty=0, style='width: 300px') %] [% L.button_tag("kivi.DeliveryOrder.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
[% 'Language' | $T8 %] [% L.select_tag('order.language_id', SELF.all_languages, default=SELF.order.language_id, title_key='description', with_empty=1, style='width:300px') %]
[% 'Department' | $T8 %] [% L.select_tag('order.department_id', SELF.all_departments, default=SELF.order.department_id, title_key='description', with_empty=1, style='width:300px') %]
[% 'Shipping Point' | $T8 %] [% L.input_tag('order.shippingpoint', SELF.order.shippingpoint, style='width: 300px') %]
[% 'Ship via' | $T8 %] [% L.input_tag('order.shipvia', SELF.order.shipvia, style='width: 300px') %]
[% 'Transaction description' | $T8 %] [% L.input_tag('order.transaction_description', SELF.order.transaction_description, 'data-validate'=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '', style='width: 300px') %]
[% 'Project Number' | $T8 %] [% P.project.picker('order.globalproject_id', SELF.order.globalproject_id, style='width: 300px') %]
[% IF SELF.cv == 'customer' %] [% END %]
[% SELF.order.presenter.status_line %]
[% 'Employee' | $T8 %] [% L.select_tag('order.employee_id', SELF.all_employees, default=(SELF.order.employee_id ? SELF.order.employee_id : SELF.current_employee_id), title_key='safe_name') %]
[% 'Salesman' | $T8 %] [% L.select_tag('order.salesman_id', SELF.all_salesmen, default=(SELF.order.salesman_id ? SELF.order.salesman_id : SELF.current_employee_id), title_key='safe_name') %]
[% 'Delivery Order Number' | $T8 %] [% L.input_tag('order.donumber', SELF.order.donumber, size = 11, onchange='kivi.DeliveryOrder.set_number_in_title(this)') %]
[% 'Order Number' | $T8 %] [% L.input_tag('order.ordnumber', SELF.order.ordnumber, size = 11) %]
[% IF SELF.type_data.properties('is_customer') %][% 'Customer Order Number' | $T8 %][% ELSE %][% 'Vendor Order Number' | $T8 %][% END %] [% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, size = 11) %]
[% 'Delivery Order Date' | $T8 %] [% L.date_tag('order.transdate_as_date', SELF.order.transdate_as_date) %]
[% 'Reqdate' | $T8 %] [% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date, class=reqdate_class) %]
[% 'Insert Date' | $T8 %] [% SELF.order.itime_as_date %]
[%- PROCESS delivery_order/tabs/_item_input.html SELF=SELF %] [% L.button_tag('kivi.DeliveryOrder.open_multi_items_dialog()', LxERP.t8('Add multiple items')) %]
[%- IF SELF.positions_scrollbar_height -%] [%- SET scroll_style = 'style="overflow-y: auto; height:' _ SELF.positions_scrollbar_height _ 'vh;"' -%] [%- ELSE -%] [%- SET scroll_style = '' -%] [%- END -%]
[%- IF SELF.show_update_button -%] [%- END %] [%- IF SELF.search_cvpartnumber -%] [%- END -%] [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%] [%- END -%] [% IF in_out == 'in' %] [% END %] [% IF in_out == 'out' %] [% END %] [%- FOREACH item = SELF.order.items_sorted %] [%- PROCESS delivery_order/tabs/_row.html ITEM=item ID=(item.id||item.new_fake_id) -%] [%- END %]
[%- IF MYCONFIG.show_form_details %] [%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', "data-expanded"="1") %] [%- ELSE %] [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %] [%- END %] [%- 'position' | $T8 %] [%- LxERP.t8('reorder item') %] [%- LxERP.t8('delete item') %] [%- L.img_tag(src="image/rotate_cw.svg", alt=LxERP.t8('Update from master data'), title= LxERP.t8('Update from master data'), onclick="if (!confirm('" _ LxERP.t8("Are you sure to update all positions from master data?") _ "')) return false; kivi.DeliveryOrder.update_all_rows_from_master_data();", id='update_from_master') %] [%- 'Partnumber' | $T8 %] [%- SELF.cv == "customer" ? LxERP.t8('Customer Part Number') : LxERP.t8('Model') %][%- 'Type' | $T8 %] [%- 'Description' | $T8 %][%- 'Delivered' | $T8 %] [%- 'Qty' | $T8 %] [%- 'Unit' | $T8 %] [%- 'Transfer To Stock' | $T8 %] [%- 'Release From Stock' | $T8 %]
[% 'Notes' | $T8 %] [% 'Internal Notes' | $T8 %]
[% L.textarea_tag('order.notes', SELF.order.notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] [% L.textarea_tag('order.intnotes', SELF.order.intnotes, wrap="soft", style="width: 350px; height: 150px") %]
[% 'Payment Terms' | $T8 %] [% L.select_tag('order.payment_id', SELF.all_payment_terms, default = SELF.order.payment_id, with_empty = 1, title_key = 'description', style = 'width: 250px') %]
[% 'Delivery Terms' | $T8 %] [% L.select_tag('order.delivery_term_id', SELF.all_delivery_terms, default = SELF.order.delivery_term_id, with_empty = 1, title_key = 'description', style = 'width: 250px') %]
[% L.hidden_tag('order.taxzone_id', SELF.order.taxzone_id) %]
[% L.sortable_element('#row_table_id') %]