Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 05fd3d00

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 05fd3d0018a92486e4b4fbd8ad2101366454c15a
  • Vorgänger ab4e175b
  • Nachfolger 0dc8a4f8

Neues Design 2019 Standard-Code templates/webpages/client_config/_posting_configuration.html

Unterschiede anzeigen:

templates/webpages/client_config/_posting_configuration.html
3 3
[% USE T8 %]
4 4

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

  
33
  <tr> </tr>
34
  <tr> </tr>
7
<div class="wrapper" id="wrapper-5">
35 8

  
36
  <tr>
37
   <td align="right">[% LxERP.t8('Payments Changeable') %]</td>
38
   <td>[% L.select_tag('defaults.payments_changeable', SELF.payment_options, value_key = 'value', title_key = 'title', default = SELF.defaults.payments_changeable) %]</td>
39
   <td>[% LxERP.t8('Should payments be and when should they be changeable after posting?') %]</td>
40
  </tr>
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>
41 45

  
42
  <tr> </tr>
43
  <tr> </tr>
44 46

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

  
66
  <tr> </tr>
67
  <tr> </tr>
74
</div><!-- /.wrapper -->
68 75

  
69
  <tr>
70
   <td align="right">[% LxERP.t8('Accounting method') %]</td>
71
   <td>[% L.select_tag('defaults.accounting_method', SELF.accounting_options, value_key = 'value', title_key = 'title', default = SELF.defaults.accounting_method) %]</td>
72
   <td>[% LxERP.t8('This option controls the posting and calculation behavior for the accounting method.') %]</td>
73
  </tr>
74
  <tr>
75
   <td align="right">[% LxERP.t8('Inventory system') %]</td>
76
   <td>[% L.select_tag('defaults.inventory_system', SELF.inventory_options, value_key = 'value', title_key = 'title', default = SELF.defaults.inventory_system) %]</td>
77
   <td>
78
    [% LxERP.t8('This option controls the inventory system.') %]<br>
79
    [% LxERP.t8('ATTENTION! You can not simply change it from periodic to perpetual once you started posting.') %]
80
   </td>
81
  </tr>
82
  <tr>
83
   <td align="right">[% LxERP.t8('Profit determination') %]</td>
84
   <td>[% L.select_tag('defaults.profit_determination', SELF.profit_options, value_key = 'value', title_key = 'title', default = SELF.defaults.profit_determination) %]</td>
85
   <td>[% LxERP.t8('This option controls the method used for profit determination.') %]</td>
86
  </tr>
87
  <tr>
88
   <td align="right">[% LxERP.t8('Balance startdate method') %]</td>
89
   <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>
90
   <td>[% LxERP.t8('This option controls the method used for determining the startdate for the balance report.') %]</td>
91
  </tr>
92
  <tr>
93
   <td align="right">[% LxERP.t8('Sales Quotation valid interval') %]</td>
94
   <td>[% L.input_tag('defaults.reqdate_interval', LxERP.format_amount(SELF.defaults.reqdate_interval, 0), style=style) %]</td>
95
   <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>
96
  </tr>
97
  <tr>
98
   <td align="right">[% LxERP.t8('Sales Order delivery date interval') %]</td>
99
   <td>[% L.input_tag('defaults.delivery_date_interval', LxERP.format_amount(SELF.defaults.delivery_date_interval, 0), style=style) %]</td>
100
   <td>[% LxERP.t8('Usually the delivery date of an order is the next working day. If a value is set here this value will be added to the delivery date of the sales order. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
101
  </tr>
102
 </table>
103
</div>
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
    <tr>
108
      <td align="right">[% LxERP.t8('Sales Order delivery date interval') %]</td>
109
      <td>[% L.input_tag('defaults.delivery_date_interval', LxERP.format_amount(SELF.defaults.delivery_date_interval, 0), style=style) %]</td>
110
      <td>[% LxERP.t8('Usually the delivery date of an order is the next working day. If a value is set here this value will be added to the delivery date of the sales order. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
111
    </tr>
112
  </tbody>
113
</table>
114

  
115
</div><!-- /.wrapper -->
116

  
117
</div><!-- /#posting_configuration -->

Auch abrufbar als: Unified diff