Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 090b94e9

Von Bernd Bleßmann vor etwa 9 Jahren hinzugefügt

  • ID 090b94e9c005d1f442f4e9a648c0fe5c2ce08f10
  • Vorgänger 30756de3
  • Nachfolger 9ad7c056

Auslagern in VK-Rechnung: Übersetzungen mit Anführungszeichen richtig Quoten.

Unterschiede anzeigen:

SL/IS.pm
1376 1376
                                                      parts_id => $part->id,
1377 1377
                                                      bin_id   => $bin_id);
1378 1378
    if ($error == 1) {
1379
      push @errors, $::locale->text("Part \"#1\" has chargenumber or best before date set. So it cannot be transfered automaticaly.",
1379
      push @errors, $::locale->text('Part "#1" has chargenumber or best before date set. So it cannot be transfered automaticaly.',
1380 1380
                                    $part->description);
1381 1381
    }
1382 1382
    my $form_unit_obj = SL::DB::Unit->new(name => $unit)->load;
1383 1383
    my $part_unit_qty = $form_unit_obj->convert_to($qty, $part->unit_obj);
1384 1384
    my $diff_qty      = $max_qty - $part_unit_qty;
1385 1385
    if (!@errors && $diff_qty < 0) {
1386
      push @errors, $::locale->text("For part \"#1\" there are missing #2 #3 in the default warehouse/bin \"#4/#5\"",
1386
      push @errors, $::locale->text('For part "#1" there are missing #2 #3 in the default warehouse/bin "#4/#5".',
1387 1387
                                    $part->description,
1388 1388
                                    $::form->format_amount(\%::myconfig, -1*$diff_qty),
1389 1389
                                    $part->unit_obj->name,
......
1391 1391
                                    SL::DB::Bin->new(      id => $bin_id)->load->description);
1392 1392
    }
1393 1393
  } else {
1394
    push @errors, $::locale->text("For part \"#1\" there is no default warehouse and bin defined.",
1394
    push @errors, $::locale->text('For part "#1" there is no default warehouse and bin defined.',
1395 1395
                                  $part->description);
1396 1396
  }
1397 1397

  
......
1402 1402
    if ($wh_id && $bin_id) {
1403 1403
      @errors = ();
1404 1404
    } else {
1405
      push @errors, $::locale->text("For part \"#1\" there is no default warehouse and bin for ignoring onhand defined.",
1405
      push @errors, $::locale->text('For part "#1" there is no default warehouse and bin for ignoring onhand defined.',
1406 1406
                                    $part->description);
1407 1407
    }
1408 1408
  }
locale/de/all
1195 1195
  'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' => 'Bei Kreditorenbuchungen werden die Umsatzsteuer-Steuerschlüssel durch Vorsteuer-Steuerschlüssel mit demselben Steuersatz ersetzt.',
1196 1196
  'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' => 'Bei Debitorenbuchungen werden die Vorsteuer-Steuerschlüssel durch Umsatzsteuer-Steuerschlüssel mit demselben Steuersatz ersetzt.',
1197 1197
  'For further information read this: ' => 'Für weitere Informationen zu diesem Thema lesen Sie bitte: ',
1198
  'For part \"#1\" there are missing #2 #3 in the default warehouse/bin \"#4/#5\"' => 'Es fehlen #2 #3 des Artikels \"#1\" im Standardlager \"#4/#5\".',
1199
  'For part \"#1\" there is no default warehouse and bin defined.' => 'Für Artikel \"#1\" ist kein Standardlager/-lagerplatz angegeben.',
1200
  'For part \"#1\" there is no default warehouse and bin for ignoring onhand defined.' => 'Für Artikel \"#1\" ist kein Standardlager/-lagerplatz für das Auslagern ohne Bestandsprüfung angegeben.',
1198
  'For part "#1" there are missing #2 #3 in the default warehouse/bin "#4/#5".' => 'Es fehlen #2 #3 des Artikels "#1" im Standardlager "#4/#5".',
1199
  'For part "#1" there is no default warehouse and bin defined.' => 'Für Artikel "#1" ist kein Standardlager/-lagerplatz angegeben.',
1200
  'For part "#1" there is no default warehouse and bin for ignoring onhand defined.' => 'Für Artikel "#1" ist kein Standardlager/-lagerplatz für das Auslagern ohne Bestandsprüfung angegeben.',
1201 1201
  'For type "customer" the perl module JSON is required. Please check this on system level: $ ./scripts/installation_check.pl' => 'Für den Typ "Kunde" wird das Perl Module JSON benötigt. Überprüfbar im Installationspfad mit: $ ./scripts/installation_check.pl',
1202 1202
  'Foreign Exchange Gain'       => 'Wechselkurserträge',
1203 1203
  'Foreign Exchange Loss'       => 'Wechselkursaufwendungen',
......
1804 1804
  'Part Notes'                  => 'Bemerkungen',
1805 1805
  'Part Number'                 => 'Artikelnummer',
1806 1806
  'Part Number missing!'        => 'Artikelnummer fehlt!',
1807
  'Part \"#1\" has chargenumber or best before date set. So it cannot be transfered automaticaly.' => 'Bei Artikel \"#1\" ist eine Chargenummer oder ein Mindesthaltbarkeitsdatum vergeben. Deshalb kann dieser Artikel nicht automatisch ausgelagert werden.',
1807
  'Part "#1" has chargenumber or best before date set. So it cannot be transfered automaticaly.' => 'Bei Artikel "#1" ist eine Chargenummer oder ein Mindesthaltbarkeitsdatum vergeben. Deshalb kann dieser Artikel nicht automatisch ausgelagert werden.',
1808 1808
  'Part picker'                 => 'Artikelauswahl',
1809 1809
  'Partial invoices'            => 'Teilrechnungen',
1810 1810
  'Partnumber'                  => 'Artikelnummer',

Auch abrufbar als: Unified diff