X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fform_header.html;h=8d470faf4df9f40cf15d4407dbb44fc5d7bba3e5;hb=e82db1a7b5f8cfce019012e60a689c9142851a63;hp=d48cc610d9dc94503ad1f3dc18944ce075c3c178;hpb=6fdf290898b160dd60af5e00fab9f5820394947d;p=kivitendo-erp.git diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index d48cc610d..8d470faf4 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -3,8 +3,6 @@ [%- USE T8 %] [%- USE LxERP %] - -
[% L.hidden_tag('id', id) %] @@ -17,13 +15,20 @@ [% L.hidden_tag('follow_up_trans_info_1', follow_up_trans_info) %] [% L.hidden_tag('follow_up_rowcount', 1) %] +

[% title | html %]

+ [%- IF saved_message %]

[% saved_message | html %]

[% END %] +
+ + +
- - - - @@ -114,7 +123,7 @@ - +
[% title | html %]
@@ -34,9 +39,9 @@ [% L.hidden_tag('selectcustomer', selectcustomer) %] @@ -82,7 +87,11 @@ [%- END %] - + + + + +
[% 'Customer' | $T8 %] [%- IF selectcustomer %] - + [%- ELSE %] - + [%- END %]
[% L.checkbox_tag('taxincluded', checked=taxincluded) %][% 'Tax Included' | $T8 %]
[% L.checkbox_tag('direct_debit', checked=direct_debit) %]
[% 'Project Number' | $T8 %][% L.select_tag('globalproject_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', default=globalproject_id, with_empty=1)) %][% L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = 1) %]
@@ -140,9 +149,9 @@ [% row.selectAR_amount %] [% L.input_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2)) %] - [% L.input_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_tax(row.tax, 2) | html %] - [% row.tax %] - [% L.select_tag('project_id_' _ loop.count, L.options_for_select(ALL_PROJECTS, title='projectnumber', default=row.project_id, with_empty=1)) %] + [% L.hidden_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_amount(row.tax, 2) | html %] + [% row.taxchart %] + [% L.select_tag('project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.project_id, with_empty = 1) %] [%- END %] @@ -173,6 +182,9 @@ [% 'Notes' | $T8 %] + + [% 'Notes for customer' | $T8 %] + @@ -245,7 +257,7 @@ [%- IF row.changeable %] - [% L.select_tag('paid_project_id_' _ loop.count, L.options_for_select(ALL_PROJECTS, title='projectnumber', default=row.paid_project_id, with_empty=1)) %] + [% L.select_tag('paid_project_id_' _ loop.count, ALL_PROJECTS, title_key = 'projectnumber', default = row.paid_project_id, with_empty=1) %] [%- ELSE %] [% project_labels.${row.paid_project_id} | html %] @@ -273,7 +285,6 @@ - -
- +
+