[% 'Previous transnumber text' | $T8 %] [% previous_id %] . [% 'Previous transdate text' | $T8 %] [% previous_gldate %] |
[% 'Reference' | $T8 %] |
[% L.input_tag('reference', reference, size=20, readonly=readonly) %] |
[% 'Date' | $T8 %] |
[% L.date_tag('transdate', transdate, readonly=readonly) %] |
|
[%- IF id %]
[% 'Belegnummer' | $T8 %] |
[% L.input_tag('id', id, size=20, readonly=readonly) %] |
[% 'Buchungsdatum' | $T8 %] |
[% L.date_tag('gldate', gldate, readonly=1) %] |
|
[%- END %]
[%- IF selectdepartment %]
[% 'Department' | $T8 %] |
|
[%- END %]
[% 'Description' | $T8 %] |
[% L.areainput_tag('description', description, cols=50, readonly=readonly) %] |
[% 'MwSt. inkl.' | $T8 %] |
[% L.checkbox_tag('taxincluded', checked=taxincluded) %] |
|
[%- IF id %]
[% 'Mitarbeiter' | $T8 %] |
[% L.input_tag('employee', employee, size=20, readonly=readonly) %] |
|
[%- END %]
[% 'OB Transaction' | $T8 %] [% L.checkbox_tag('ob_transaction' checked=ob_transaction) %] |
[% 'CB Transaction' | $T8 %] [% L.checkbox_tag('cb_transaction' checked=cb_transaction) %] |
|
[% 'Show details' | $T8 %] |
[% L.checkbox_tag('show_details', checked=show_details, onclick='show_form_details();') %] |
[% 'Account' | $T8 %] |
[% 'Chart balance' | $T8 %] |
[% 'Debit' | $T8 %] |
[% 'Credit' | $T8 %] |
[% 'Tax' | $T8 %] |
[% 'Taxkey' | $T8 %] |
[%- IF show_details %]
[% 'Source' | $T8 %] |
[% 'Memo' | $T8 %] |
[% 'Project Number' | $T8 %] |
[%- END %]
[%- PROCESS 'gl/form_header_chart_balances_js.html' %]
|