5 <form method=post action=bp.pl>
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>
13 [%- IF vc == 'customer' ? all_customer.size : all_vendor.size %]
14 [%- INCLUDE 'generic/multibox.html'
16 DATA = vc == 'customer' ? all_customer : all_vendor,
18 label_sub = 'vc_keys',
25 [% L.input_tag(vc, '', size=35) %]
29 [% IF show_accounts %]
31 <th align=right>[% 'Account' | $T8 %]</th>
32 <td colspan=3>[% L.select_tag('account', accounts, value_title_sub=\account_sub) %]</td>
35 [%- IF label.$type.invnumber %]
37 <th align=right nowrap>[% 'Invoice Number' | $T8 %]</th>
38 <td colspan=3>[% L.input_tag('invnumber', '', size=20) %]</td>
41 [%- IF label.$type.ordnumber %]
43 <th align=right nowrap>[% 'Order Number' | $T8 %]</th>
44 <td colspan=3>[% L.input_tag('ordnumber', '', size=20) %]</td>
47 [%- IF label.$type.quonumber %]
49 <th align=right nowrap>[% 'Quotation Number' | $T8 %]</th>
50 <td colspan=3>[% L.input_tag('quonumber', '', size=20) %]</td>
53 [%- IF label.$type.donumber %]
55 <th align=right nowrap>[% 'Delivery Order Number' | $T8 %]</th>
56 <td colspan=3>[% L.input_tag('donumber', '', size=20) %]</td>
59 [%- IF label.$type.chknumber %]
61 <th align=right nowrap>[% 'Reference' | $T8 %]</th>
62 <td colspan=3>[% L.input_tag('chknumber', '', size=20) %]</td>
66 <th align=right nowrap>[% 'From' | $T8 %]</th>
67 <td>[% L.date_tag('transdatefrom') %]</td>
68 <th align=right>[% 'Bis' | $T8 %]</th>
69 <td>[% L.date_tag('transdateto') %]</td>
76 [% L.hidden_tag('sort', 'transdate') %]
77 [% L.hidden_tag('vc', vc) %]
78 [% L.hidden_tag('type', type) %]
79 [% L.hidden_tag('nextsub', 'list_spool') %]
81 [% L.submit_tag('action', LxERP.t8('Continue')) %]