2 [% USE HTML %]<script type="text/javascript" src="js/common.js"></script>
5 <form method="post" name="search" action="dn.pl">
9 <th align="right">[% 'Customer' | $T8 %]</th>
11 <input name="customer" size="35" class="initial_focus">
15 [% IF SHOW_DUNNING_LEVEL_SELECTION %]
17 <th align="right">[% 'Next Dunning Level' | $T8 %]</th>
19 <select name="dunning_level">
21 [% FOREACH row = DUNNING %]<option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.dunning_description) %]</option>[% END %]
28 <th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th>
29 <td colspan="3"><input name="invnumber" size="20"></td>
33 <th align="right" nowrap>[% 'Order Number' | $T8 %]</th>
34 <td colspan="3"><input name="ordnumber" size="20"></td>
38 <th align="right" nowrap>[% 'Notes' | $T8 %]</th>
39 <td colspan="3"><input name="notes" size="40"></td>
42 <th align="right" nowrap>[% 'Country' | $T8 %]</th>
43 <td colspan="3"><input name="country" size="40"></td>
46 <tr><td colspan="2"><hr size="3" noshade></td></tr>
49 <th align="right" nowrap>[% 'Minimum Amount' | $T8 %]</th>
50 <td><input name="minamount" size="6"></td>
54 <th align="right" nowrap><label for="groupinvoices">[% 'Group Invoices' | $T8 %]</label></th>
55 <td><input type="checkbox" value="1" id="groupinvoices" name="groupinvoices" checked></td>
59 <th align="right" nowrap><label for="l_include_direct_debit">[% 'Include invoices with direct debit' | $T8 %]</label></th>
60 <td><input type="checkbox" value="1" id="l_include_direct_debit" name="l_include_direct_debit"></td>
64 <input type="hidden" name="nextsub" value="show_invoices">
67 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">