Revision c69c1871
Von G. Richardson vor fast 14 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
49 | 49 |
<th align=right nowrap>[% 'Order Number' | $T8 %]</th> |
50 | 50 |
<td colspan=3><input name=ordnumber size=20></td> |
51 | 51 |
</tr> |
52 |
<tr> |
|
53 |
<th align="right">[% 'Employee' | $T8 %]</th> |
|
54 |
<td> |
|
55 |
[%- INCLUDE 'generic/multibox.html' |
|
56 |
name = 'employee_id', |
|
57 |
style = 'width: 250px', |
|
58 |
DATA = ALL_EMPLOYEES, |
|
59 |
id_key = 'id', |
|
60 |
label_sub = 'employee_labels', |
|
61 |
limit = vclimit, |
|
62 |
show_empty = 1, |
|
63 |
allow_textbox = 0, |
|
64 |
default = ' ', |
|
65 |
-%] |
|
66 |
</td> |
|
67 |
</tr> |
|
68 |
<tr> |
|
69 |
<th align="right">[% 'Salesman' | $T8 %]</th> |
|
70 |
<td> |
|
71 |
[%- INCLUDE 'generic/multibox.html' |
|
72 |
name = 'salesman_id', |
|
73 |
style = 'width: 250px', |
|
74 |
DATA = ALL_SALESMEN, |
|
75 |
id_key = 'id', |
|
76 |
label_sub = 'salesman_labels', |
|
77 |
limit = vclimit, |
|
78 |
show_empty = 1, |
|
79 |
allow_textbox = 0, |
|
80 |
-%] |
|
81 |
</td> |
|
82 |
</tr> |
|
52 | 83 |
<tr> |
53 | 84 |
<th align=right nowrap>[% 'Transaction description' | $T8 %]</th> |
54 | 85 |
<td colspan=3><input name=transaction_description size=40></td> |
Auch abrufbar als: Unified diff
In Verkaufsberichte->Rechnungen auch nach Bearbeiter/Verkäufer filtern
Wie in den anderen Berichten auch