MHD-Behandlung in Fehlermeldung bei unzureichender Lagermenge.
[kivitendo-erp.git] / templates / webpages / ar / 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>Customer</th>
13       <td colspan=3>
14             [%- INCLUDE 'generic/multibox.html'
15                  name          = 'customer',
16                  default       = oldcustomer,
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>Transaction description</th>
52       <td colspan=3><input name=transaction_description size=40></td>
53      </tr>
54      <tr>
55       <th align=right nowrap>Notes</th>
56       <td colspan=3><input name=notes size=40></td>
57      </tr>
58      <tr>
59       <th align="right">Project Number</th>
60       <td colspan="3">
61             [%- INCLUDE 'generic/multibox.html'
62                  name          =  'project_id',
63                  style         = "width: 250px",
64                  DATA          =  ALL_PROJECTS,
65                  id_key        = 'id',
66                  label_key     = 'projectnumber',
67                  limit         = vclimit,
68                  show_empty    = 1,
69                  allow_textbox = 0,
70             -%]
71       </td>
72      </tr>
73      <tr>
74       <th align=right nowrap>From</th>
75       <td>
76        <input name=transdatefrom id=transdatefrom size=11 title="dateformat | html %]" onBlur=\"check_right_date_format(this)\">
77        <input type=button name=transdatefrom id="trigger1" value=button>
78       </td>
79      <th align=right>Bis</th>
80      <td>
81       <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur=\"check_right_date_format(this)\">
82       <input type=button name=transdateto name=transdateto id="trigger2" value=button>
83      </td>
84     </tr>
85    <input type=hidden name=sort value=transdate>
86    </table>
87     </td>
88     </tr>
89     <tr>
90      <td>
91       <table>
92        <tr>
93         <th align=right nowrap>Include in Report</th>
94         <td>
95          <table width=100%>
96           <tr>
97            <td align=right><input name=open class=checkbox type=checkbox value=Y checked></td>
98            <td nowrap>Open</td>
99            <td align=right><input name=closed class=checkbox type=checkbox value=Y></td>
100            <td nowrap>Closed</td>
101           </tr>
102           <tr>
103            <td align=right><input name="l_id" class=checkbox type=checkbox value=Y></td>
104            <td nowrap>ID</td>
105            <td align=right><input name="l_invnumber" class=checkbox type=checkbox value=Y checked></td>
106            <td nowrap>Invoice Number</td>
107            <td align=right><input name="l_ordnumber" class=checkbox type=checkbox value=Y></td>
108            <td nowrap>Order Number</td>
109            <td align=right><input name="l_transdate" class=checkbox type=checkbox value=Y checked></td>
110            <td nowrap>Invoice Date</td>
111           </tr>
112           <tr>
113            <td align=right><input name="l_name" class=checkbox type=checkbox value=Y checked></td>
114            <td nowrap>Customer</td>
115            <td align=right><input name="l_netamount" class=checkbox type=checkbox value="Y" checked></td>
116            <td nowrap>Amount</td>
117            <td align=right><input name="l_tax" class=checkbox type=checkbox value=Y></td>
118            <td nowrap>Tax</td>
119            <td align=right><input name="l_amount" class=checkbox type=checkbox value="Y" checked></td>
120            <td nowrap>Total</td>
121           </tr>
122           <tr>
123            <td align=right><input name="l_datepaid" class=checkbox type=checkbox value=Y></td>
124            <td nowrap>Date Paid</td>
125            <td align=right><input name="l_paid" class=checkbox type=checkbox value=Y checked></td>
126            <td nowrap>Paid</td>
127            <td align=right><input name="l_duedate" class=checkbox type=checkbox value=Y></td>
128            <td nowrap>Due Date</td>
129            <td align=right><input name="l_due" class=checkbox type=checkbox value=Y></td>
130            <td nowrap>Amount Due</td>
131           </tr>
132           <tr>
133            <td align=right><input name="l_notes" class=checkbox type=checkbox value=Y></td>
134            <td nowrap>Notes</td>
135            <td align=right><input name="l_salesman" class=checkbox type=checkbox value=Y></td>
136            <td nowrap>Salesperson</td>
137            <td align=right><input name="l_shippingpoint" class=checkbox type=checkbox value=Y></td>
138            <td nowrap>Shipping Point</td>
139            <td align=right><input name="l_shipvia" class=checkbox type=checkbox value=Y></td>
140            <td nowrap>Ship via</td>
141           </tr>
142           <tr>
143            <td align=right><input name="l_marge_total" class=checkbox type=checkbox value=Y></td>
144            <td nowrap> Ertrag</td>
145            <td align=right><input name="l_marge_percent" class=checkbox type=checkbox value=Y></td>
146            <td nowrap> Ertrag prozentual</td>
147            <td align=right><input name="l_employee" class=checkbox type=checkbox value=Y></td>
148            <td nowrap>Employee</td>
149           </tr>
150           <tr>
151            <td align=right><input name="l_subtotal" class=checkbox type=checkbox value=Y></td>
152            <td nowrap>Subtotal</td>
153            <td align=right><input name="l_globalprojectnumber" class=checkbox type=checkbox value=Y></td>
154            <td nowrap>Project Number</td>
155            <td align=right><input name="l_transaction_description" class=checkbox type=checkbox value=Y></td>
156            <td nowrap>Transaction description</td>
157           </tr>
158           <tr>
159            <td colspan=4 align=left><b>Customer </td>
160           </tr>
161           <tr>
162            <td align=right><input name="l_customernumber" class=checkbox type=checkbox value=Y></td>
163            <td nowrap>Customer Number</td>
164            <td align=right><input name="l_country" class=checkbox type=checkbox value=Y></td>
165            <td nowrap>Country</td>
166            <td align=right><input name="l_ustid" class=checkbox type=checkbox value=Y></td>
167            <td nowrap>USt-IdNr.</td>
168            <td align=right><input name="l_taxzone" class=checkbox type=checkbox value=Y></td>
169            <td nowrap>Steuersatz</td>
170           </tr>
171           <tr>
172            <td align=right><input name="l_payment_terms" class=checkbox type=checkbox value=Y></td>
173            <td nowrap>Payment Terms</td>
174            <td align=right><input name="l_charts" class=checkbox type=checkbox value=Y></td>
175            <td nowrap>Buchungskonto</td>
176           </tr>
177          </table>
178         </td>
179        </tr>
180       </table>
181      </td>
182     </tr>
183     <tr>
184      <td><hr size=3 noshade></td>
185     </tr>
186    </table>
187    <input type=hidden name=nextsub value=[% nextsub %]>
188    <br>
189    <input class=submit type=submit name=action value="Continue">
190   </form>
191  </body>
192  <script type="text/javascript">
193  <!--
194    Calendar.setup( { inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BR", button : "trigger1" });
195    Calendar.setup( { inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
196    $(document).ready(function(){
197     focus();
198     setupDateFormat('[% dateformat | html %]','Falsches Datumsformat!');
199     setupPoints('[% numberformat | html %]','wrongformat');
200    })
201  //-->
202  </script>
203 </html>