Revision 4852c8aa
Von Bernd Bleßmann vor 7 Monaten hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
transaction_description transdatefrom transdateto reqdatefrom reqdateto
|
||
type vc employee_id salesman_id project_id parts_partnumber parts_description
|
||
insertdatefrom insertdateto business_id all department_id chargenumber full_text
|
||
vendor_confirmation_number order_confirmation_number ids);
|
||
vendor_confirmation_number order_confirmation_number ids top_info_text);
|
||
|
||
my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables);
|
||
|
||
... | ... | |
},
|
||
);
|
||
|
||
$report->set_options('top_info_text' => join("\n", @options),
|
||
$report->set_options('top_info_text' => $::form->{top_info_text} || join("\n", @options),
|
||
'raw_top_info_text' => $form->parse_html_template('do/orders_top'),
|
||
'raw_bottom_info_text' => $form->parse_html_template('do/orders_bottom', { print_options => $print_options }),
|
||
'output_format' => 'HTML',
|
Auch abrufbar als: Unified diff
Lieferscheinbericht: eigenen Top-Info-Text übergeben können