Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dfaa036e

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID dfaa036e7f1f36019b6824a1ba43b77229f4f30a
  • Vorgänger eae4302d
  • Nachfolger 5af1f24c

Neues kivitendo Design Aenderungen in templates/webpages/client_config/..

Unterschiede anzeigen:

templates/webpages/client_config/_posting_configuration.html
1
[%- USE L -%][%- USE LxERP -%]
1
[% USE L %]
2
[% USE LxERP %]
3
[% USE T8 %]
4

  
2 5
<div id="posting_configuration">
3
 <table>
4
  <tr>
5
   <td align="right">[% LxERP.t8('Sales invoices changeable') %]</td>
6
   <td>[% L.select_tag('defaults.is_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.is_changeable) %]</td>
7
   <td>[% LxERP.t8('Should sales invoices be and when should they be changeable or deleteable after posting?') %]</td>
8
  </tr>
9
  <tr>
10
   <td align="right">[% LxERP.t8('Purchase invoices changeable') %]</td>
11
   <td>[% L.select_tag('defaults.ir_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ir_changeable) %]</td>
12
   <td>[% LxERP.t8('Should purchase invoices be and when should they be deleteable after posting?') %]</td>
13
  </tr>
14
  <tr>
15
   <td align="right">[% LxERP.t8('AR transactions changeable') %]</td>
16
   <td>[% L.select_tag('defaults.ar_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ar_changeable) %]</td>
17
   <td>[% LxERP.t8('Should ar transactions be and when should they be changeable or deleteable after posting?') %]</td>
18
  </tr>
19
  <tr>
20
   <td align="right">[% LxERP.t8('AP transactions changeable') %]</td>
21
   <td>[% L.select_tag('defaults.ap_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ap_changeable) %]</td>
22
   <td>[% LxERP.t8('Should ap transactions be and when should they be changeable or deleteable after posting?') %]</td>
23
  </tr>
24
  <tr>
25
   <td align="right">[% LxERP.t8('GL transactions changeable') %]</td>
26
   <td>[% L.select_tag('defaults.gl_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.gl_changeable) %]</td>
27
   <td>[% LxERP.t8('Should gl transactions be and when should they be changeable or deleteable after posting?') %]</td>
28
  </tr>
29 6

  
30
  <tr> </tr>
31
  <tr> </tr>
7
<div class="wrapper" id="wrapper-5">
8

  
9
<table class="tbl-horizontal">
10
  <caption>[% 'Changeable after posting' | $T8 %]</caption>
11
  <colgroup> <col class="wi-small"><col class="wi-mediumsmall"><col class="wi-normal"> </colgroup>
12
  <tbody>
13
    <tr>
14
      <th>[% LxERP.t8('Sales invoices') %]</th>
15
      <td>[% L.select_tag('defaults.is_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.is_changeable, class='wi-normal') %]</td>
16
      <td class="longdesc">[% LxERP.t8('Should sales invoices be and when should they be changeable or deleteable after posting?') %]</td>
17
    </tr>
18
    <tr>
19
      <th>[% LxERP.t8('Purchase invoices') %]</th>
20
      <td>[% L.select_tag('defaults.ir_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ir_changeable, class='wi-normal') %]</td>
21
      <td class="longdesc">[% LxERP.t8('Should purchase invoices be and when should they be deleteable after posting?') %]</td>
22
    </tr>
23
    <tr>
24
      <th>[% LxERP.t8('AR transactions') %]</th>
25
      <td>[% L.select_tag('defaults.ar_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ar_changeable, class='wi-normal') %]</td>
26
      <td class="longdesc">[% LxERP.t8('Should ar transactions be and when should they be changeable or deleteable after posting?') %]</td>
27
    </tr>
28
    <tr>
29
      <th>[% LxERP.t8('AP transactions') %]</th>
30
      <td>[% L.select_tag('defaults.ap_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.ap_changeable, class='wi-normal') %]</td>
31
      <td class="longdesc">[% LxERP.t8('Should ap transactions be and when should they be changeable or deleteable after posting?') %]</td>
32
    </tr>
33
    <tr>
34
      <th>[% LxERP.t8('GL transactions') %]</th>
35
      <td>[% L.select_tag('defaults.gl_changeable', SELF.posting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.gl_changeable, class='wi-normal') %]</td>
36
      <td class="longdesc">[% LxERP.t8('Should gl transactions be and when should they be changeable or deleteable after posting?') %]</td>
37
    </tr>
38
    <tr>
39
      <th>[% LxERP.t8('Payments') %]</th>
40
      <td>[% L.select_tag('defaults.payments_changeable', SELF.payment_options, value_key = 'value', title_key = 'title', default = SELF.defaults.payments_changeable, class='wi-normal') %]</td>
41
      <td class="longdesc">[% LxERP.t8('Should payments be and when should they be changeable after posting?') %]</td>
42
    </tr>
43
  </tbody>
44
</table>
45

  
46

  
47
<table class="tbl-horizontal">
48
  <caption>[% 'Show "mark as paid' | $T8 %]</caption>
49
  <colgroup> <col class="wi-small"><col class="wi-small"><col class="wi-normal"> </colgroup>
50
  <tbody>
51
    <tr>
52
      <th>[% LxERP.t8('Sales Invoices') %]</th>
53
      <td>[% L.yes_no_tag('defaults.is_show_mark_as_paid', SELF.defaults.is_show_mark_as_paid, class='wi-small') %]</td>
54
      <td class="longdesc">[% LxERP.t8('Should the "mark as paid" button showed on sales invoices?') %]</td>
55
    </tr>
56
    <tr>
57
      <th>[% LxERP.t8('Purchase Invoices') %]</th>
58
      <td>[% L.yes_no_tag('defaults.ir_show_mark_as_paid', SELF.defaults.ir_show_mark_as_paid, class='wi-small') %]</td>
59
      <td class="longdesc">[% LxERP.t8('Should the "mark as paid" button showed in purchase invoices?') %]</td>
60
    </tr>
61
    <tr>
62
      <th>[% LxERP.t8('AR Transactions') %]</th>
63
      <td>[% L.yes_no_tag('defaults.ar_show_mark_as_paid', SELF.defaults.ar_show_mark_as_paid, class='wi-small') %]</td>
64
      <td class="longdesc">[% LxERP.t8('Should the "mark as paid" button showed in ar transactions?') %]</td>
65
    </tr>
66
    <tr>
67
      <th>[% LxERP.t8('AP Transactions') %]</th>
68
      <td>[% L.yes_no_tag('defaults.ap_show_mark_as_paid', SELF.defaults.ap_show_mark_as_paid, class='wi-small') %]</td>
69
      <td class="longdesc">[% LxERP.t8('Should the "mark as paid" button showed in ap transactions?') %]</td>
70
    </tr>
71
  </tbody>
72
</table>
73

  
74
</div><!-- /.wrapper -->
75

  
76
<div class="wrapper" id="wrapper-6">
77

  
78
<table class="tbl-horizontal">
79
  <caption>[% 'Methods & Preferences' | $T8 %]</caption>
80
  <tbody>
81
    <tr>
82
      <th>[% LxERP.t8('Accounting method') %]</th>
83
      <td>[% L.select_tag('defaults.accounting_method', SELF.accounting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.accounting_method, class='wi-normal') %]</td>
84
      <td class="longdesc">[% LxERP.t8('This option controls the posting and calculation behavior for the accounting method.') %]</td>
85
    </tr>
86
    <tr>
87
      <th>[% LxERP.t8('Inventory system') %]</th>
88
      <td>[% L.select_tag('defaults.inventory_system', SELF.inventory_options, value_key = 'value', title_key = 'title', default = SELF.defaults.inventory_system, class='wi-normal') %]</td>
89
      <td class="longdesc"> [% LxERP.t8('This option controls the inventory system.') %]<br>
90
      [% LxERP.t8('ATTENTION! You can not simply change it from periodic to perpetual once you started posting.') %] </td>
91
    </tr>
92
    <tr>
93
      <th>[% LxERP.t8('Profit determination') %]</th>
94
      <td>[% L.select_tag('defaults.profit_determination', SELF.profit_options, value_key = 'value', title_key = 'title', default = SELF.defaults.profit_determination, class='wi-morewide') %]</td>
95
      <td class="longdesc">[% LxERP.t8('This option controls the method used for profit determination.') %]</td>
96
    </tr>
97
    <tr>
98
      <th>[% LxERP.t8('Balance startdate method') %]</th>
99
      <td>[% L.select_tag('defaults.balance_startdate_method', SELF.balance_startdate_method_options, value_key = 'value', title_key = 'title', default = SELF.defaults.balance_startdate_method, class='wi-morewide') %]</td>
100
      <td class="longdesc">[% LxERP.t8('This option controls the method used for determining the startdate for the balance report.') %]</td>
101
    </tr>
102
    <tr>
103
      <th>[% LxERP.t8('Sales Quotation valid interval') %]</th>
104
      <td>[% L.input_tag('defaults.reqdate_interval', LxERP.format_amount(SELF.defaults.reqdate_interval, 0), class='wi-verysmall') %]</td>
105
      <td class="longdesc">[% LxERP.t8('Usually the sales quotation is valid until the next working day. If a value is set here then the quotation will be valid for at least that many days. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
106
    </tr>
107
  </tbody>
108
</table>
32 109

  
33
  <tr>
34
   <td align="right">[% LxERP.t8('Payments Changeable') %]</td>
35
   <td>[% L.select_tag('defaults.payments_changeable', SELF.payment_options, value_key = 'value', title_key = 'title', default = SELF.defaults.payments_changeable) %]</td>
36
   <td>[% LxERP.t8('Should payments be and when should they be changeable after posting?') %]</td>
37
  </tr>
110
</div><!-- /.wrapper -->
38 111

  
39
  <tr> </tr>
40
  <tr> </tr>
112
</div><!-- /#posting_configuration -->
41 113

  
42
  <tr>
43
   <td align="right">[% LxERP.t8('Show "mark as paid" in sales invoices') %]</td>
44
   <td>[% L.yes_no_tag('defaults.is_show_mark_as_paid', SELF.defaults.is_show_mark_as_paid) %]</td>
45
   <td>[% LxERP.t8('Should the "mark as paid" button showed on sales invoices?') %]</td>
46
  </tr>
47
  <tr>
48
   <td align="right">[% LxERP.t8('Show "mark as paid" in purchase invoices') %]</td>
49
   <td>[% L.yes_no_tag('defaults.ir_show_mark_as_paid', SELF.defaults.ir_show_mark_as_paid) %]</td>
50
   <td>[% LxERP.t8('Should the "mark as paid" button showed in purchase invoices?') %]</td>
51
  </tr>
52
  <tr>
53
   <td align="right">[% LxERP.t8('Show "mark as paid" in ar transactions') %]</td>
54
   <td>[% L.yes_no_tag('defaults.ar_show_mark_as_paid', SELF.defaults.ar_show_mark_as_paid) %]</td>
55
   <td>[% LxERP.t8('Should the "mark as paid" button showed in ar transactions?') %]</td>
56
  </tr>
57
  <tr>
58
   <td align="right">[% LxERP.t8('Show "mark as paid" in ap transactions') %]</td>
59
   <td>[% L.yes_no_tag('defaults.ap_show_mark_as_paid', SELF.defaults.ap_show_mark_as_paid) %]</td>
60
   <td>[% LxERP.t8('Should the "mark as paid" button showed in ap transactions?') %]</td>
61
  </tr>
62 114

  
63
  <tr> </tr>
64
  <tr> </tr>
65 115

  
66
  <tr>
67
   <td align="right">[% LxERP.t8('Accounting method') %]</td>
68
   <td>[% L.select_tag('defaults.accounting_method', SELF.accounting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.accounting_method) %]</td>
69
   <td>[% LxERP.t8('This option controls the posting and calculation behavior for the accounting method.') %]</td>
70
  </tr>
71
  <tr>
72
   <td align="right">[% LxERP.t8('Inventory system') %]</td>
73
   <td>[% L.select_tag('defaults.inventory_system', SELF.inventory_options, value_key = 'value', title_key = 'title', default = SELF.defaults.inventory_system) %]</td>
74
   <td>
75
    [% LxERP.t8('This option controls the inventory system.') %]<br>
76
    [% LxERP.t8('ATTENTION! You can not simply change it from periodic to perpetual once you started posting.') %]
77
   </td>
78
  </tr>
79
  <tr>
80
   <td align="right">[% LxERP.t8('Profit determination') %]</td>
81
   <td>[% L.select_tag('defaults.profit_determination', SELF.profit_options, value_key = 'value', title_key = 'title', default = SELF.defaults.profit_determination) %]</td>
82
   <td>[% LxERP.t8('This option controls the method used for profit determination.') %]</td>
83
  </tr>
84
  <tr>
85
   <td align="right">[% LxERP.t8('Balance startdate method') %]</td>
86
   <td>[% L.select_tag('defaults.balance_startdate_method', SELF.balance_startdate_method_options, value_key = 'value', title_key = 'title', default = SELF.defaults.balance_startdate_method) %]</td>
87
   <td>[% LxERP.t8('This option controls the method used for determining the startdate for the balance report.') %]</td>
88
  </tr>
89
  <tr>
90
   <td align="right">[% LxERP.t8('Sales Quotation valid interval') %]</td>
91
   <td>[% L.input_tag('defaults.reqdate_interval', LxERP.format_amount(SELF.defaults.reqdate_interval, 0), style=style) %]</td>
92
   <td>[% LxERP.t8('Usually the sales quotation is valid until the next working day. If a value is set here then the quotation will be valid for at least that many days. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
93
  </tr>
94
 </table>
95
</div>

Auch abrufbar als: Unified diff