Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d25334c6

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

  • ID d25334c6f26a49abac9707a54e5b987bd587d96e
  • Vorgänger e7c11f83
  • Nachfolger 3740d9a0

Aenderungen hpschlaepfer

Unterschiede anzeigen:

templates/webpages/ar/search.html
1
[%- USE T8 %]
2
[%- USE L %][%- USE P -%]
3
[%- SET style="width: 250px" %]
1
[% USE T8 %]
2
[% USE L %]
3
[% USE P %]
4
[% SET style="width: 250px" %]
4 5
<h1>[% title %]</h1>
5 6

  
6
 <form method=post name="search" id="form" action=[% script %]>
7
  [% L.hidden_tag("action", nextsub) %]
7
<form method=post name="search" id="form" action=[% script %]>
8
[% L.hidden_tag("action", nextsub) %]
9

  
10
<div class="wrapper">
8 11

  
9
<div class="cols">
10 12
<div class="col">
11
    <table class="tbl-horizontal">
13
  <table class="tbl-horizontal">
12 14
      <caption>[% 'Customer' | $T8 %]</caption>
13 15
    <tbody>
14 16
     <tr>
......
51 53
     </tr>
52 54
  </tbody>
53 55
  </table>
54
  </div>
56
</div>
55 57

  
56
  <div class="col">
58
<div class="col">
57 59
  <table class="tbl-horizontal">
58 60
    <caption>[% 'Record numbers and dates' | $T8 %]</caption>
59 61
    <tbody>
......
95 97
       [% L.date_tag('duedateto') %]
96 98
     </td>
97 99
    </tr>
98
    [%- IF CT_CUSTOM_VARIABLES.size %]
100
    [% IF CT_CUSTOM_VARIABLES.size %]
99 101
    <tr>
100
      <td></td>
101
      <td colspan=4 align=left><b>[% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %]</td>
102
      <th class="caption" colspan="2">[% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %]</th>
102 103
    </tr>
103 104
    [% CT_CUSTOM_VARIABLES_FILTER_CODE %]
104
    [%- END %]
105
    [% END %]
105 106
   </tbody>
106 107
   </table>
107
   <input type=hidden name=sort value=transdate>
108

  
109
</div></div><!-- /.cols -->
110

  
111

  
112
<h3 class="caption">[% 'Include in Report' | $T8 %]</h3>
113

  
114
<table class="tbl-plain col">
115
   <caption>[% 'Status' | $T8 %]</caption>
116
   <tbody>
117
  <tr>
118
   <td><input name=open id=open type="checkbox" checked></td>
119
   <td>[% 'Open' | $T8 %]</td>
120
   </tr>
121
   <tr>
122
   <td><input name=closed id=closed type="checkbox" [% IF closed %] checked[% END %]></td>
123
   <td>[% 'Closed' | $T8 %]</td>
124
  </tr>
125
   <tr>
126
   <td><input name="l_paid" id="l_paid" type="checkbox" checked></td>
127
   <td>[% 'Paid' | $T8 %]</td>
128
   </tr>
129
   <tr>
130
   <td><input name="l_dunning_description" id="l_dunning_description" type="checkbox"></td>
131
   <td>[% 'Dunning level' | $T8 %]</td>
132
  </tr>
133

  
134
  </tbody>
135
</table>
136

  
137
<table class="tbl-plain col">
138
  <tbody>
139
    <caption>[% 'Numbers' | $T8 %]</caption>
140
  <tr>
141
   <td><input name="l_id" type="checkbox"></td>
142
   <td>[% 'ID' | $T8 %]</td>
143
   </tr>
144
   <tr>
145
   <td><input name="l_invnumber" id="l_invnumber" type="checkbox" checked></td>
146
   <td>[% 'Invoice Number' | $T8 %]</td>
147
    </tr>
148
   <tr>
149
    <td><input name="l_ordnumber" id="l_ordnumber" type="checkbox"></td>
150
    <td>[% 'Order Number' | $T8 %]</td>
151
   </tr>
152
   <tr>
153
   <td><input name="l_globalprojectnumber" id="l_globalprojectnumber" type="checkbox"></td>
154
   <td>[% 'Document Project Number' | $T8 %]</td>
155
   </tr>
156
   <tr>
157
   <td><input name="l_cusordnumber" id="l_cusordnumber" type="checkbox"></td>
158
   <td>[% 'Customer Order Number' | $T8 %]</td>
159
  </tr>
160
   <tr>
161
   <td><input name="l_ustid" id="l_ustid" type="checkbox"></td>
162
   <td>[% 'USt-IdNr.' | $T8 %]</td>
163
  </tr>
164
  </tbody>
165
</table>
166

  
167
<table class="tbl-plain col">
168
  <caption>[% 'Date' | $T8 %]</caption>
169
  <tbody>
170
  <tr>
171
   <td><input name="l_transdate" id="l_transdate" type="checkbox" checked></td>
172
   <td>[% 'Invoice Date' | $T8 %]</td>
173
   </tr>
174
  <tr>
175
   <td><input name="l_datepaid" id="l_datepaid" type="checkbox"></td>
176
   <td>[% 'Date Paid' | $T8 %]</td>
177
   </tr>
178
   <tr>
179
   <td><input name="l_duedate" id="l_duedate" type="checkbox"></td>
180
   <td>[% 'Due Date' | $T8 %]</td>
181
   </tr>
182
  <tr>
183
    <th class="caption" colspan="2">[% 'Customer' | $T8 %]</th>
184
  </tr>
185
   <tr>
186
   <td><input name="l_name" id="l_name" type="checkbox" checked></td>
187
   <td>[% 'Customer' | $T8 %]</td>
188
   </tr>
189
  <tr>
190
   <td><input name="l_customernumber" id="l_customernumber" type="checkbox"></td>
191
   <td>[% 'Customer Number' | $T8 %]</td>
192
   </tr>
193
   <tr>
194
   <td><input name="l_department" id="l_department" type="checkbox"></td>
195
   <td>[% 'Department' | $T8 %]</td>
196
  </tr>
197
   <tr>
198
   <td><input name="l_country" id="l_country" type="checkbox"></td>
199
   <td>[% 'Country' | $T8 %]</td>
200
   </tr>
201

  
202
  </tbody>
203
</table>
204

  
205
<table class="tbl-plain col">
206
    <caption>[% 'Amounts' | $T8 %]</caption>
207
  <tbody>
208
  <tr>
209
   <td><input name="l_netamount" id="l_netamount" type="checkbox" value="Y" checked></td>
210
   <td>[% 'Amount' | $T8 %]</td>
211
   </tr>
212
   <tr>
213
   <td><input name="l_amount" id="l_amount" type="checkbox" value="Y" checked></td>
214
   <td>[% 'Total' | $T8 %]</td>
215
  </tr>
216
  <tr>
217
   <td><input name="l_subtotal" id="l_subtotal" type="checkbox"></td>
218
   <td>[% 'Subtotal' | $T8 %]</td>
219
   </tr>
220
   <tr>
221
   <td><input name="l_due" id="l_due" type="checkbox"></td>
222
   <td>[% 'Amount Due' | $T8 %]</td>
223
  </tr>
224
  <tr>
225
   <td><input name="l_marge_total" id="l_marge_total" type="checkbox"></td>
226
   <td> [% 'Ertrag' | $T8 %]</td>
227
   </tr>
228
   <tr>
229
   <td><input name="l_marge_percent" id="l_marge_percent" type="checkbox"></td>
230
   <td> [% 'Ertrag prozentual' | $T8 %]</td>
231
   </tr>
232
   <tr>
233
   <td><input name="l_tax" id="l_tax" type="checkbox"></td>
234
   <td>[% 'Tax' | $T8 %]</td>
235
   </tr>
236
  <tr>
237
   <td><input name="l_taxzone" id="l_taxzone" type="checkbox"></td>
238
   <td>[% 'Steuersatz' | $T8 %]</td>
239
   </tr>
240
  </tbody>
241
</table>
242

  
243
<table class="tbl-plain col">
244
    <caption>[% 'Order' | $T8 %]</caption>
245
  <tbody>
246
  <tr>
247
   <td><input name="l_notes" id="l_notes" type="checkbox"></td>
248
   <td>[% 'Notes' | $T8 %]</td>
249
   </tr>
250
   <tr>
251
   <td><input name="l_shippingpoint" id="l_shippingpoint" type="checkbox"></td>
252
   <td>[% 'Shipping Point' | $T8 %]</td>
253
   </tr>
254
   <tr>
255
   <td><input name="l_shipvia" id="l_shipvia" type="checkbox"></td>
256
   <td>[% 'Ship via' | $T8 %]</td>
257
  </tr>
258
   <tr>
259
   <td><input name="l_transaction_description" id="l_transaction_description" type="checkbox"[% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]></td>
260
   <td>[% 'Transaction description' | $T8 %]</td>
261
   </tr>
262
   <tr>
263
   <td><input name="l_payment_terms" id="l_payment_terms" type="checkbox"></td>
264
   <td>[% 'Payment Terms' | $T8 %]</td>
265
   </tr>
266
   <tr>
267
   <td><input name="l_charts" id="l_charts" type="checkbox"></td>
268
   <td>[% 'Chart' | $T8 %]</td>
269
   </tr>
270
   <tr>
271
   <td><input name="l_direct_debit" id="l_direct_debit" type="checkbox"></td>
272
   <td>[% 'direct debit' | $T8 %]</td>
273
  </tr>
274
  </tbody>
275
</table>
276

  
277
<table class="tbl-plain col">
278
  <caption>[% 'Employee' | $T8 %]</caption>
279
  <tbody>
280
   <tr>
281
   <td><input name="l_salesman" id="l_salesman" type="checkbox"></td>
282
   <td>[% 'Salesperson' | $T8 %]</td>
283
   </tr>
284
    <tr>
285
   <td><input name="l_employee" id="l_employee" type="checkbox"></td>
286
   <td>[% 'Employee' | $T8 %]</td>
287
  </tr>
288
</table>
289

  
290

  
291
<table>
292
  <tr><td>
293
    [% CT_CUSTOM_VARIABLES_INCLUSION_CODE %]
294
  </td></tr>
295
</table>
296

  
297

  
298

  
299
  </form>
108
 <input type=hidden name=sort value=transdate>
109
</div>
110

  
111
</div><!-- /.wrapper -->
112

  
113
<div class="wrapper form-addition">
114

  
115
  <h3>[% 'Include in Report' | $T8 %]</h3>
116
	
117

  
118
	<div class="list col">
119
		<h4>[% 'Status' | $T8 %]</h4>
120
		<div>
121
			<input name="open" id="open" type="checkbox" checked><label for="open">[% 'Open' | $T8 %]</label> 
122
		</div>
123
		<div>
124
			<input name="closed" id="closed" type="checkbox" [% IF closed %] checked[% END %]><label for="closed">[% 'Closed' | $T8 %]</label> 
125
		</div>
126
		<div>
127
			<input name="l_paid" id="l_paid" type="checkbox" checked><label for="l_paid">[% 'Paid' | $T8 %]</label> 
128
		</div>
129
		<div>
130
			<input name="l_dunning_description" id="l_dunning_description" type="checkbox"><label for="l_dunning_description">[% 'Dunning level' | $T8 %]</label> 
131
		</div>
132
	</div>
133
	<div class="list col">
134
		<h4>[% 'Numbers' | $T8 %]</h4>
135
		<div>
136
			<input name="l_id" id="l_id" type="checkbox"><label for="l_id">[% 'ID' | $T8 %]</label> 
137
		</div>
138
		<div>
139
			<input name="l_invnumber" id="l_invnumber" type="checkbox" checked><label for="l_invnumber">[% 'Invoice Number' | $T8 %]</label> 
140
		</div>
141
		<div>
142
			<input name="l_ordnumber" id="l_ordnumber" type="checkbox"><label for="l_ordnumber">[% 'Order Number' | $T8 %]</label> 
143
		</div>
144
		<div>
145
			<input name="l_globalprojectnumber" id="l_globalprojectnumber" type="checkbox"><label for="l_globalprojectnumber">[% 'Document Project Number' | $T8 %]</label> 
146
		</div>
147
		<div>
148
			<input name="l_cusordnumber" id="l_cusordnumber" type="checkbox"><label for="l_cusordnumber">[% 'Customer Order Number' | $T8 %]</label> 
149
		</div>
150
		<div>
151
			<input name="l_ustid" id="l_ustid" type="checkbox"><label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label> 
152
		</div>
153
	</div>
154
	<div class="list col">
155
		<h4>[% 'Date' | $T8 %]</h4>
156
		<div>
157
			<input name="l_transdate" id="l_transdate" type="checkbox" checked><label for="l_transdate">[% 'Invoice Date' | $T8 %]</label> 
158
		</div>
159
		<div>
160
			<input name="l_datepaid" id="l_datepaid" type="checkbox"><label for="l_datepaid">[% 'Date Paid' | $T8 %]</label> 
161
		</div>
162
		<div>
163
			<input name="l_duedate" id="l_duedate" type="checkbox"><label for="l_duedate">[% 'Due Date' | $T8 %]</label> 
164
		</div>
165
	</div>
166
	<div class="list col">
167
		<h4>[% 'Customer' | $T8 %]</h4>
168
		<div>
169
			<input name="l_name" id="l_name" type="checkbox" checked><label for="l_name">[% 'Customer' | $T8 %]</label> 
170
		</div>
171
		<div>
172
			<input name="l_customernumber" id="l_customernumber" type="checkbox"><label for="l_customernumber">[% 'Customer Number' | $T8 %]</label> 
173
		</div>
174
		<div>
175
			<input name="l_department" id="l_department" type="checkbox"><label for="l_department">[% 'Department' | $T8 %]</label> 
176
		</div>
177
		<div>
178
			<input name="l_country" id="l_country" type="checkbox"><label for="l_country">[% 'Country' | $T8 %]</label> 
179
		</div>
180
	</div>
181

  
182
	<div class="list col">
183
		<h4>[% 'Amounts' | $T8 %]</h4>
184
		<div>
185
			<input name="l_netamount" id="l_netamount" type="checkbox" value="Y" checked><label for="l_netamount">[% 'Amount' | $T8 %]</label> 
186
		</div>
187
		<div>
188
			<input name="l_amount" id="l_amount" type="checkbox" value="Y" checked><label for="l_amount">[% 'Total' | $T8 %]</label> 
189
		</div>
190
		<div>
191
			<input name="l_subtotal" id="l_subtotal" type="checkbox"><label for="l_subtotal">[% 'Subtotal' | $T8 %]</label> 
192
		</div>
193
		<div>
194
			<input name="l_due" id="l_due" type="checkbox"><label for="l_due">[% 'Amount Due' | $T8 %]</label> 
195
		</div>
196
		<div>
197
			<input name="l_marge_total" id="l_marge_total" type="checkbox"><label for="l_marge_total">[% 'Ertrag' | $T8 %]</label> 
198
		</div>
199
		<div>
200
			<input name="l_marge_percent" id="l_marge_percent" type="checkbox"><label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label> 
201
		</div>
202
		<div>
203
			<input name="l_tax" id="l_tax" type="checkbox"><label for="l_tax">[% 'Tax' | $T8 %]</label> 
204
		</div>
205
		<div>
206
			<input name="l_taxzone" id="l_taxzone" type="checkbox"><label for="l_taxzone">[% 'Steuersatz' | $T8 %]</label> 
207
		</div>
208
	</div>
209
	<div class="list col">
210
		<h4>[% 'Order' | $T8 %]</h4>
211
		<div>
212
			<input name="l_notes" id="l_notes" type="checkbox"><label for="l_notes">[% 'Notes' | $T8 %]</label> 
213
		</div>
214
		<div>
215
			<input name="l_shippingpoint" id="l_shippingpoint" type="checkbox"><label for="l_shippingpoint">[% 'Shipping Point' | $T8 %]</label> 
216
		</div>
217
		<div>
218
			<input name="l_shipvia" id="l_shipvia" type="checkbox"><label for="l_shipvia">[% 'Ship via' | $T8 %]</label> 
219
		</div>
220
		<div>
221
			<input name="l_transaction_description" id="l_transaction_description" type="checkbox" [% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]><label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label> 
222
		</div>
223
		<div>
224
			<input name="l_payment_terms" id="l_payment_terms" type="checkbox"><label for="l_payment_terms">[% 'Payment Terms' | $T8 %]</label>
225
		</div>
226
		<div>
227
			<input name="l_charts" id="l_charts" type="checkbox"><label for="l_charts">[% 'Chart' | $T8 %]</label> 
228
		</div>
229
		<div>
230
			<input name="l_direct_debit" id="l_direct_debit" type="checkbox"><label for="l_direct_debit">[% 'direct debit' | $T8 %]</label> 
231
		</div>
232
	</div>
233
	<div class="list col">
234
		<h4>[% 'Employee' | $T8 %]</h4>
235
		<div>
236
			<input name="l_salesman" id="l_salesman" type="checkbox"><label for="l_salesman">[% 'Salesperson' | $T8 %]</label> 
237
		</div>
238
		<div>
239
			<input name="l_employee" id="l_employee" type="checkbox"><label for="l_employee">[% 'Employee' | $T8 %]</label> 
240
		</div>
241
	</div>
242
	<div class="list col">
243
		<h4>[% 'Custom Variables' | $T8 %]</h4>
244
		<div>
245
			[% CT_CUSTOM_VARIABLES_INCLUSION_CODE %] 
246
		</div>
247
	</div>
248

  
249
</div>
250
<!-- /.wrapper ,form-addition -->
251

  
252

  
253
</form>

Auch abrufbar als: Unified diff