X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_header.html;h=797821acfc6a253c69e8e13b3ee3878d888fe6e9;hb=e163dc2ccdceee8a8d53f8ab52c37b80ea138e1b;hp=98bb8f067e1b2d4386d2bc1ad3945e153d4d30bb;hpb=efb9a24f2252104ab4af5c25334119d7c5c70a8c;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index 98bb8f067..797821acf 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -2,38 +2,15 @@ [%- USE LxERP %] [%- USE T8 %] [%- USE L %] - - + + -
+ [% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %] [% L.hidden_tag(name, $name) %] @@ -46,10 +23,22 @@ function updateTaxes(row) +
+ +
+ - - - [%- IF saved_message %]
[% title | html %]
[% saved_message | html %] @@ -59,76 +48,50 @@ function updateTaxes(row)
- +
- + - + + [%- IF id %] - + - + + [%- END %] -[%- IF selectdepartment %] + [% SET departments_style = ""; + SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %] - - - + + + + -[%- END %] - - - - -[%- IF id %] - -[%- END %] + + + + + + + + + + @@ -154,5 +117,3 @@ function updateTaxes(row) [%- END %] - -[%- PROCESS 'gl/form_header_chart_balances_js.html' %]
[% 'Previous transnumber text' | $T8 %] [% previous_id %] . [% 'Previous transdate text' | $T8 %] [% previous_gldate %]
[% 'Reference' | $T8 %][% 'Reference' | $T8 %] [% L.input_tag('reference', reference, size=20, readonly=readonly) %] - - - - - -
[% 'Date' | $T8 %][% L.date_tag('transdate', transdate, readonly=readonly) %]
-
[% 'Transdate' | $T8 %][% L.date_tag('transdate', transdate, readonly=readonly) %]
[% 'Belegnummer' | $T8 %][% 'ID' | $T8 %] [% L.input_tag('id', id, size=20, readonly=readonly) %] - - - - - -
[% 'Buchungsdatum' | $T8 %][% L.date_tag('gldate', gldate, readonly=1) %]
-
[% 'Gldate' | $T8 %][% L.date_tag('gldate', gldate, readonly=1) %]
[% 'Department' | $T8 %][% 'Department' | $T8 %][% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %][% 'Tax point' | $T8 %][% L.date_tag('tax_point', tax_point) %]
[% 'Description' | $T8 %][% L.areainput_tag('description', description, cols=50, readonly=readonly) %] - - - - - -
[% 'MwSt. inkl.' | $T8 %][% L.checkbox_tag('taxincluded', checked=taxincluded) %]
-
- - - - - -
[% 'Mitarbeiter' | $T8 %][% L.input_tag('employee', employee, size=20, readonly=readonly) %]
-
[% 'Description' | $T8 %][% L.areainput_tag('description', description, cols=50, readonly=readonly) %][% 'Delivery Date' | $T8 %][% L.date_tag('deliverydate', deliverydate) %]
[%- IF id %][% 'Mitarbeiter' | $T8 %][% END %][%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %][% 'MwSt. inkl.' | $T8 %][% L.checkbox_tag('taxincluded', checked=taxincluded) %]
- - - - - -
[% 'OB Transaction' | $T8 %] [% L.checkbox_tag('ob_transaction' checked=ob_transaction) %][% 'CB Transaction' | $T8 %] [% L.checkbox_tag('cb_transaction' checked=cb_transaction) %]
+ [% 'OB Transaction' | $T8 %] [% L.checkbox_tag('ob_transaction' checked=ob_transaction) %] + [% 'CB Transaction' | $T8 %] [% L.checkbox_tag('cb_transaction' checked=cb_transaction) %]