Revision 2def6461
Von Kivitendo Admin vor mehr als 11 Jahren hinzugefügt
templates/webpages/ct/search.html | ||
---|---|---|
43 | 43 |
<th align="right" nowrap>[% 'Billing/shipping address (city)' | $T8 %]</th> |
44 | 44 |
<td><input name="addr_city" size="35"></td> |
45 | 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 |
|
|
46 | 51 |
[% IF SHOW_BUSINESS_TYPES %] |
47 | 52 |
<tr> |
48 | 53 |
<th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</th> |
... | ... | |
128 | 133 |
<td> |
129 | 134 |
<input name="l_city" id="l_city" type="checkbox" class="checkbox" value="Y" checked> |
130 | 135 |
<label for="l_city">[% 'City' | $T8 %]</label> |
131 |
</td> |
|
136 |
</td>
|
|
132 | 137 |
</tr> |
133 | 138 |
|
134 | 139 |
<tr> |
... | ... | |
145 | 150 |
<label for="l_quonumber">[% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %]</label> |
146 | 151 |
</td> |
147 | 152 |
<td> |
153 |
<input name="l_country" id="l_country" type="checkbox" class="checkbox" value="Y" checked> |
|
154 |
<label for="l_country">[% 'Country' | $T8 %]</label> |
|
155 |
</td> |
|
156 |
</tr> |
|
157 |
<tr> |
|
158 |
<td> |
|
159 |
<input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y"> |
|
160 |
<label for="l_salesman">[% IF IS_CUSTOMER %][% 'Salesman' | $T8 %][% END %]</label> |
|
148 | 161 |
</td> |
149 | 162 |
</tr> |
150 | 163 |
|
Auch abrufbar als: Unified diff
Verkauf -> Berichte -> Kunden - Land und Verkäufer
neue Häkchen bei "In Bericht aufnehmen"