Revision 46a67f95
Von Philip Reetz vor mehr als 15 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
1308 | 1308 |
|
1309 | 1309 |
|
1310 | 1310 |
$form->{template_fromto} = $locale->date(\%myconfig, $form->{fromdate}, 0) . " - " . $locale->date(\%myconfig, $form->{todate}, 0); |
1311 |
|
|
1312 |
$form->{print_date} = $locale->text('Create Date') . " " . $locale->date(\%myconfig, $form->current_date(\%myconfig), 0); |
|
1313 |
push (@options, $form->{print_date}); |
|
1314 |
|
|
1315 |
$form->{company} = $locale->text('Company') . " " . $myconfig{company}; |
|
1316 |
push (@options, $form->{company}); |
|
1317 |
|
|
1318 |
|
|
1311 | 1319 |
$form->{template_to} = $locale->date(\%myconfig, $form->{todate}, 0); |
1312 | 1320 |
|
1313 | 1321 |
$report->set_options('output_format' => 'HTML', |
1322 |
'top_info_text' => join("\n", @options), |
|
1314 | 1323 |
'title' => $form->{title}, |
1315 | 1324 |
'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time), |
1316 | 1325 |
'html_template' => 'rp/html_report_susa', |
Auch abrufbar als: Unified diff
In den Berichten SuSa und Kontenblatt Standardmaessig das Erstelldatum und die Firma mit in die Ausgabe aufgenommen