5 <form method="post" action="bp.pl" id="form">
7 <h1>[% 'Print' | $T8 %] [% label.$type.title %]</h1>[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %]
11 <th align=right>[% 'Customer' | $T8 %]</th>
12 <td colspan=3>[% L.input_tag(vc, '', size=35) %]</td>
14 [% IF show_accounts %]
16 <th align=right>[% 'Account' | $T8 %]</th>
17 <td colspan=3>[% L.select_tag('account', accounts, value_title_sub=\account_sub) %]</td>
20 [%- IF label.$type.invnumber %]
22 <th align=right nowrap>[% 'Invoice Number' | $T8 %]</th>
23 <td colspan=3>[% L.input_tag('invnumber', '', size=20) %]</td>
26 [%- IF label.$type.ordnumber %]
28 <th align=right nowrap>[% 'Order Number' | $T8 %]</th>
29 <td colspan=3>[% L.input_tag('ordnumber', '', size=20) %]</td>
32 [%- IF label.$type.quonumber %]
34 <th align=right nowrap>[% 'Quotation Number' | $T8 %]</th>
35 <td colspan=3>[% L.input_tag('quonumber', '', size=20) %]</td>
38 [%- IF label.$type.donumber %]
40 <th align=right nowrap>[% 'Delivery Order Number' | $T8 %]</th>
41 <td colspan=3>[% L.input_tag('donumber', '', size=20) %]</td>
44 [%- IF label.$type.chknumber %]
46 <th align=right nowrap>[% 'Reference' | $T8 %]</th>
47 <td colspan=3>[% L.input_tag('chknumber', '', size=20) %]</td>
51 <th align=right nowrap>[% 'From' | $T8 %]</th>
52 <td>[% L.date_tag('transdatefrom') %]</td>
53 <th align=right>[% 'Bis' | $T8 %]</th>
54 <td>[% L.date_tag('transdateto') %]</td>
59 [% L.hidden_tag('sort', 'transdate') %]
60 [% L.hidden_tag('vc', vc) %]
61 [% L.hidden_tag('type', type) %]