6 <h1>[% 'Print' | $T8 %] [% label.$type.title %]</h1>
8 <form method="post" action="bp.pl" id="form">
10 [% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %]
14 <table class="tbl-horizontal">
15 <colgroup><col class="wi-small"><col class="wi-verywide"></colgroup>
18 <th>[% 'Customer' | $T8 %]</th>
19 <td>[% L.input_tag(vc, '', class='wi-normal') %]</td>
21 [% IF show_accounts %]
23 <th>[% 'Account' | $T8 %]</th>
24 <td>[% L.select_tag('account', accounts, value_title_sub=\account_sub, class='wi-verywide') %]</td>
27 [% IF label.$type.invnumber %]
29 <th>[% 'Invoice Number' | $T8 %]</th>
30 <td>[% L.input_tag('invnumber', '', class='wi-normal') %]</td>
33 [% IF label.$type.ordnumber %]
35 <th>[% 'Order Number' | $T8 %]</th>
36 <td>[% L.input_tag('ordnumber', '', class='wi-normal') %]</td>
39 [% IF label.$type.quonumber %]
41 <th>[% 'Quotation Number' | $T8 %]</th>
42 <td>[% L.input_tag('quonumber', '', class='wi-normal') %]</td>
45 [% IF label.$type.donumber %]
47 <th>[% 'Delivery Order Number' | $T8 %]</th>
48 <td>[% L.input_tag('donumber', '', class='wi-normal') %]</td>
51 [% IF label.$type.chknumber %]
53 <th>[% 'Reference' | $T8 %]</th>
54 <td>[% L.input_tag('chknumber', '', class='wi-normal') %]</td>
58 <th>[% 'Date' | $T8 %] [% 'from' | $T8 %] </th>
59 <td class="wi-date">[% L.date_tag('transdatefrom') %] [% 'Bis' | $T8 %] [% L.date_tag('transdateto') %]</td>
64 [% L.hidden_tag('sort', 'transdate') %]
65 [% L.hidden_tag('vc', vc) %]
66 [% L.hidden_tag('type', type) %]