Revision a85900cb
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
templates/webpages/ct/search.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE L %] |
|
3 |
[%- USE HTML %] |
|
4 |
<h1>[% title %]</h1> |
|
5 |
|
|
6 |
<form method="post" action="ct.pl" name="Form" id="form"> |
|
7 |
|
|
8 |
<input type="hidden" name="db" value="[% HTML.escape(db) %]"> |
|
9 |
|
|
10 |
<table> |
|
11 |
<tr> |
|
12 |
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</th> |
|
13 |
<td><input name="[% IF IS_CUSTOMER %]customer[% ELSE %]vendor[% END %]number" size="35"></td> |
|
14 |
</tr> |
|
15 |
|
|
16 |
<tr> |
|
17 |
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</th> |
|
18 |
<td><input id="name" name="name" size="35" class="initial_focus"></td> |
|
19 |
</tr> |
|
20 |
|
|
21 |
<tr> |
|
22 |
<th align="right" nowrap>[% 'Contact' | $T8 %]</th> |
|
23 |
<td><input name="contact" size="35"></td> |
|
24 |
</tr> |
|
25 |
|
|
26 |
<tr> |
|
27 |
<th align="right" nowrap>[% 'E-mail' | $T8 %]</th> |
|
28 |
<td><input name="email" size="35"></td> |
|
29 |
</tr> |
|
30 |
<tr> |
|
31 |
<th align="right" nowrap>[% 'Contact person (surname)' | $T8 %]</th> |
|
32 |
<td><input name="cp_name" size="35"></td> |
|
33 |
</tr> |
|
34 |
</tr> |
|
35 |
<th align="right" nowrap>[% 'Billing/shipping address (street)' | $T8 %]</th> |
|
36 |
<td><input name="addr_street" size="35"></td> |
|
37 |
</tr> |
|
38 |
<tr> |
|
39 |
<th align="right" nowrap>[% 'Billing/shipping address (zipcode)' | $T8 %]</th> |
|
40 |
<td><input name="addr_zipcode" size="35"></td> |
|
41 |
</tr> |
|
42 |
<tr> |
|
43 |
<th align="right" nowrap>[% 'Billing/shipping address (city)' | $T8 %]</th> |
|
44 |
<td><input name="addr_city" size="35"></td> |
|
45 |
</tr> |
|
46 |
<tr> |
|
47 |
<th align="right" nowrap>[% 'Billing/shipping address (country)' | $T8 %]</th> |
|
48 |
<td><input name="addr_country" size="35"></td> |
|
49 |
</tr> |
|
50 |
<tr> |
|
51 |
<th align="right" nowrap>[% 'Billing/shipping address (GLN)' | $T8 %]</th> |
|
52 |
<td><input name="addr_gln" size="35"></td> |
|
53 |
</tr> |
|
54 |
|
|
55 |
[% IF SHOW_BUSINESS_TYPES %] |
|
56 |
<tr> |
|
57 |
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</th> |
|
58 |
<td> |
|
59 |
[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1) %] |
|
60 |
</td> |
|
61 |
</tr> |
|
62 |
[% END %] |
|
63 |
|
|
64 |
[% IF IS_CUSTOMER && ALL_SALESMEN.size %] |
|
65 |
<tr> |
|
66 |
<th align="right" nowrap>[% 'Salesman' | $T8 %]</th> |
|
67 |
<td> |
|
68 |
[% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1) %] |
|
69 |
</td> |
|
70 |
</tr> |
|
71 |
[% END %] |
|
72 |
|
|
73 |
<tr> |
|
74 |
<th align="right">[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th> |
|
75 |
<td> |
|
76 |
[% L.date_tag('insertdatefrom') %] |
|
77 |
</td> |
|
78 |
<th align="right">[% 'Bis' | $T8 %]</th> |
|
79 |
<td> |
|
80 |
[% L.date_tag('insertdateto') %] |
|
81 |
</td> |
|
82 |
</tr> |
|
83 |
|
|
84 |
[% CUSTOM_VARIABLES_FILTER_CODE %] |
|
85 |
|
|
86 |
<tr> |
|
87 |
<td></td> |
|
88 |
<td> |
|
89 |
<input name="status" class="radio" type="radio" value="all" checked> [% 'All' | $T8 %] |
|
90 |
<input name="status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %] |
|
91 |
</td> |
|
92 |
</tr> |
|
93 |
|
|
94 |
<tr> |
|
95 |
<td></td> |
|
96 |
<td><input name="obsolete" class="radio" type="radio" value="all"> [% 'All' | $T8 %] |
|
97 |
<input name="obsolete" class="radio" type="radio" value="Y"> [% 'Obsolete' | $T8 %] |
|
98 |
<input name="obsolete" class="radio" type="radio" value="N" checked> [% 'Not obsolete' | $T8 %] |
|
99 |
</td> |
|
100 |
</tr> |
|
101 |
|
|
102 |
<tr> |
|
103 |
<th align="right" nowrap>[% 'Include in Report' | $T8 %]</th> |
|
104 |
<td colspan="5"> |
|
105 |
<table border="0"> |
|
106 |
<tr> |
|
107 |
<td> |
|
108 |
<input name="l_id" id="l_id" type="checkbox" class="checkbox" value="Y"> |
|
109 |
<label for="l_id">[% 'ID' | $T8 %]</label> |
|
110 |
</td> |
|
111 |
<td> |
|
112 |
<input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" class="checkbox" value="Y" checked> |
|
113 |
<label for="l_[% db %]number">[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</label> |
|
114 |
</td> |
|
115 |
<td> |
|
116 |
<input name="l_name" id="l_name" type="checkbox" class="checkbox" value="Y" checked> |
|
117 |
<label for="l_name">[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</label> |
|
118 |
</td> |
|
119 |
<td> |
|
120 |
<input name="l_street" id="l_street" type="checkbox" class="checkbox" value="Y" checked> |
|
121 |
<label for="l_street">[% 'Street' | $T8 %]</label> |
|
122 |
</td> |
|
123 |
</tr> |
|
124 |
|
|
125 |
<tr> |
|
126 |
<td> |
|
127 |
<input name="l_contact" id="l_contact" type="checkbox" class="checkbox" value="Y" checked> |
|
128 |
<label for="l_contact">[% 'Contact' | $T8 %]</label> |
|
129 |
</td> |
|
130 |
<td> |
|
131 |
<input name="l_phone" id="l_phone" type="checkbox" class="checkbox" value="Y" checked> |
|
132 |
<label for="l_phone">[% 'Phone' | $T8 %]</label> |
|
133 |
</td> |
|
134 |
<td> |
|
135 |
<input name="l_fax" id="l_fax" type="checkbox" class="checkbox" value="Y"> |
|
136 |
<label for="l_fax">[% 'Fax' | $T8 %]</label> |
|
137 |
</td> |
|
138 |
<td> |
|
139 |
<input name="l_zipcode" id="l_zipcode" type="checkbox" class="checkbox" value="Y" checked> |
|
140 |
<label for="l_zipcode">[% 'Zipcode' | $T8 %]</label> |
|
141 |
</td> |
|
142 |
</tr> |
|
143 |
|
|
144 |
<tr> |
|
145 |
<td> |
|
146 |
<input name="l_taxnumber" id="l_taxnumber" type="checkbox" class="checkbox" value="Y"> |
|
147 |
<label for="l_taxnumber">[% 'Tax Number' | $T8 %]</label> |
|
148 |
</td> |
|
149 |
<td> |
|
150 |
<input name="l_email" id="l_email" type="checkbox" class="checkbox" value="Y" checked> |
|
151 |
<label for="l_email">[% 'E-mail' | $T8 %]</label> |
|
152 |
</td> |
|
153 |
<td> |
|
154 |
<input name="l_business" id="l_business" type="checkbox" class="checkbox" value="Y"> |
|
155 |
<label for="l_business">[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</label> |
|
156 |
</td> |
|
157 |
<td> |
|
158 |
<input name="l_city" id="l_city" type="checkbox" class="checkbox" value="Y" checked> |
|
159 |
<label for="l_city">[% 'City' | $T8 %]</label> |
|
160 |
</td> |
|
161 |
</tr> |
|
162 |
|
|
163 |
<tr> |
|
164 |
<td> |
|
165 |
<input name="l_invnumber" id="l_invnumber" type="checkbox" class="checkbox" value="Y"> |
|
166 |
<label for="l_invnumber">[% 'Invoices' | $T8 %]</label> |
|
167 |
</td> |
|
168 |
<td> |
|
169 |
<input name="l_ordnumber" id="l_ordnumber" type="checkbox" class="checkbox" value="Y"> |
|
170 |
<label for="l_ordnumber">[% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %]</label> |
|
171 |
</td> |
|
172 |
<td> |
|
173 |
<input name="l_quonumber" id="l_quonumber" type="checkbox" class="checkbox" value="Y"> |
|
174 |
<label for="l_quonumber">[% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %]</label> |
|
175 |
</td> |
|
176 |
<td> |
|
177 |
<input name="l_country" id="l_country" type="checkbox" class="checkbox" value="Y" checked> |
|
178 |
<label for="l_country">[% 'Country' | $T8 %]</label> |
|
179 |
</td> |
|
180 |
</tr> |
|
181 |
<tr> |
|
182 |
<td> |
|
183 |
<input name="l_discount" id="l_discount" type="checkbox" class="checkbox" value="Y"> |
|
184 |
<label for="l_discount">[% 'Discount' | $T8 %]</label> |
|
185 |
</td> |
|
186 |
<td> |
|
187 |
<input name="l_payment" id="l_payment" type="checkbox" class="checkbox" value="Y"> |
|
188 |
<label for="l_payment">[% 'Payment Terms' | $T8 %]</label> |
|
189 |
</td> |
|
190 |
<td> |
|
191 |
<input name="l_insertdate" id="l_insertdate" class="checkbox" type="checkbox" value="Y"> |
|
192 |
<label for="l_insertdate">[% 'Insert Date' | $T8 %]</label> |
|
193 |
</td> |
|
194 |
<td> |
|
195 |
<input name="l_gln" id="l_gln" type="checkbox" class="checkbox" value="Y" checked> |
|
196 |
<label for="l_gln">[% 'GLN' | $T8 %]</label> |
|
197 |
</td> |
|
198 |
</tr> |
|
199 |
[% IF IS_CUSTOMER %] |
|
200 |
<tr> |
|
201 |
<td> |
|
202 |
<input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y"> |
|
203 |
<label for="l_salesman">[% 'Salesman' | $T8 %]</label> |
|
204 |
</td> |
|
205 |
<td> |
|
206 |
<input name="l_pricegroup" id="l_pricegroup" type="checkbox" class="checkbox" value="Y"> |
|
207 |
<label for="l_pricegroup">[% 'Pricegroup' | $T8 %]</label> |
|
208 |
</td> |
|
209 |
</tr> |
|
210 |
[% END %] |
|
211 |
|
|
212 |
[% CUSTOM_VARIABLES_INCLUSION_CODE %] |
|
213 |
|
|
214 |
</table> |
|
215 |
</td> |
|
216 |
</tr> |
|
217 |
</table> |
|
218 |
</form> |
|
1 |
[%- USE T8 %] [%- USE L %] [%- USE HTML %] |
|
2 |
<h1> |
|
3 |
[% title %] |
|
4 |
</h1> |
|
5 |
<form method="post" action="ct.pl" name="Form" id="form"> |
|
6 |
<input type="hidden" name="db" value="[% HTML.escape(db) %]"> |
|
7 |
<div class="cols"> |
|
8 |
<table class="tbl-horizontal col"> |
|
9 |
<caption> [% 'Customer & Contact' | $T8 %] </caption> |
|
10 |
<tbody> |
|
11 |
<tr> |
|
12 |
<th> [% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %] </th> |
|
13 |
<td> |
|
14 |
<input name="[% IF IS_CUSTOMER %]customer[% ELSE %]vendor[% END %]number"> |
|
15 |
</td> |
|
16 |
</tr> |
|
17 |
<tr> |
|
18 |
<th> [% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %] </th> |
|
19 |
<td> |
|
20 |
<input id="name" name="name" class="initial_focus wi-normal"> |
|
21 |
</td> |
|
22 |
</tr> |
|
23 |
<tr> |
|
24 |
<th> [% 'Contact' | $T8 %] </th> |
|
25 |
<td> |
|
26 |
<input name="contact" class="wi-normal"> |
|
27 |
</td> |
|
28 |
</tr> |
|
29 |
<tr> |
|
30 |
<th> [% 'Contact person (surname)' | $T8 %] </th> |
|
31 |
<td> |
|
32 |
<input name="cp_name" class="wi-normal"> |
|
33 |
</td> |
|
34 |
</tr> |
|
35 |
<tr> |
|
36 |
<th> [% 'E-mail' | $T8 %] </th> |
|
37 |
<td> |
|
38 |
<input name="email" class="wi-normal"> |
|
39 |
</td> |
|
40 |
</tr> |
|
41 |
</tbody> |
|
42 |
</table> |
|
43 |
<table class="tbl-horizontal col"> |
|
44 |
<caption> [% 'Billing/shipping address' | $T8 %] </caption> |
|
45 |
<tbody> |
|
46 |
<tr> |
|
47 |
<th> [% 'Street' | $T8 %] </th> |
|
48 |
<td> |
|
49 |
<input name="addr_street" class="wi-normal"> |
|
50 |
</td> |
|
51 |
</tr> |
|
52 |
<tr> |
|
53 |
<th> [% 'ZIPcode' | $T8 %] </th> |
|
54 |
<td> |
|
55 |
<input name="addr_zipcode" class="wi-normal"> |
|
56 |
</td> |
|
57 |
</tr> |
|
58 |
<tr> |
|
59 |
<th> [% 'City' | $T8 %] </th> |
|
60 |
<td> |
|
61 |
<input name="addr_city" class="wi-normal"> |
|
62 |
</td> |
|
63 |
</tr> |
|
64 |
<tr> |
|
65 |
<th> [% 'Country' | $T8 %] </th> |
|
66 |
<td> |
|
67 |
<input name="addr_country" class="wi-normal"> |
|
68 |
</td> |
|
69 |
</tr> |
|
70 |
<tr> |
|
71 |
<th> [% 'GLN' | $T8 %] </th> |
|
72 |
<td> |
|
73 |
<input name="addr_gln" class="wi-number"> |
|
74 |
</td> |
|
75 |
</tr> |
|
76 |
</tbody> |
|
77 |
</table> |
|
78 |
<table class="tbl-horizontal col"> |
|
79 |
<caption> [% 'Handling & Scope' | $T8 %] </caption> |
|
80 |
<tbody> |
|
81 |
[% IF SHOW_BUSINESS_TYPES %] |
|
82 |
<tr> |
|
83 |
<th> [% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %] </th> |
|
84 |
<td> [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class='wi-normal') %] </td> |
|
85 |
</tr> |
|
86 |
[% END %] [% IF IS_CUSTOMER && ALL_SALESMEN.size %] |
|
87 |
<tr> |
|
88 |
<th> [% 'Salesman' | $T8 %] </th> |
|
89 |
<td> [% L.select_tag('salesman_id', ALL_SALESMEN, title_key = 'name', with_empty = 1, class='wi-normal') %] </td> |
|
90 |
</tr> |
|
91 |
[% END %] |
|
92 |
<tr> |
|
93 |
<th> [% 'Insert Date' | $T8 %] [% 'From' | $T8 %] </th> |
|
94 |
<td> |
|
95 |
<!-- PENDENT: Klassen einfuegen --> |
|
96 |
[% L.date_tag('insertdatefrom') %] [% 'Bis' | $T8 %] [% L.date_tag('insertdateto') %] </td> |
|
97 |
</tr> |
|
98 |
[% CUSTOM_VARIABLES_FILTER_CODE %] |
|
99 |
<tr> |
|
100 |
<td> [% 'Scope' | $T8 %] </td> |
|
101 |
<td> |
|
102 |
<input name="status" type="radio" value="all" checked> |
|
103 |
[% 'All' | $T8 %] |
|
104 |
<input name="status" class="radio" type="radio" value="orphaned"> |
|
105 |
[% 'Orphaned' | $T8 %] </td> |
|
106 |
</tr> |
|
107 |
<tr> |
|
108 |
<td> [% 'Validity' | $T8 %] </td> |
|
109 |
<td> |
|
110 |
<input name="obsolete" type="radio" value="all"> |
|
111 |
[% 'All' | $T8 %] |
|
112 |
<input name="obsolete" class="radio" type="radio" value="Y"> |
|
113 |
[% 'Obsolete' | $T8 %] |
|
114 |
<input name="obsolete" type="radio" value="N" checked> |
|
115 |
[% 'Not obsolete' | $T8 %] </td> |
|
116 |
</tr> |
|
117 |
</tbody> |
|
118 |
</table> |
|
119 |
</div> |
|
120 |
|
|
121 |
|
|
122 |
<div class="cols"> |
|
123 |
<h3 class="caption"> |
|
124 |
[% 'Include in Report' | $T8 %] |
|
125 |
</h3> |
|
126 |
<table class="tbl-plain col"> |
|
127 |
<caption> [% 'Numbers & IDs' | $T8 %] </caption> |
|
128 |
<tbody> |
|
129 |
<tr> |
|
130 |
<td> |
|
131 |
<input name="l_id" id="l_id" type="checkbox" value="Y"> |
|
132 |
<label for="l_id"> [% 'ID' | $T8 %] </label> </td> |
|
133 |
</tr> |
|
134 |
<tr> |
|
135 |
<td> |
|
136 |
<input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" value="Y" checked> |
|
137 |
<label for="l_[% db %]number"> [% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %] </label> </td> |
|
138 |
</tr> |
|
139 |
<tr> |
|
140 |
<td> |
|
141 |
<input name="l_taxnumber" id="l_taxnumber" type="checkbox" value="Y"> |
|
142 |
<label for="l_taxnumber"> [% 'Tax Number' | $T8 %] </label> </td> |
|
143 |
</tr> |
|
144 |
<tr> |
|
145 |
<td> |
|
146 |
<input name="l_invnumber" id="l_invnumber" type="checkbox" value="Y"> |
|
147 |
<label for="l_invnumber"> [% 'Invoices' | $T8 %] </label> </td> |
|
148 |
</tr> |
|
149 |
</tbody> |
|
150 |
</table> |
|
151 |
<table class="tbl-plain col"> |
|
152 |
<caption> [% 'Customer' | $T8 %] </caption> |
|
153 |
<tbody> |
|
154 |
<tr> |
|
155 |
<td> |
|
156 |
<input name="l_name" id="l_name" type="checkbox" value="Y" checked> |
|
157 |
<label for="l_name"> [% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %] </label> </td> |
|
158 |
</tr> |
|
159 |
<tr> |
|
160 |
<td> |
|
161 |
<input name="l_contact" id="l_contact" type="checkbox" value="Y" checked> |
|
162 |
<label for="l_contact"> [% 'Contact' | $T8 %] </label> </td> |
|
163 |
</tr> |
|
164 |
</tbody> |
|
165 |
</table> |
|
166 |
<table class="tbl-plain col"> |
|
167 |
<caption> [% 'Address' | $T8 %] </caption> |
|
168 |
<tbody> |
|
169 |
<tr> |
|
170 |
<td> |
|
171 |
<input name="l_street" id="l_street" type="checkbox" value="Y" checked> |
|
172 |
<label for="l_street"> [% 'Street' | $T8 %] </label> </td> |
|
173 |
</tr> |
|
174 |
<tr> |
|
175 |
<td> |
|
176 |
<input name="l_zipcode" id="l_zipcode" type="checkbox" value="Y" checked> |
|
177 |
<label for="l_zipcode"> [% 'Zipcode' | $T8 %] </label> </td> |
|
178 |
</tr> |
|
179 |
<tr> |
|
180 |
<td> |
|
181 |
<input name="l_city" id="l_city" type="checkbox" value="Y" checked> |
|
182 |
<label for="l_city"> [% 'City' | $T8 %] </label> </td> |
|
183 |
</tr> |
|
184 |
<tr> |
|
185 |
<td> |
|
186 |
<input name="l_country" id="l_country" type="checkbox" value="Y" checked> |
|
187 |
<label for="l_country"> [% 'Country' | $T8 %] </label> </td> |
|
188 |
</tr> |
|
189 |
<tr> |
|
190 |
<td> |
|
191 |
<input name="l_gln" id="l_gln" type="checkbox" value="Y" checked> |
|
192 |
<label for="l_gln"> [% 'GLN' | $T8 %] </label> </td> |
|
193 |
</tr> |
|
194 |
</tbody> |
|
195 |
</table> |
|
196 |
<table class="tbl-plain col"> |
|
197 |
<caption> [% 'Contact' | $T8 %] </caption> |
|
198 |
<tbody> |
|
199 |
<tr> |
|
200 |
<td> |
|
201 |
<input name="l_phone" id="l_phone" type="checkbox" value="Y" checked> |
|
202 |
<label for="l_phone"> [% 'Phone' | $T8 %] </label> </td> |
|
203 |
</tr> |
|
204 |
<tr> |
|
205 |
<td> |
|
206 |
<input name="l_fax" id="l_fax" type="checkbox" value="Y"> |
|
207 |
<label for="l_fax"> [% 'Fax' | $T8 %] </label> </td> |
|
208 |
</tr> |
|
209 |
<tr> |
|
210 |
<td> |
|
211 |
<input name="l_email" id="l_email" type="checkbox" value="Y" checked> |
|
212 |
<label for="l_email"> [% 'E-mail' | $T8 %] </label> </td> |
|
213 |
</tr> |
|
214 |
</tbody> |
|
215 |
</table> |
|
216 |
<table class="tbl-plain col"> |
|
217 |
<caption> [% 'Orders' | $T8 %] </caption> |
|
218 |
<tbody> |
|
219 |
<tr> |
|
220 |
<td> |
|
221 |
<input name="l_ordnumber" id="l_ordnumber" type="checkbox" value="Y"> |
|
222 |
<label for="l_ordnumber"> [% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %] </label> </td> |
|
223 |
</tr> |
|
224 |
<tr> |
|
225 |
<td> |
|
226 |
<input name="l_quonumber" id="l_quonumber" type="checkbox" value="Y"> |
|
227 |
<label for="l_quonumber"> [% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %] </label> </td> |
|
228 |
</tr> |
|
229 |
<tr> |
|
230 |
<td> |
|
231 |
<input name="l_discount" id="l_discount" type="checkbox" value="Y"> |
|
232 |
<label for="l_discount"> [% 'Discount' | $T8 %] </label> </td> |
|
233 |
</tr> |
|
234 |
<tr> |
|
235 |
<td> |
|
236 |
<input name="l_payment" id="l_payment" type="checkbox" value="Y"> |
|
237 |
<label for="l_payment"> [% 'Payment Terms' | $T8 %] </label> </td> |
|
238 |
</tr> |
|
239 |
</tbody> |
|
240 |
</table> |
|
241 |
<table class="tbl-plain col"> |
|
242 |
<caption> [% 'Handling & Scope' | $T8 %] </caption> |
|
243 |
<tbody> |
|
244 |
<tr> |
|
245 |
<td> |
|
246 |
<input name="l_insertdate" id="l_insertdate" type="checkbox" value="Y"> |
|
247 |
<label for="l_insertdate"> [% 'Insert Date' | $T8 %] </label> </td> |
|
248 |
</tr> |
|
249 |
[% IF IS_CUSTOMER %] |
|
250 |
<tr> |
|
251 |
<td> |
|
252 |
<input name="l_salesman" id="l_salesman" type="checkbox" value="Y"> |
|
253 |
<label for="l_salesman"> [% 'Salesman' | $T8 %] </label> </td> |
|
254 |
</tr> |
|
255 |
<tr> |
|
256 |
<td> |
|
257 |
<input name="l_pricegroup" id="l_pricegroup" type="checkbox" value="Y"> |
|
258 |
<label for="l_pricegroup"> [% 'Pricegroup' | $T8 %] </label> </td> |
|
259 |
</tr> |
|
260 |
[% END %] [% CUSTOM_VARIABLES_INCLUSION_CODE %] |
|
261 |
</tbody> |
|
262 |
</table> |
|
263 |
</div> |
|
264 |
</form> |
Auch abrufbar als: Unified diff
Preview design 4.0