[% 'Reference' | $T8 %] |
[% L.input_tag('reference', reference, class='wi-wide', readonly=readonly) %] |
[% 'Transdate' | $T8 %] |
[% L.date_tag('transdate', transdate, readonly=readonly) %] |
[% IF id %]
[% 'ID' | $T8 %] |
[% L.input_tag('id', id, class="wi-small", readonly=readonly) %] |
[% 'Gldate' | $T8 %] |
[%-# hidden img to keep alignment -%]
[% L.date_tag('gldate', gldate, readonly=1) %] |
[% END %]
[% 'Tax point' | $T8 %] |
[% L.date_tag('tax_point', tax_point) %] |
[% 'Delivery Date' | $T8 %] |
[% L.date_tag('deliverydate', deliverydate) %] |
[% SET departments_style = "";
SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %]
[% 'Department' | $T8 %] |
[% L.select_tag('department_id', ALL_DEPARTMENTS, default=department_id, title_key='description', with_empty=1, class='wi-wide') %] |
[% 'Transaction description' | $T8 %] |
[% L.input_tag("transaction_description", transaction_description, class='wi-wide') %] |
[% 'Description' | $T8 %] |
[% L.areainput_tag('description', description, readonly=readonly, cols=10, class='wi-wide') %] |
|
[% L.checkbox_tag('ob_transaction' checked=ob_transaction) %] |
|
[% L.checkbox_tag('cb_transaction' checked=cb_transaction) %] |
[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %] |
[%- IF id %][% L.input_tag('employee', employee, readonly=readonly, class='wi-wide') %][% END %] |
[% 'MwSt. inkl.' | $T8 %] |
[% L.checkbox_tag('taxincluded', checked=taxincluded) %] |