Revision 46a67f95
Von Philip Reetz vor fast 16 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
|
||
push @options, $period;
|
||
|
||
$form->{print_date} = $locale->text('Create Date') . " " . $locale->date(\%myconfig, $form->current_date(\%myconfig), 0);
|
||
push (@options, $form->{print_date});
|
||
|
||
$form->{company} = $locale->text('Company') . " " . $myconfig{company};
|
||
push (@options, $form->{company});
|
||
|
||
my @columns = qw(transdate reference description gegenkonto debit credit ustkonto ustrate balance);
|
||
my %column_defs = (
|
||
'transdate' => { 'text' => $locale->text('Date'), },
|
bin/mozilla/rp.pl | ||
---|---|---|
|
||
|
||
$form->{template_fromto} = $locale->date(\%myconfig, $form->{fromdate}, 0) . " - " . $locale->date(\%myconfig, $form->{todate}, 0);
|
||
|
||
$form->{print_date} = $locale->text('Create Date') . " " . $locale->date(\%myconfig, $form->current_date(\%myconfig), 0);
|
||
push (@options, $form->{print_date});
|
||
|
||
$form->{company} = $locale->text('Company') . " " . $myconfig{company};
|
||
push (@options, $form->{company});
|
||
|
||
|
||
$form->{template_to} = $locale->date(\%myconfig, $form->{todate}, 0);
|
||
|
||
$report->set_options('output_format' => 'HTML',
|
||
'top_info_text' => join("\n", @options),
|
||
'title' => $form->{title},
|
||
'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time),
|
||
'html_template' => 'rp/html_report_susa',
|
locale/de/all | ||
---|---|---|
'Create Buchungsgruppen' => 'Buchungsgruppe erfassen',
|
||
'Create Chart of Accounts' => 'Kontenplan anlegen',
|
||
'Create Dataset' => 'Datenbank anlegen',
|
||
'Create Date' => 'Erstelldatum',
|
||
'Create a standard group' => 'Eine Standard-Benutzergruppe anlegen',
|
||
'Create and edit RFQs' => 'Lieferantenanfragen erfassen und bearbeiten',
|
||
'Create and edit customers and vendors' => 'Kunden und Lieferanten erfassen und bearbeiten',
|
locale/de/ca | ||
---|---|---|
'Cc' => 'Cc',
|
||
'Change Lx-Office installation settings (all menu entries beneath \'System\')' => 'Verändern der Lx-Office-Installationseinstellungen (Menüpunkte unterhalb von \'System\')',
|
||
'Chart of Accounts' => 'Konten?bersicht',
|
||
'Company' => 'Firma',
|
||
'Confirmation' => 'Auftragsbest?tigung',
|
||
'Could not spawn the printer command.' => 'Die Druckanwendung konnte nicht gestartet werden.',
|
||
'Create Date' => 'Erstelldatum',
|
||
'Create and edit RFQs' => 'Lieferantenanfragen erfassen und bearbeiten',
|
||
'Create and edit customers and vendors' => 'Kunden und Lieferanten erfassen und bearbeiten',
|
||
'Create and edit dunnings' => 'Mahnungen erfassen und bearbeiten',
|
locale/de/rp | ||
---|---|---|
'CSV export -- options' => 'CSV-Export -- Optionen',
|
||
'Cc' => 'Cc',
|
||
'Change Lx-Office installation settings (all menu entries beneath \'System\')' => 'Verändern der Lx-Office-Installationseinstellungen (Menüpunkte unterhalb von \'System\')',
|
||
'Company' => 'Firma',
|
||
'Compare to' => 'Gegen?berstellen zu',
|
||
'Confirmation' => 'Auftragsbest?tigung',
|
||
'Contact' => 'Kontakt',
|
||
'Continue' => 'Weiter',
|
||
'Copies' => 'Kopien',
|
||
'Could not spawn the printer command.' => 'Die Druckanwendung konnte nicht gestartet werden.',
|
||
'Create Date' => 'Erstelldatum',
|
||
'Create and edit RFQs' => 'Lieferantenanfragen erfassen und bearbeiten',
|
||
'Create and edit customers and vendors' => 'Kunden und Lieferanten erfassen und bearbeiten',
|
||
'Create and edit dunnings' => 'Mahnungen erfassen und bearbeiten',
|
Auch abrufbar als: Unified diff
In den Berichten SuSa und Kontenblatt Standardmaessig das Erstelldatum und die Firma mit in die Ausgabe aufgenommen