Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40c5441d

Von Sven Schöling vor etwa 9 Jahren hinzugefügt

  • ID 40c5441d9f96098301585da027e378937ec3f4cf
  • Vorgänger d13c7050
  • Nachfolger 61cbd09d

Preisquellen: Fehlerbehandlung in MakeModel

Unterschiede anzeigen:

SL/PriceSource/Makemodel.pm
30 30

  
31 31
  my $makemodel = SL::DB::Manager::MakeModel->find_by(id => $spec);
32 32

  
33
  # TODO: if someone deletes the prices entry, this fails. add a fallback
33
  return SL::PriceSource::Price->new(
34
    price_source => $self,
35
    missing      => t8('This makemodel price does not exist anymore'),
36
  ) if !$makemodel;
37

  
34 38
  return $self->make_price_from_makemodel($makemodel);
35 39

  
36 40
}
......
57 61
  );
58 62
}
59 63

  
60

  
61 64
1;
locale/de/all
2959 2959
  'This is the default bin for parts' => 'Standard-Lagerplatz für Stammdaten/Waren',
2960 2960
  'This is the default warehouse for ignoring onhand' => 'Standardlager für Auslagern ohne Prüfung auf Bestand.',
2961 2961
  'This list is capped at 15 items to keep it fast. If you need a full list, please use reports.' => 'Diese Liste ist auf 15 Zeilen begrenzt. Wenn Sie eine vollständige Liste benötigen, erstellen Sie bitte einen Bericht.',
2962
  'This makemodel price does not exist anymore' => 'Dieser Lieferantenpries existiert nicht mehr',
2962 2963
  'This means that the user has created an AP transaction and chosen a taxkey for sales taxes, or that he has created an AR transaction and chosen a taxkey for input taxes.' => 'Das bedeutet, dass ein Benutzer eine Kreditorenbuchung angelegt und in ihr einen Umsatzsteuer-Steuerschlüssel verwendet oder eine Debitorenbuchung mit Vorsteuer-Steuerschlüssel angelegt hat.',
2963 2964
  'This module can help you identify and correct such entries by analyzing the general ledger and presenting you likely solutions but also allowing you to fix problems yourself.' => 'Dieses Modul kann Ihnen helfen, problematische Einträge im Hauptbuch zu identifizieren und teilweise zu beheben. Dabei werden je nach Problem mögliche Lösungen aufgezeigt, wobei Sie die entscheiden können, welche Probleme automatisch gelöst werden sollen.',
2964 2965
  'This option controls the inventory system.' => 'Dieser Parameter legt die Warenbuchungsmethode fest.',

Auch abrufbar als: Unified diff