Revision 3fc38171
Von Andreas Rudin vor etwa 6 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
79 | 79 |
<th>[% 'Project Number' | $T8 %]</th> |
80 | 80 |
<td>[% P.project_picker("project_id", project_id, style=style) %]</td> |
81 | 81 |
</tr> |
82 |
[% IF ALL_BUSINESS_TYPES.as_list.size > 0 %]
|
|
82 |
[% IF ALL_BUSINESS_TYPES.as_list.size > 0 %] |
|
83 | 83 |
<tr> |
84 | 84 |
<th>[% 'Customer type' | $T8 %]</th> |
85 | 85 |
<td>[% L.select_tag("business_id", ALL_BUSINESS_TYPES, with_empty=1, title_key="description", style=style) %]</td> |
86 | 86 |
</tr> |
87 |
[% END %]
|
|
87 |
[% END %] |
|
88 | 88 |
<tr> |
89 | 89 |
<th>[% 'Show only marked as paid invoices' | $T8 %]</th> |
90 | 90 |
<td>[% L.checkbox_tag('show_marked_as_closed') %]</td> |
... | ... | |
97 | 97 |
<th>[% 'Due Date' | $T8 %]</th> |
98 | 98 |
<td> [% L.date_tag('duedatefrom') %] [% 'Bis' | $T8 %] [% L.date_tag('duedateto') %] </td> |
99 | 99 |
</tr> |
100 |
[% IF CT_CUSTOM_VARIABLES.size %]
|
|
100 |
[% IF CT_CUSTOM_VARIABLES.size %] |
|
101 | 101 |
<tr> |
102 | 102 |
<th class="caption" colspan="2">[% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %]</th> |
103 | 103 |
</tr> |
104 |
[% CT_CUSTOM_VARIABLES_FILTER_CODE %]
|
|
105 |
[% END %]
|
|
104 |
[% CT_CUSTOM_VARIABLES_FILTER_CODE %] |
|
105 |
[% END %] |
|
106 | 106 |
</tbody> |
107 | 107 |
</table> |
108 | 108 |
<input type=hidden name=sort value=transdate> |
... | ... | |
110 | 110 |
|
111 | 111 |
</div><!-- /.wrapper --> |
112 | 112 |
|
113 |
<div class="wrapper form-addition"> |
|
113 |
<div class="wrapper form-addition control-panel">
|
|
114 | 114 |
<h3>[% 'Include in Report' | $T8 %]</h3> |
115 |
<div class="list col">
|
|
116 |
<h4>[% 'Status' | $T8 %]</h4>
|
|
117 |
<div>
|
|
118 |
<input name="open" id="open" type="checkbox" checked><label for="open">[% 'Open' | $T8 %]</label>
|
|
119 |
</div>
|
|
120 |
<div>
|
|
121 |
<input name="closed" id="closed" type="checkbox" [% IF closed %] checked[% END %]><label for="closed">[% 'Closed' | $T8 %]</label>
|
|
122 |
</div>
|
|
123 |
<div>
|
|
124 |
<input name="l_paid" id="l_paid" type="checkbox" checked><label for="l_paid">[% 'Paid' | $T8 %]</label>
|
|
125 |
</div>
|
|
126 |
<div>
|
|
127 |
<input name="l_dunning_description" id="l_dunning_description" type="checkbox"><label for="l_dunning_description">[% 'Dunning level' | $T8 %]</label>
|
|
128 |
</div>
|
|
129 |
</div>
|
|
130 |
<div class="list col">
|
|
131 |
<h4>[% 'Numbers' | $T8 %]</h4>
|
|
132 |
<div>
|
|
133 |
<input name="l_id" id="l_id" type="checkbox"><label for="l_id">[% 'ID' | $T8 %]</label>
|
|
134 |
</div>
|
|
135 |
<div>
|
|
136 |
<input name="l_invnumber" id="l_invnumber" type="checkbox" checked><label for="l_invnumber">[% 'Invoice Number' | $T8 %]</label>
|
|
137 |
</div>
|
|
138 |
<div>
|
|
139 |
<input name="l_ordnumber" id="l_ordnumber" type="checkbox"><label for="l_ordnumber">[% 'Order Number' | $T8 %]</label>
|
|
140 |
</div>
|
|
141 |
<div>
|
|
142 |
<input name="l_globalprojectnumber" id="l_globalprojectnumber" type="checkbox"><label for="l_globalprojectnumber">[% 'Document Project Number' | $T8 %]</label>
|
|
143 |
</div>
|
|
144 |
<div>
|
|
145 |
<input name="l_cusordnumber" id="l_cusordnumber" type="checkbox"><label for="l_cusordnumber">[% 'Customer Order Number' | $T8 %]</label>
|
|
146 |
</div>
|
|
147 |
<div>
|
|
148 |
<input name="l_ustid" id="l_ustid" type="checkbox"><label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label>
|
|
149 |
</div>
|
|
150 |
</div>
|
|
151 |
<div class="list col">
|
|
152 |
<h4>[% 'Date' | $T8 %]</h4>
|
|
153 |
<div>
|
|
154 |
<input name="l_transdate" id="l_transdate" type="checkbox" checked><label for="l_transdate">[% 'Invoice Date' | $T8 %]</label>
|
|
155 |
</div>
|
|
156 |
<div>
|
|
157 |
<input name="l_datepaid" id="l_datepaid" type="checkbox"><label for="l_datepaid">[% 'Date Paid' | $T8 %]</label>
|
|
158 |
</div>
|
|
159 |
<div>
|
|
160 |
<input name="l_duedate" id="l_duedate" type="checkbox"><label for="l_duedate">[% 'Due Date' | $T8 %]</label>
|
|
161 |
</div>
|
|
162 |
</div>
|
|
163 |
<div class="list col">
|
|
164 |
<h4>[% 'Customer' | $T8 %]</h4>
|
|
165 |
<div>
|
|
166 |
<input name="l_name" id="l_name" type="checkbox" checked><label for="l_name">[% 'Customer' | $T8 %]</label>
|
|
167 |
</div>
|
|
168 |
<div>
|
|
169 |
<input name="l_customernumber" id="l_customernumber" type="checkbox"><label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
|
|
170 |
</div>
|
|
171 |
<div>
|
|
172 |
<input name="l_department" id="l_department" type="checkbox"><label for="l_department">[% 'Department' | $T8 %]</label>
|
|
173 |
</div>
|
|
174 |
<div>
|
|
175 |
<input name="l_country" id="l_country" type="checkbox"><label for="l_country">[% 'Country' | $T8 %]</label>
|
|
176 |
</div>
|
|
177 |
</div>
|
|
178 |
<div class="list col">
|
|
179 |
<h4>[% 'Amounts' | $T8 %]</h4>
|
|
180 |
<div>
|
|
181 |
<input name="l_netamount" id="l_netamount" type="checkbox" value="Y" checked><label for="l_netamount">[% 'Amount' | $T8 %]</label>
|
|
182 |
</div>
|
|
183 |
<div>
|
|
184 |
<input name="l_amount" id="l_amount" type="checkbox" value="Y" checked><label for="l_amount">[% 'Total' | $T8 %]</label>
|
|
185 |
</div>
|
|
186 |
<div>
|
|
187 |
<input name="l_subtotal" id="l_subtotal" type="checkbox"><label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
|
|
188 |
</div>
|
|
189 |
<div>
|
|
190 |
<input name="l_due" id="l_due" type="checkbox"><label for="l_due">[% 'Amount Due' | $T8 %]</label>
|
|
191 |
</div>
|
|
192 |
<div>
|
|
193 |
<input name="l_marge_total" id="l_marge_total" type="checkbox"><label for="l_marge_total">[% 'Ertrag' | $T8 %]</label>
|
|
194 |
</div>
|
|
195 |
<div>
|
|
196 |
<input name="l_marge_percent" id="l_marge_percent" type="checkbox"><label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label>
|
|
197 |
</div>
|
|
198 |
<div>
|
|
199 |
<input name="l_tax" id="l_tax" type="checkbox"><label for="l_tax">[% 'Tax' | $T8 %]</label>
|
|
200 |
</div>
|
|
201 |
<div>
|
|
202 |
<input name="l_taxzone" id="l_taxzone" type="checkbox"><label for="l_taxzone">[% 'Steuersatz' | $T8 %]</label>
|
|
203 |
</div>
|
|
204 |
</div>
|
|
205 |
<div class="list col">
|
|
206 |
<h4>[% 'Order' | $T8 %]</h4>
|
|
207 |
<div>
|
|
208 |
<input name="l_notes" id="l_notes" type="checkbox"><label for="l_notes">[% 'Notes' | $T8 %]</label>
|
|
209 |
</div>
|
|
210 |
<div>
|
|
211 |
<input name="l_shippingpoint" id="l_shippingpoint" type="checkbox"><label for="l_shippingpoint">[% 'Shipping Point' | $T8 %]</label>
|
|
212 |
</div>
|
|
213 |
<div>
|
|
214 |
<input name="l_shipvia" id="l_shipvia" type="checkbox"><label for="l_shipvia">[% 'Ship via' | $T8 %]</label>
|
|
215 |
</div>
|
|
216 |
<div>
|
|
217 |
<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>
|
|
218 |
</div>
|
|
219 |
<div>
|
|
220 |
<input name="l_payment_terms" id="l_payment_terms" type="checkbox"><label for="l_payment_terms">[% 'Payment Terms' | $T8 %]</label>
|
|
221 |
</div>
|
|
222 |
<div>
|
|
223 |
<input name="l_charts" id="l_charts" type="checkbox"><label for="l_charts">[% 'Chart' | $T8 %]</label>
|
|
224 |
</div>
|
|
225 |
<div>
|
|
226 |
<input name="l_direct_debit" id="l_direct_debit" type="checkbox"><label for="l_direct_debit">[% 'direct debit' | $T8 %]</label>
|
|
227 |
</div>
|
|
228 |
</div>
|
|
229 |
<div class="list col">
|
|
230 |
<h4>[% 'Employee' | $T8 %]</h4>
|
|
231 |
<div>
|
|
232 |
<input name="l_salesman" id="l_salesman" type="checkbox"><label for="l_salesman">[% 'Salesperson' | $T8 %]</label>
|
|
233 |
</div>
|
|
234 |
<div>
|
|
235 |
<input name="l_employee" id="l_employee" type="checkbox"><label for="l_employee">[% 'Employee' | $T8 %]</label>
|
|
236 |
</div>
|
|
237 |
</div>
|
|
238 |
<div class="list col">
|
|
239 |
<h4>[% 'Custom Variables' | $T8 %]</h4>
|
|
240 |
<div>
|
|
241 |
[% CT_CUSTOM_VARIABLES_INCLUSION_CODE %]
|
|
242 |
</div>
|
|
243 |
</div>
|
|
115 |
<div class="list col">
|
|
116 |
<h4>[% 'Status' | $T8 %]</h4>
|
|
117 |
<div>
|
|
118 |
<input name="open" id="open" type="checkbox" checked><label for="open">[% 'Open' | $T8 %]</label>
|
|
119 |
</div>
|
|
120 |
<div>
|
|
121 |
<input name="closed" id="closed" type="checkbox" [% IF closed %] checked[% END %]><label for="closed">[% 'Closed' | $T8 %]</label>
|
|
122 |
</div>
|
|
123 |
<div>
|
|
124 |
<input name="l_paid" id="l_paid" type="checkbox" checked><label for="l_paid">[% 'Paid' | $T8 %]</label>
|
|
125 |
</div>
|
|
126 |
<div>
|
|
127 |
<input name="l_dunning_description" id="l_dunning_description" type="checkbox"><label for="l_dunning_description">[% 'Dunning level' | $T8 %]</label>
|
|
128 |
</div>
|
|
129 |
</div>
|
|
130 |
<div class="list col">
|
|
131 |
<h4>[% 'Numbers' | $T8 %]</h4>
|
|
132 |
<div>
|
|
133 |
<input name="l_id" id="l_id" type="checkbox"><label for="l_id">[% 'ID' | $T8 %]</label>
|
|
134 |
</div>
|
|
135 |
<div>
|
|
136 |
<input name="l_invnumber" id="l_invnumber" type="checkbox" checked><label for="l_invnumber">[% 'Invoice Number' | $T8 %]</label>
|
|
137 |
</div>
|
|
138 |
<div>
|
|
139 |
<input name="l_ordnumber" id="l_ordnumber" type="checkbox"><label for="l_ordnumber">[% 'Order Number' | $T8 %]</label>
|
|
140 |
</div>
|
|
141 |
<div>
|
|
142 |
<input name="l_globalprojectnumber" id="l_globalprojectnumber" type="checkbox"><label for="l_globalprojectnumber">[% 'Document Project Number' | $T8 %]</label>
|
|
143 |
</div>
|
|
144 |
<div>
|
|
145 |
<input name="l_cusordnumber" id="l_cusordnumber" type="checkbox"><label for="l_cusordnumber">[% 'Customer Order Number' | $T8 %]</label>
|
|
146 |
</div>
|
|
147 |
<div>
|
|
148 |
<input name="l_ustid" id="l_ustid" type="checkbox"><label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label>
|
|
149 |
</div>
|
|
150 |
</div>
|
|
151 |
<div class="list col">
|
|
152 |
<h4>[% 'Date' | $T8 %]</h4>
|
|
153 |
<div>
|
|
154 |
<input name="l_transdate" id="l_transdate" type="checkbox" checked><label for="l_transdate">[% 'Invoice Date' | $T8 %]</label>
|
|
155 |
</div>
|
|
156 |
<div>
|
|
157 |
<input name="l_datepaid" id="l_datepaid" type="checkbox"><label for="l_datepaid">[% 'Date Paid' | $T8 %]</label>
|
|
158 |
</div>
|
|
159 |
<div>
|
|
160 |
<input name="l_duedate" id="l_duedate" type="checkbox"><label for="l_duedate">[% 'Due Date' | $T8 %]</label>
|
|
161 |
</div>
|
|
162 |
</div>
|
|
163 |
<div class="list col">
|
|
164 |
<h4>[% 'Customer' | $T8 %]</h4>
|
|
165 |
<div>
|
|
166 |
<input name="l_name" id="l_name" type="checkbox" checked><label for="l_name">[% 'Customer' | $T8 %]</label>
|
|
167 |
</div>
|
|
168 |
<div>
|
|
169 |
<input name="l_customernumber" id="l_customernumber" type="checkbox"><label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
|
|
170 |
</div>
|
|
171 |
<div>
|
|
172 |
<input name="l_department" id="l_department" type="checkbox"><label for="l_department">[% 'Department' | $T8 %]</label>
|
|
173 |
</div>
|
|
174 |
<div>
|
|
175 |
<input name="l_country" id="l_country" type="checkbox"><label for="l_country">[% 'Country' | $T8 %]</label>
|
|
176 |
</div>
|
|
177 |
</div>
|
|
178 |
<div class="list col">
|
|
179 |
<h4>[% 'Amounts' | $T8 %]</h4>
|
|
180 |
<div>
|
|
181 |
<input name="l_netamount" id="l_netamount" type="checkbox" value="Y" checked><label for="l_netamount">[% 'Amount' | $T8 %]</label>
|
|
182 |
</div>
|
|
183 |
<div>
|
|
184 |
<input name="l_amount" id="l_amount" type="checkbox" value="Y" checked><label for="l_amount">[% 'Total' | $T8 %]</label>
|
|
185 |
</div>
|
|
186 |
<div>
|
|
187 |
<input name="l_subtotal" id="l_subtotal" type="checkbox"><label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
|
|
188 |
</div>
|
|
189 |
<div>
|
|
190 |
<input name="l_due" id="l_due" type="checkbox"><label for="l_due">[% 'Amount Due' | $T8 %]</label>
|
|
191 |
</div>
|
|
192 |
<div>
|
|
193 |
<input name="l_marge_total" id="l_marge_total" type="checkbox"><label for="l_marge_total">[% 'Ertrag' | $T8 %]</label>
|
|
194 |
</div>
|
|
195 |
<div>
|
|
196 |
<input name="l_marge_percent" id="l_marge_percent" type="checkbox"><label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label>
|
|
197 |
</div>
|
|
198 |
<div>
|
|
199 |
<input name="l_tax" id="l_tax" type="checkbox"><label for="l_tax">[% 'Tax' | $T8 %]</label>
|
|
200 |
</div>
|
|
201 |
<div>
|
|
202 |
<input name="l_taxzone" id="l_taxzone" type="checkbox"><label for="l_taxzone">[% 'Steuersatz' | $T8 %]</label>
|
|
203 |
</div>
|
|
204 |
</div>
|
|
205 |
<div class="list col">
|
|
206 |
<h4>[% 'Order' | $T8 %]</h4>
|
|
207 |
<div>
|
|
208 |
<input name="l_notes" id="l_notes" type="checkbox"><label for="l_notes">[% 'Notes' | $T8 %]</label>
|
|
209 |
</div>
|
|
210 |
<div>
|
|
211 |
<input name="l_shippingpoint" id="l_shippingpoint" type="checkbox"><label for="l_shippingpoint">[% 'Shipping Point' | $T8 %]</label>
|
|
212 |
</div>
|
|
213 |
<div>
|
|
214 |
<input name="l_shipvia" id="l_shipvia" type="checkbox"><label for="l_shipvia">[% 'Ship via' | $T8 %]</label>
|
|
215 |
</div>
|
|
216 |
<div>
|
|
217 |
<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>
|
|
218 |
</div>
|
|
219 |
<div>
|
|
220 |
<input name="l_payment_terms" id="l_payment_terms" type="checkbox"><label for="l_payment_terms">[% 'Payment Terms' | $T8 %]</label>
|
|
221 |
</div>
|
|
222 |
<div>
|
|
223 |
<input name="l_charts" id="l_charts" type="checkbox"><label for="l_charts">[% 'Chart' | $T8 %]</label>
|
|
224 |
</div>
|
|
225 |
<div>
|
|
226 |
<input name="l_direct_debit" id="l_direct_debit" type="checkbox"><label for="l_direct_debit">[% 'direct debit' | $T8 %]</label>
|
|
227 |
</div>
|
|
228 |
</div>
|
|
229 |
<div class="list col">
|
|
230 |
<h4>[% 'Employee' | $T8 %]</h4>
|
|
231 |
<div>
|
|
232 |
<input name="l_salesman" id="l_salesman" type="checkbox"><label for="l_salesman">[% 'Salesperson' | $T8 %]</label>
|
|
233 |
</div>
|
|
234 |
<div>
|
|
235 |
<input name="l_employee" id="l_employee" type="checkbox"><label for="l_employee">[% 'Employee' | $T8 %]</label>
|
|
236 |
</div>
|
|
237 |
</div>
|
|
238 |
<div class="list col">
|
|
239 |
<h4>[% 'Custom Variables' | $T8 %]</h4>
|
|
240 |
<div class="no-rows">
|
|
241 |
[% CT_CUSTOM_VARIABLES_INCLUSION_CODE %]
|
|
242 |
</div>
|
|
243 |
</div>
|
|
244 | 244 |
</div> |
245 | 245 |
<!-- /.wrapper.form-addition --> |
246 | 246 |
|
Auch abrufbar als: Unified diff
HP Aenderungen bis Oktober 2018