Übersetzungen in Sprache de_DE eingepflegt
[kivitendo-erp.git] / templates / webpages / vk / search_invoice.html
1 [%- USE T8 %]
2 <body>
3
4  <form method=post name="search_invoice" action=[% script %]>
5
6   <table width=100%>
7   <tr><th class=listtop>[% title %]</th></tr>
8   <tr height="5"></tr>
9   <tr>
10    <td>
11     <table>
12      <tr>
13        <td>[% 'Main sorting' | $T8 %]</td>
14        <td colspan="3">
15         <input name="sortby" id="artikelsort" class="radio" type="radio" value="artikelsort" checked>
16         <label for="artikelsort">[% 'Parts' | $T8 %]</label>
17         <input name="sortby" id="customersort" class="radio" type="radio" value="customersort">
18         <label for="customersort">[% 'Customer' | $T8 %]</label>
19        </td>
20       </tr>
21
22
23
24      <tr>
25       <th align=right>[% 'Customer' | $T8 %]</th>
26       <td colspan=3>
27             [%- INCLUDE 'generic/multibox.html'
28                  name          = 'customer',
29                  default       = oldcustomer,
30                  style         = 'width: 250px',
31                  DATA          = ALL_VC,
32                  id_sub        = 'vc_keys',
33                  label_key     = 'name',
34                  select        = vc_select,
35                  limit         = vclimit,
36                  show_empty    = 1,
37                  allow_textbox = 1,
38                  -%]
39       </td>
40      </tr>
41      <tr>
42       <th align=right nowrap>[% 'Department' | $T8 %]</th>
43       <td>
44             [%- INCLUDE 'generic/multibox.html'
45                  name          = 'department',
46                  style         = 'width: 250px',
47                  DATA          = ALL_DEPARTMENTS,
48                  id_key        = 'id',
49                  label_key     = 'description',
50                  show_empty    = 1,
51                  allow_textbox = 0,
52             -%]
53       </td>
54      </tr>
55      <tr>
56       <th align="right">[% 'Project Number' | $T8 %]</th>
57       <td colspan="3">
58             [%- INCLUDE 'generic/multibox.html'
59                  name          =  'project_id',
60                  style         = "width: 250px",
61                  DATA          =  ALL_PROJECTS,
62                  id_key        = 'id',
63                  label_key     = 'projectnumber',
64                  limit         = vclimit,
65                  show_empty    = 1,
66                  allow_textbox = 0,
67             -%]
68       </td>
69      </tr>
70       <tr>
71        <th align="right" nowrap>[% 'Part Number' | $T8 %]</th>
72        <td><input name="partnumber" size="20"></td>
73       </tr>
74       <tr>
75        <th align="right" nowrap>[% 'Part Description' | $T8 %]</th>
76        <td colspan="3"><input name="description" size="40"></td>
77       </tr>
78      <tr>
79       <th align=right nowrap>[% 'From' | $T8 %]</th>
80       <td>
81        <input name=transdatefrom id=transdatefrom size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)">
82        <input type=button name=transdatefrom id="trigger1" value=[% 'button' | $T8 %]>
83       </td>
84      <th align=right>[% 'Bis' | $T8 %]</th>
85      <td>
86       <input name=transdateto id=transdateto size=11 title="[% dateformat | html %]" onBlur="check_right_date_format(this)">
87       <input type=button name=transdateto name=transdateto id="trigger2" value=[% 'button' | $T8 %]>
88      </td>
89     </tr>
90    <input type=hidden name=sort value=transdate>
91    </table>
92     </td>
93     </tr>
94     <tr>
95      <td>
96       <table>
97        <tr>
98         <th align=right nowrap>[% 'Include in Report' | $T8 %]</th>
99         <td>
100          <table width=100%>
101           <tr>
102            <td align=right><input name="l_description" class=checkbox type=checkbox value=Y checked></td>
103            <td nowrap>[% 'Description' | $T8 %]</td>
104            <td align=right><input name="l_partnumber" class=checkbox type=checkbox value=Y></td>
105            <td nowrap>[% 'Part Number' | $T8 %]</td>
106            <td align=right><input name="l_invnumber" class=checkbox type=checkbox value=Y checked></td>
107            <td nowrap>[% 'Invnumber' | $T8 %]</td>
108            <td align=right><input name="l_transdate" class=checkbox type=checkbox value="Y" checked></td>
109            <td nowrap>[% 'Invdate' | $T8 %]</td>
110           </tr>
111           <tr>
112            <td align=right><input name="l_qty" class=checkbox type=checkbox value="Y" checked></td>
113            <td nowrap>[% 'Quantity' | $T8 %]</td>
114            <td align=right><input name="l_discount" class=checkbox type=checkbox value="Y"></td>
115            <td nowrap>[% 'Discount' | $T8 %]</td>
116            <td align=right><input name="l_unit" class=checkbox type=checkbox value="Y"></td>
117            <td nowrap>[% 'Unit' | $T8 %]</td>
118           </tr>
119           <tr>
120            <td align=right><input name="l_sellprice" class=checkbox type=checkbox value=Y checked></td>
121            <td nowrap>[% 'Sales price' | $T8 %]</td>
122            <td align=right><input name="l_sellprice_total" class=checkbox type=checkbox value=Y checked></td>
123            <td nowrap>[% 'Sales price total' | $T8 %]</td>
124            <td align=right><input name="l_lastcost" class=checkbox type=checkbox value=Y checked></td>
125            <td nowrap>[% 'Purchase price' | $T8 %]</td>
126            <td align=right><input name="l_lastcost_total" class=checkbox type=checkbox value=Y checked></td>
127            <td nowrap>[% 'Purchase price total' | $T8 %]</td>
128           </tr>
129           <tr>
130            <td align=right><input name="l_marge_total" class=checkbox type=checkbox value=Y checked></td>
131            <td nowrap>[% 'Margetotal' | $T8 %]</td>
132            <td align=right><input name="l_marge_percent" class=checkbox type=checkbox value=Y checked></td>
133            <td nowrap>[% 'Margepercent' | $T8 %]</td>
134           </tr>
135           <tr>
136            <td align=right><input name="l_subtotal" class=checkbox type=checkbox value=Y checked></td>
137            <td nowrap>[% 'Subtotal' | $T8 %]</td>
138            <td align=right><input name="l_total" class=checkbox type=checkbox value="Y" checked></td>
139            <td nowrap>[% 'Total' | $T8 %]</td>
140            <td align=right><input name="l_headers" class=checkbox type=checkbox value="Y" checked></td>
141            <td nowrap>[% 'Headings' | $T8 %]</td>
142           </tr>
143           <tr>
144             <th align="right" nowrap>[% 'Decimalplaces' | $T8 %]</th>
145             <td colspan="4"><input name="decimalplaces" size="2" value="2"></td>
146           </tr>
147          </table>
148         </td>
149        </tr>
150       </table>
151      </td>
152     </tr>
153     <tr>
154      <td><hr size=3 noshade></td>
155     </tr>
156    </table>
157    <input type=hidden name=nextsub value=[% nextsub %]>
158    <br>
159    <input class=submit type=submit name=action value="[% 'Continue' | $T8 %]">
160   </form>
161  <script type="text/javascript">
162  <!--
163    Calendar.setup( { inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BR", button : "trigger1" });
164    Calendar.setup( { inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" });
165    $(document).ready(function(){
166     $('customer').focus();
167     setupDateFormat('[% dateformat | html %]','[% 'Falsches Datumsformat!' | $T8 %]');
168     setupPoints('[% numberformat | html %]','[% 'wrongformat' | $T8 %]');
169    })
170  //-->
171  </script>
172  </body>
173 </html>