Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 21e13584

Von Jan Büren vor 22 Tagen hinzugefügt

  • ID 21e135840f16eb0b6109f2341713b7452d755fce
  • Vorgänger 01caa3b1
  • Nachfolger eee33fab

SEPA-XML Endung konfigurierbar / ui_tab für Bankverbuchung konfigurierbar

Unterschiede anzeigen:

templates/design40_webpages/client_config/_bank.html
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
5

  
6
<div id="bank">
7
<div class="wrapper">
8
  <table class="tbl-horizontal">
9
    <caption>[% 'SEPA' | $T8 %]</caption>
10
    <tbody>
11
      <tr>
12
        <th>[% LxERP.t8('SEPA-XML File ending') %]</th>
13
        <td>[% L.yes_no_tag('defaults.sepa_export_xml', SELF.defaults.sepa_export_xml) %]</td>
14
        <td class="longdesc">[% LxERP.t8('If enabled the file ending for SEPA exports will be .xml instead of .cct or .cdd') %]</td>
15
      </tr>
16
    <caption>[% 'Bank' | $T8 %]</caption>
17
      <tr>
18
        <th>[% LxERP.t8('Ignore Proposals for Bank Transactions') %]</th>
19
        <td>[% L.yes_no_tag('defaults.no_bank_proposals', SELF.defaults.no_bank_proposals) %]</td>
20
        <td class="longdesc">
21
          [% LxERP.t8('If enabled the tab Proposals will not be the default view for bank transaction bookings') %]<br>
22
          [% LxERP.t8('This is helpful if you prefer a chronologic order of bank transactions, i.e. the tab all transactions meanwhile you are still able to use the quick add link for the suggested proposals') %]
23
        </td>
24
      </tr>
25
    </tbody>
26
  </table>
27
</div><!-- /.wrapper -->
28
</div><!-- /#record_links -->
templates/design40_webpages/client_config/form.html
85 85
<form action='controller.pl' method='POST' id='form'>
86 86
 <div class="tabwidget">
87 87
  <ul>
88
    <li><a href="#miscellaneous">[% LxERP.t8('Miscellaneous') %]</a></li>
89
    <li><a href="#ranges_of_numbers">[% LxERP.t8('Ranges of numbers') %]</a></li>
90
    <li><a href="#default_accounts">[% LxERP.t8('Default Accounts') %]</a></li>
91
    <li><a href="#posting_configuration">[% LxERP.t8('Posting Configuration') %]</a></li>
92
    [% IF FORM.feature_datev %]
93
      <li><a href="#datev_check_configuration">[% LxERP.t8('DATEV configuration') %]</a></li>
94
    [% END %]
95
    <li><a href="#orders_deleteable">[% LxERP.t8('Orders / Delivery Orders deleteable') %]</a></li>
96
    [% IF INSTANCE_CONF.get_doc_storage %]
97
      <li><a href="#attachments">[% LxERP.t8('Global Attachments') %]</a></li>
98
    [% END %]
99
    <li><a href="#warehouse">[% LxERP.t8('Warehouse') %]</a></li>
100
    <li><a href="#features">[% LxERP.t8('Features') %]</a></li>
101
    <li><a href="#stocktaking">[% LxERP.t8('Stocktaking') %]</a></li>
102
    <li><a href="#record_links">[% LxERP.t8('Linked Records') %]</a></li>
88
   <li><a href="#miscellaneous">[% LxERP.t8('Miscellaneous') %]</a></li>
89
   <li><a href="#ranges_of_numbers">[% LxERP.t8('Ranges of numbers') %]</a></li>
90
   <li><a href="#default_accounts">[% LxERP.t8('Default Accounts') %]</a></li>
91
   <li><a href="#posting_configuration">[% LxERP.t8('Posting Configuration') %]</a></li>
92
   [% IF FORM.feature_datev %]
93
     <li><a href="#datev_check_configuration">[% LxERP.t8('DATEV configuration') %]</a></li>
94
   [% END %]
95
   <li><a href="#orders_deleteable">[% LxERP.t8('Orders / Delivery Orders deleteable') %]</a></li>
96
[%- IF INSTANCE_CONF.get_doc_storage %]
97
   <li><a href="#attachments">[% LxERP.t8('Global Attachments') %]</a></li>
98
[%- END %]
99
   <li><a href="#warehouse">[% LxERP.t8('Warehouse') %]</a></li>
100
   <li><a href="#features">[% LxERP.t8('Features') %]</a></li>
101
   <li><a href="#stocktaking">[% LxERP.t8('Stocktaking') %]</a></li>
102
   <li><a href="#record_links">[% LxERP.t8('Linked Records') %]</a></li>
103
   <li><a href="#bank">[% LxERP.t8('SEPA/Bank') %]</a></li>
103 104
  </ul>
104 105

  
105
  [% PROCESS 'client_config/_ranges_of_numbers.html' %]
106
  [% PROCESS 'client_config/_default_accounts.html' %]
107
  [% PROCESS 'client_config/_posting_configuration.html' %]
108
  [% PROCESS 'client_config/_datev_check_configuration.html' %]
109
  [% PROCESS 'client_config/_orders_deleteable.html' %]
110
  [% IF INSTANCE_CONF.get_doc_storage %]
111
    [% PROCESS 'client_config/_attachments.html' %]
112
  [% END %]
113
  [% PROCESS 'client_config/_warehouse.html' %]
114
  [% PROCESS 'client_config/_features.html' %]
115
  [% PROCESS 'client_config/_stocktaking.html' %]
116
  [% PROCESS 'client_config/_record_links.html' %]
117
  [% PROCESS 'client_config/_miscellaneous.html' %]
106
[% PROCESS 'client_config/_ranges_of_numbers.html' %]
107
[% PROCESS 'client_config/_default_accounts.html' %]
108
[% PROCESS 'client_config/_posting_configuration.html' %]
109
[% PROCESS 'client_config/_datev_check_configuration.html' %]
110
[% PROCESS 'client_config/_orders_deleteable.html' %]
111
[%- IF INSTANCE_CONF.get_doc_storage %]
112
[% PROCESS 'client_config/_attachments.html' %]
113
[%- END %]
114
[% PROCESS 'client_config/_warehouse.html' %]
115
[% PROCESS 'client_config/_features.html' %]
116
[% PROCESS 'client_config/_stocktaking.html' %]
117
[% PROCESS 'client_config/_record_links.html' %]
118
[% PROCESS 'client_config/_bank.html' %]
119
[% PROCESS 'client_config/_miscellaneous.html' %]
118 120
 </div>
119 121
</form>
templates/webpages/client_config/_bank.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]
2
<div id="bank">
3
 <table>
4
    <tr>
5
      <td align="right" nowrap="true">[% LxERP.t8('SEPA-XML File ending') %]</td>
6
      <td>[% L.yes_no_tag('defaults.sepa_export_xml', SELF.defaults.sepa_export_xml) %]</td>
7
      <td>[% LxERP.t8('If enabled the file ending for SEPA exports will be .xml instead of .cct or .cdd') %]</td>
8
    </tr>
9
    <tr>
10
      <td align="right" nowrap="true">[% LxERP.t8('Ignore Proposals for Bank Transactions') %]</td>
11
      <td>[% L.yes_no_tag('defaults.no_bank_proposals', SELF.defaults.no_bank_proposals) %]</td>
12
      <td>
13
        [% LxERP.t8('If enabled the tab Proposals will not be the default view for bank transaction bookings') %]<br>
14
        [% LxERP.t8('This is helpful if you prefer a chronologic order of bank transactions, i.e. the tab all transactions meanwhile you are still able to use the quick add link for the suggested proposals') %]
15
      </td>
16
    </tr>
17
 </table>
18
</div>
templates/webpages/client_config/form.html
94 94
   <li><a href="#features">[% LxERP.t8('Features') %]</a></li>
95 95
   <li><a href="#stocktaking">[% LxERP.t8('Stocktaking') %]</a></li>
96 96
   <li><a href="#record_links">[% LxERP.t8('Linked Records') %]</a></li>
97
   <li><a href="#bank">[% LxERP.t8('SEPA/Bank') %]</a></li>
97 98
  </ul>
98 99

  
99 100
[% PROCESS 'client_config/_ranges_of_numbers.html' %]
......
108 109
[% PROCESS 'client_config/_features.html' %]
109 110
[% PROCESS 'client_config/_stocktaking.html' %]
110 111
[% PROCESS 'client_config/_record_links.html' %]
112
[% PROCESS 'client_config/_bank.html' %]
111 113
[% PROCESS 'client_config/_miscellaneous.html' %]
112 114
 </div>
113 115
</form>

Auch abrufbar als: Unified diff