[% LxERP.t8("Link to") %] |
[% L.select_tag('link_type', LINK_TYPES, default=DEFAULT_LINK_TYPE, class='wi-wide', id='record_links_add_filter_link_type') %] |
[% LxERP.t8("Link direction") %] |
[% L.select_tag('link_direction',
[ [ 'from', LxERP.t8("The link target to add has been created from the existing record."), ],
[ 'to', LxERP.t8("The existing record has been created from the link target to add."), ], ],
class='wi-verywide') %] |
[%- LxERP.t8("Record number") %]: |
[% L.input_tag('number', '', class='wi-wide') %] |
[% LxERP.t8("Customer/Vendor Number") %] |
[% L.input_tag('vc_number', is_sales ? SELF.object.customer.customernumber : SELF.object.vendor.vendornumber, class='wi-wide') %] |
[% LxERP.t8("Customer/Vendor Name") %] |
[% L.input_tag('vc_name', is_sales ? SELF.object.customer.name : SELF.object.vendor.name, class='wi-wide') %] |
[% LxERP.t8("Project") %]
| [% L.select_tag('globalproject_id', PROJECTS, default=SELF.object.globalproject_id, with_empty=1, class='wi-wide') %] |
[% LxERP.t8("Transaction description") %] |
[% L.input_tag('transaction_description', '', class='wi-wide') %] |