X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1edebcf0aed748b75fa68e46aad70dbeeadfdd85..HEAD:/templates/webpages/am/config.html diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 3cea8184c..6e42efd22 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE HTML %] -[%- USE L %] +[%- USE L %][%- USE P -%]

[% title %]

@@ -12,6 +12,7 @@
  • [% 'Display options' | $T8 %]
  • [% 'Print options' | $T8 %]
  • [% 'TODO list options' | $T8 %]
  • +
  • [% 'Follow-up options' | $T8 %]
  • @@ -34,17 +35,22 @@ - [% 'E-mail' | $T8 %] + [% 'Email address' | $T8 %] - [% 'Signature' | $T8 %] - - - [% 'Check full signature' | $T8 %] - [% 'Edit user signature' | $T8 %] - + [% 'Email signature' | $T8 %] + + [% P.textarea_tag("signature", MYCONFIG.signature, class="texteditor", rows="5", cols="50") %] + + + + + [% "Company's email signature" | $T8 %] + [% P.restricted_html(company_signature) %] + + [% 'Phone' | $T8 %] @@ -87,6 +93,13 @@ + + [% 'Use date and duration for time recordings' | $T8 %] + + [% L.yes_no_tag('time_recording_use_duration', time_recording_use_duration) %] + + +
    @@ -119,6 +132,13 @@ + + [% 'Forced Layout Style' | $T8 %] + + [% L.select_tag('layout_style', [['', LxERP.t8('Use settings from client configuration')], ['auto', LxERP.t8('Automatic')], ['desktop', LxERP.t8('desktop version')]], default=layout_style, with_empty=0) %] + + + [% 'Stylesheet' | $T8 %] @@ -147,6 +167,39 @@ + + [% 'Longdescription dialog size percentage from main window (0 means fix values)' | $T8 %] + + [% L.input_tag('longdescription_dialog_size_percentage', longdescription_dialog_size_percentage, size = 5) %] + + + + [% 'Scrollbar height percentage for form postion area (0 means no scrollbar)' | $T8 %] + + [% L.input_tag('positions_scrollbar_height', positions_scrollbar_height, size = 5) %] + + + + [% 'Search parts by vendor partnumber (model) in purchase order forms' | $T8 %] + + [% L.yes_no_tag('purchase_search_makemodel', purchase_search_makemodel) %] + [%- 'This also enables displaying a column with the vendor partnumber (model) (new order controller).' | $T8 %] + + + + [% 'Search parts by customer partnumber in sales order forms' | $T8 %] + + [% L.yes_no_tag('sales_search_customer_partnumber', sales_search_customer_partnumber) %] + [%- 'This also enables displaying a column with the customer partnumber (new order controller).' | $T8 %] + + + + [% 'Show update button for positions in order forms' | $T8 %] + + [% L.yes_no_tag('positions_show_update_button', positions_show_update_button) %] + + + [% 'Show custom variable search inputs' | $T8 %] @@ -163,6 +216,7 @@ [% L.input_tag('form_cvars_nr_cols', MYCONFIG.form_cvars_nr_cols || 3, size = 5) %] + [% 'Quick Searches that will be shown in the header for this user' | $T8 %] @@ -179,6 +233,55 @@ + + + [% 'Displayable Name Preferences' | $T8 %] + + + [% FOREACH module=displayable_name_specs_by_module.keys.sort %] + [%- SET spec=displayable_name_specs_by_module.$module -%] + + + + + [% END %] +
    [% spec.specs.title %] + + + + + + [% FOREACH option=spec.specs.options %] + + + + + [% END %] + + + + +
    [% 'Option' | $T8 %][% 'Name' | $T8 %]
    [% option.title %][% option.name %]
    [% 'Display' | $T8 %]: + [% L.hidden_tag("displayable_name_specs[+].module", module) %] + [% L.input_tag("displayable_name_specs[].value", spec.prefs.get, size=50) %] +
    +
    + + + + [% 'Part picker search dialog (magnifying glass): "all as list" defaults to on' | $T8 %] + + [% L.yes_no_tag('part_picker_search_all_as_list_default', part_picker_search_all_as_list_default) %] + + + + + [% 'Item input position for quotations and orders' | $T8 %] + + [% L.select_tag('order_item_input_position', [ [ 'default', LxERP.t8('Use settings from client configuration') ], [ 0, LxERP.t8('above the positions') ], [ 1, LxERP.t8('below the positions') ] ], default=order_item_input_position) %] + + + @@ -259,19 +362,20 @@ [%- END %] + +
    + + + + + +
    [% 'Notify me by email for follow-ups' | $T8 %] + + + + +
    +
    + - -