Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f337e7b6

Von Jan Büren vor 11 Monaten hinzugefügt

  • ID f337e7b6352fbfc9798d8a5ccd155bc8c8b13d16
  • Vorgänger 405d828a
  • Nachfolger 7ad2ba0b

Skonto-Automatik bei Banktransaktionen: IC ist netto Konto | Fehler werfen

Unterschiede anzeigen:

SL/DB/Helper/Payment.pm
598 598
  my (@skonto_charts, $inv_calc, $total_skonto_rounded);
599 599

  
600 600
  $inv_calc = $self->get_tax_and_amount_by_tax_chart_id();
601
  die t8('Cannot calculate Amount and Tax for this booking correctly, please check chart settings') unless $inv_calc;
601 602

  
602 603
  # foreach tax.chart_id || $entry->{ta..id}
603 604
  while (my ($tax_chart_id, $entry) = each %{ $inv_calc } ) {
SL/DB/Helper/SalesPurchaseInvoice.pm
16 16
    next if $transaction->chart_link =~ m/(^${ARAP}$|paid)/;
17 17
    next unless $transaction->chart_link;
18 18
    my $tax_or_netamount = $transaction->chart_link =~ m/tax/            ? 'tax'
19
                         : $transaction->chart_link =~ m/(${ARAP}_amount|IC_cogs)/ ? 'netamount'
19
                         : $transaction->chart_link =~ m/(${ARAP}_amount|IC_cogs|IC)/ ? 'netamount'
20 20
                         : undef;
21 21
    if ($tax_or_netamount eq 'netamount') {
22 22
      $tax_and_amount_by_tax_id->{ $transaction->tax->chart_id }->{$tax_or_netamount} ||= 0;
locale/de/all
647 647
  'Cannot Post AP transaction with tax included!' => 'Kann diesen kreditorischen Beleg nicht mit "Steuer im Preis inbegriffen" verbuchen!',
648 648
  'Cannot add Booking, reason: #1 DB: #2 ' => 'Kann die Buchung nicht hinzufügen, Grund: #1 DB: #2',
649 649
  'Cannot allocate parts.'      => 'Es sind nicht genügend Artikel vorhanden',
650
  'Cannot calculate Amount and Tax for this booking correctly, please check chart settings' => 'Kann nicht den Skonto-Betrag Brutto und netto kalkulieren. Bitte prüfen Sie die entsprechenden Kontenkonfigurationen für diesen Beleg',
650 651
  'Cannot change transaction in a closed period!' => 'In einem bereits abgeschlossenen Zeitraum kann keine Buchung verändert werden!',
651 652
  'Cannot check correct WebDAV folder' => 'Kann nicht den richtigen WebDAV Pfad überprüfen',
652 653
  'Cannot convert date.'        => 'Kann das Datum nicht verarbeiten',

Auch abrufbar als: Unified diff