Revision 54740168
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
|
||
$column_data{invnumber} =
|
||
"<td><a href=$module?action=edit&id=$ar->{id}&login=$form->{login}&password=$form->{password}&callback=$callback>$ar->{invnumber}</a></td>";
|
||
|
||
my $is_storno = $ar->{storno} && ($ar->{invnumber} =~ /^Storno zu/);
|
||
my $has_storno = $ar->{storno} && !$is_storno;
|
||
|
||
$column_data{type} = "<td>" .
|
||
($ar->{storno} ? $locale->text("Storno (one letter abbreviation)") :
|
||
($has_storno ? $locale->text("Invoice with Storno (abbreviation)") :
|
||
$is_storno ? $locale->text("Storno (one letter abbreviation)") :
|
||
$ar->{amount} < 0 ? $locale->text("Credit note (one letter abbreviation)") :
|
||
$ar->{invoice} ? $locale->text("Invoice (one letter abbreviation)") :
|
||
$locale->text("AR Transaction (abbreviation)"))
|
locale/de/all | ||
---|---|---|
'Invoice Number missing!' => 'Rechnungsnummer fehlt!',
|
||
'Invoice deleted!' => 'Rechnung gel?scht!',
|
||
'Invoice has already been storno\'d!' => 'Diese Rechnung wurde bereits storniert.',
|
||
'Invoice with Storno (abbreviation)' => 'R(S)',
|
||
'Invoices' => 'Rechnungen',
|
||
'Is this a summary account to record' => 'Buchungskonto in',
|
||
'It is possible to do this automatically for some Buchungsgruppen, but not for all.' => 'Es ist möglich, dies für einige, aber nicht für alle Buchungsgruppen automatisch zu erledigen.',
|
locale/de/ar | ||
---|---|---|
'Invoice Date' => 'Rechnungsdatum',
|
||
'Invoice Date missing!' => 'Rechnungsdatum fehlt!',
|
||
'Invoice Number' => 'Rechnungsnummer',
|
||
'Invoice with Storno (abbreviation)' => 'R(S)',
|
||
'Jan' => 'Jan',
|
||
'January' => 'Januar',
|
||
'Jul' => 'Jul',
|
Auch abrufbar als: Unified diff
Anzeige der Rechnungstypen: Aufteilung der Stornorechnung in die ursprüngliche Rechnung mit Storno "R(S)" und die Stornorechnung selber "S".