Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / ap / search_en.html
1 <body>
2
3  <form method=post name="search" action=[% script %]>
4
5   <table width=100%>
6   <tr><th class=listtop>[% title %]</th></tr>
7   <tr height="5"></tr>
8   <tr>
9    <td>
10     <table>
11      <tr>
12       <th align=right>Vendor</th>
13       <td colspan=3>
14             [%- INCLUDE 'generic/multibox.html'
15                  name          = 'vendor',
16                  default       = oldvendor,
17                  style         = 'width: 250px',
18                  DATA          = ALL_VC,
19                  id_sub        = 'vc_keys',
20                  label_key     = 'name',
21                  select        = vc_select,
22                  limit         = vclimit,
23                  show_empty    = 1,
24                  allow_textbox = 1,
25                  -%]
26       </td>
27      </tr>
28      <tr>
29       <th align=right nowrap>Department</th>
30       <td>
31             [%- INCLUDE 'generic/multibox.html'
32                  name          = 'department',
33                  style         = 'width: 250px',
34                  DATA          = ALL_DEPARTMENTS,
35                  id_key        = 'id',
36                  label_key     = 'description',
37                  show_empty    = 1,
38                  allow_textbox = 0,
39             -%]
40       </td>
41      </tr>
42      <tr>
43       <th align=right nowrap>Invoice Number</th>
44       <td colspan=3><input name=invnumber size=20></td>
45      </tr>
46      <tr>
47       <th align=right nowrap>Order Number</th>
48       <td colspan=3><input name=ordnumber size=20></td>
49      </tr>
50      <tr>
51       <th align=right nowrap>Notes</th>
52       <td colspan=3><input name=notes size=40></td>
53      </tr>
54      <tr>
55       <th align="right">Project Number</th>
56       <td colspan="3">
57             [%- INCLUDE 'generic/multibox.html'
58                  name          =  'project_id',
59                  style         = "width: 250px",
60                  DATA          =  ALL_PROJECTS,
61                  id_key        = 'id',
62                  label_key     = 'projectnumber',
63                  limit         = vclimit,
64                  show_empty    = 1,
65                  allow_textbox = 0,
66             -%]
67       </td>
68      </tr>
69      <tr>
70       <th align=right nowrap>From</th>
71       <td>
72        <input name=transdatefrom id=transdatefrom size=11 title="dateformat | html %]" onBlur=\"check_right_date_format(this)\">
73        <input type=button name=transdatefrom id="trigger1" value=button>
74       </td>
75      <th align=right>Bis</th>
76      <td>
77       <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur=\"check_right_date_format(this)\">
78       <input type=button name=transdateto name=transdateto id="trigger2" value=button>
79      </td>
80     </tr>
81    <input type=hidden name=sort value=transdate>
82    </table>
83     </td>
84     </tr>
85     <tr>
86      <td>
87       <table>
88        <tr>
89         <th align=right nowrap>Include in Report</th>
90         <td>
91          <table width=100%>
92           <tr>
93            <td align=right><input name=open class=checkbox type=checkbox value=Y checked></td>
94            <td nowrap>Open</td>
95            <td align=right><input name=closed class=checkbox type=checkbox value=Y></td>
96            <td nowrap>Closed</td>
97           </tr>
98           <tr>
99            <td align=right><input name="l_id" class=checkbox type=checkbox value=Y></td>
100            <td nowrap>ID</td>
101            <td align=right><input name="l_invnumber" class=checkbox type=checkbox value=Y checked></td>
102            <td nowrap>Invoice Number</td>
103            <td align=right><input name="l_ordnumber" class=checkbox type=checkbox value=Y></td>
104            <td nowrap>Order Number</td>
105           </tr>
106           <tr>
107            <td align=right><input name="l_name" class=checkbox type=checkbox value=Y checked></td>
108            <td nowrap>Vendor</td>
109            <td align=right><input name="l_transdate" class=checkbox type=checkbox value=Y checked></td>
110            <td nowrap>Invoice Date</td>
111            <td align=right><input name="l_netamount" class=checkbox type=checkbox value=Y></td>
112            <td nowrap>Amount</td>
113           </tr>
114           <tr>
115            <td align=right><input name="l_tax" class=checkbox type=checkbox value=Y></td>
116            <td nowrap>Tax</td>
117            <td align=right><input name="l_amount" class=checkbox type=checkbox value=Y checked></td>
118            <td nowrap>Total</td>
119            <td align=right><input name="l_datepaid" class=checkbox type=checkbox value=Y></td>
120            <td nowrap>Date Paid</td>
121           </tr>
122           <tr>
123            <td align=right><input name="l_paid" class=checkbox type=checkbox value=Y checked></td>
124            <td nowrap>Paid</td>
125            <td align=right><input name="l_duedate" class=checkbox type=checkbox value=Y></td>
126            <td nowrap>Due Date</td>
127            <td align=right><input name="l_due" class=checkbox type=checkbox value=Y></td>
128            <td nowrap>Amount Due</td>
129           </tr>
130           <tr>
131            <td align=right><input name="l_notes" class=checkbox type=checkbox value=Y></td>
132            <td nowrap>Notes</td>
133            <td align=right><input name="l_employee" class=checkbox type=checkbox value=Y></td>
134            <td nowrap>Employee</td>
135           </tr>
136           <tr>
137            <td align=right><input name="l_subtotal" class=checkbox type=checkbox value=Y></td>
138            <td nowrap>Subtotal</td>
139            <td align=right><input name="l_globalprojectnumber" class=checkbox type=checkbox value=Y></td>
140            <td nowrap>Project Number</td>
141          </tr>
142          <tr>
143           <td colspan=4 align=left><b>Vendor </td>
144          </tr>
145          <tr>
146            <td align=right><input name="l_vendornumber" class=checkbox type=checkbox value=Y></td>
147            <td nowrap>Vendor Number</td>
148            <td align=right><input name="l_country" class=checkbox type=checkbox value=Y></td>
149            <td nowrap>Country</td>
150            <td align=right><input name="l_ustid" class=checkbox type=checkbox value=Y></td>
151            <td nowrap>USt-IdNr.</td>
152            <td align=right><input name="l_taxzone" class=checkbox type=checkbox value=Y></td>
153            <td nowrap>Steuersatz</td>
154           </tr>
155           <tr>
156            <td align=right><input name="l_payment_terms" class=checkbox type=checkbox value=Y></td>
157            <td nowrap>Payment Terms</td>
158            <td align=right><input name="l_charts" class=checkbox type=checkbox value=Y></td>
159            <td nowrap>Buchungskonto</td>
160           </tr>
161          </table>
162         </td>
163        </tr>
164       </table>
165      </td>
166     </tr>
167     <tr>
168      <td><hr size=3 noshade></td>
169     </tr>
170    </table>
171    <input type=hidden name=nextsub value=[% nextsub %]>
172    <br>
173    <input class=submit type=submit name=action value="Continue">
174   </form>
175  </body>
176  <script type="text/javascript">
177  <!--
178    Calendar.setup( { inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BR", button : "trigger1" });
179    Calendar.setup( { inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
180    $(document).ready(function(){
181     focus();
182     setupDateFormat('[% dateformat | html %]','Falsches Datumsformat!');
183     setupPoints('[% numberformat | html %]','wrongformat');
184    })
185  //-->
186  </script>
187 </html>