Revision afe6d1f6
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
$report->set_options('raw_top_info_text' => $form->parse_html_template('dunning/show_dunning_top'),
|
||
'raw_bottom_info_text' => $form->parse_html_template('dunning/show_dunning_bottom'),
|
||
'output_format' => 'HTML',
|
||
'attachment_basename' => strftime('dunning_report_%Y%m%d', localtime time),
|
||
'attachment_basename' => $locale->text('dunning_list') . strftime('_%Y%m%d', localtime time),
|
||
);
|
||
|
||
$report->set_options_from_form();
|
locale/de/all | ||
---|---|---|
'done' => 'erledigt',
|
||
'down' => 'runter',
|
||
'drucken' => 'drucken',
|
||
'dunning_list' => 'mahnungsliste',
|
||
'eMail Send?' => 'eMail-Versand?',
|
||
'eMail?' => 'eMail?',
|
||
'ea' => 'St.',
|
locale/de/dn | ||
---|---|---|
'What type of item is this?' => 'Was ist dieser Artikel?',
|
||
'Zipcode' => 'PLZ',
|
||
'bin_list' => 'Lagerliste',
|
||
'dunning_list' => 'mahnungsliste',
|
||
'emailed to' => 'gemailt an',
|
||
'invoice' => 'Rechnung',
|
||
'no' => 'nein',
|
Auch abrufbar als: Unified diff
Mahnungslistenexport: den Dateinamen eingedeutscht.