Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3c5e4df9

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 3c5e4df9e938a8f2c9b045774bda00095b976e49
  • Vorgänger cf927461
  • Nachfolger 84bed7a6

Bei der Liste der Rechnungen beim Typ auch zwischen Verkaufsrechnungen ("R") und Debitorenbuchungen ("D") unterscheiden.

Unterschiede anzeigen:

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>";
$column_data{type} = "<td>" .
($ar->{storno} ? $locale->text("Storno (one letter abbreviation)") :
$ar->{amount} < 0 ?
$locale->text("Credit note (one letter abbreviation)") :
$locale->text("Invoice (one letter abbreviation)")) . "</td>";
($ar->{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)"))
. "</td>";
$column_data{ordnumber} = "<td>$ar->{ordnumber}&nbsp;</td>";
$column_data{name} = "<td>$ar->{name}</td>";
$ar->{notes} =~ s/\r\n/<br>/g;
locale/de/all
'AR' => 'Verkauf',
'AR Aging' => 'Offene Forderungen',
'AR Transaction' => 'Debitorenbuchung',
'AR Transaction (abbreviation)' => 'D',
'AR Transactions' => 'Debitorenbuchungen',
'About' => '?ber',
'Abrechnungsnummer' => 'Abrechnungsnummer',
locale/de/ar
' Payment posted!' => 'Zahlung gebucht!',
'ADDED' => 'Hinzugef?gt',
'AR Transaction' => 'Debitorenbuchung',
'AR Transaction (abbreviation)' => 'D',
'AR Transactions' => 'Debitorenbuchungen',
'Account' => 'Konto',
'Accounting Menu' => 'Kontoverwaltung',

Auch abrufbar als: Unified diff