Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision afe6d1f6

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID afe6d1f6a6af704ffa5a0a633d92080ae784f817
  • Vorgänger 15b4d5a3
  • Nachfolger 24e8b084

Mahnungslistenexport: den Dateinamen eingedeutscht.

Unterschiede anzeigen:

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