X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fgl%2Fform_header.html;fp=templates%2Fwebpages%2Fgl%2Fform_header.html;h=8dd130a7dea4646082f9e5b38591f23f0dc9e7b3;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=e349761cf238470c2490e76900025a485c1f4209;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html index e349761cf..8dd130a7d 100644 --- a/templates/webpages/gl/form_header.html +++ b/templates/webpages/gl/form_header.html @@ -4,28 +4,10 @@ [%- USE L %]

[% title | html %]

+[%- INCLUDE 'common/flash.html' %] + + -
+ [% FOREACH name IN [ 'id', 'closedto', 'locked', 'storno', 'storno_id', 'previous_id', 'previous_gldate' ] %] [% L.hidden_tag(name, $name) %] @@ -48,6 +31,29 @@ function updateTaxes(row) +
+ + +[%- IF INSTANCE_CONF.get_doc_storage %] +
+[%- END %] + +
+ [%- IF saved_message %] @@ -58,76 +64,54 @@ 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 %] + + + + + + + + + + + + + + @@ -153,5 +137,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 %][% L.input_tag('reference', reference, size=20, readonly=readonly) %] - - - - - -
[% 'Date' | $T8 %][% L.date_tag('transdate', transdate, readonly=readonly) %]
-
[% 'Reference' | $T8 %][% L.input_tag('reference', reference, style='width:330px', readonly=readonly) %][% 'Transdate' | $T8 %][% L.date_tag('transdate', transdate, readonly=readonly) %]
[% 'Belegnummer' | $T8 %][% L.input_tag('id', id, size=20, readonly=readonly) %] - - - - - -
[% 'Buchungsdatum' | $T8 %][% L.date_tag('gldate', gldate, readonly=1) %]
-
[% 'ID' | $T8 %][% id %][% '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, style = 'width:334px') %][% '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) %]
-
[% 'Transaction description' | $T8 %][% L.input_tag("transaction_description", transaction_description, style='width:330px') %][% 'Delivery Date' | $T8 %][% L.date_tag('deliverydate', deliverydate) %]
[% 'Description' | $T8 %][% L.areainput_tag('description', description, cols=50, style='width:330px', readonly=readonly) %]
[%- 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) %]