X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_miscellaneous.html;fp=templates%2Fwebpages%2Fclient_config%2F_miscellaneous.html;h=752bcd8169d199ed2258468837c8624e3059d29d;hp=0b04012d24121addd67d201419c9253a98be2d01;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/client_config/_miscellaneous.html b/templates/webpages/client_config/_miscellaneous.html index 0b04012d2..752bcd816 100644 --- a/templates/webpages/client_config/_miscellaneous.html +++ b/templates/webpages/client_config/_miscellaneous.html @@ -2,7 +2,7 @@ [% SET style="width: 400px" %]
- + @@ -10,18 +10,42 @@ - - + + + + + + + + + + + + + + + + + + + - + + [% IF SELF.defaults.feature_ustva %] + + [% ELSE %] + [% END %] @@ -75,6 +99,12 @@ + + + + + + @@ -85,9 +115,11 @@ [% FOREACH currency = SELF.all_currencies %] - [% L.hidden_tag("currencies[+].id", currency.id) %] - + @@ -116,4 +148,3 @@ [% END %]
[% LxERP.t8("Company settings") %]
[% LxERP.t8("Company name and address") %]
[% LxERP.t8("Company name") %]
[% LxERP.t8("Address") %][% L.textarea_tag('defaults.address', SELF.defaults.address, style=style, rows=4) %][% LxERP.t8("Street 1") %][% L.input_tag('defaults.address_street1', SELF.defaults.address_street1, style=style) %]
[% LxERP.t8("Street 2") %][% L.input_tag('defaults.address_street2', SELF.defaults.address_street2, style=style) %]
[% LxERP.t8("Zipcode and city") %] + [% L.input_tag('defaults.address_zipcode', SELF.defaults.address_zipcode, size=8) %] + [% L.input_tag('defaults.address_city', SELF.defaults.address_city, size=30) %] +
[% LxERP.t8("Country") %][% L.input_tag('defaults.address_country', SELF.defaults.address_country, style=style) %]
[% LxERP.t8("Company settings") %]
[% LxERP.t8("Signature") %][% L.textarea_tag('defaults.signature', SELF.defaults.signature, style=style, rows=4) %][% L.textarea_tag('defaults.signature', SELF.defaults.signature, style=style, rows=4, class='texteditor') %]
[% LxERP.t8("Tax number") %][% SELF.defaults.taxnumber %]  ([% LxERP.t8("For changeing goto USTVA Config") %])[% L.input_tag('defaults.taxnumber', SELF.defaults.taxnumber, style=style) %]
[% LxERP.t8('Interpolate variables in texts of positions') %][% L.yes_no_tag('defaults.print_interpolate_variables_in_positions', SELF.defaults.print_interpolate_variables_in_positions) %][% LxERP.t8('Whether or not to replace variable placeholders such as "<%invdate%>" in texts in positions such as the part description by the record\'s actual value') %]
[% LxERP.t8("Currencies") %]
[% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %] + [% L.hidden_tag("currencies[+].id", currency.id) %] + [% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %] + [% L.input_tag("currencies[].name", currency.name, style=style) %] [% L.radio_button_tag('defaults.currency_id', value=currency.id, id='defaults.currency_id_' _ currency.id, checked=(SELF.defaults.currency_id == currency.id)) %] [% IF loop.count == 1 %][% LxERP.t8("Edit the currency names in order to rename them.") %][%- END %]
-