Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6d5d4f24

Von Bernd Blessmann vor mehr als 14 Jahren hinzugefügt

  • ID 6d5d4f245d1a9a2f0b83b10c81272437a08126f7
  • Vorgänger 37fe8e05
  • Nachfolger 8fc97420

Zahlungsbedingungen: skonto_in_percent kann verwendet werden.

Im Langtext der Zahlungsbedingungen kann so der Prozentsatz
des Skonto ausgegeben werden.

Unterschiede anzeigen:

SL/Form.pm
1813 1813
    $amounts{invtotal} = $self->{invtotal};
1814 1814
    $amounts{total}    = $self->{total};
1815 1815
  }
1816
  $amounts{skonto_in_percent} = 100.0 * $self->{percent_skonto};
1816 1817

  
1817 1818
  map { $amounts{$_} = $self->parse_amount($myconfig, $amounts{$_}) } keys %amounts;
1818 1819

  
......
1866 1867

  
1867 1868
  map { $self->{payment_terms} =~ s/<%${_}%>/$formatted_amounts{$_}/g; } keys %formatted_amounts;
1868 1869

  
1870
  $self->{skonto_in_percent} = $formatted_amounts{skonto_in_percent};
1871

  
1869 1872
  $main::lxdebug->leave_sub();
1870 1873

  
1871 1874
}
bin/mozilla/am.pl
2531 2531
                        "with discount")
2532 2532
. qq|</li>
2533 2533
  <li>| . $locale->text("&lt;%skonto_amount%&gt; -- The deductible amount")
2534
. qq|</li>
2535
  <li>| . $locale->text("&lt;%skonto_in_percent%&gt; -- The discount in percent")
2534 2536
. qq|</li>
2535 2537
  <li>| . $locale->text("&lt;%total%&gt; -- Amount payable")
2536 2538
. qq|</li>
locale/de/am
10 10
  '&lt;%netto_date%&gt; -- Date the payment is due in full' => '&lt;%netto_date%&gt; -- Das Datum, bis die Rechnung in voller H&ouml;he bezahlt werden muss',
11 11
  '&lt;%skonto_amount%&gt; -- The deductible amount' => '&lt;%skonto_amount%&gt; -- Der abziehbare Skontobetrag',
12 12
  '&lt;%skonto_date%&gt; -- Date the payment is due with discount' => '&lt;%skonto_date%&gt; -- Das Datum, bis die Rechnung unter Abzug von Skonto bezahlt werden kann',
13
  '&lt;%skonto_in_percent%&gt; -- The discount in percent' => '&lt;%skonto_in_percent%&gt; -- Skonto in Prozent',
13 14
  '&lt;%terms_netto%&gt; -- The number of days for full payment' => '&lt;%terms_netto%&gt; -- Die Anzahl Tage, bis die Rechnung in voller H&ouml;he bezahlt werden muss',
14 15
  '&lt;%total%&gt; -- Amount payable' => '&lt;%total%&gt; -- Noch zu bezahlender Betrag',
15 16
  '&lt;%total_wo_skonto%&gt; -- Amount payable less discount' => '&lt;%total_wo_skonto%&gt; -- Noch zu bezahlender Betrag abz&uuml;glich Skonto',
locale/en/am
10 10
  '&lt;%netto_date%&gt; -- Date the payment is due in full' => '&lt;%netto_date%&gt; -- Date the payment is due in full',
11 11
  '&lt;%skonto_amount%&gt; -- The deductible amount' => '&lt;%skonto_amount%&gt; -- The deductible amount',
12 12
  '&lt;%skonto_date%&gt; -- Date the payment is due with discount' => '&lt;%skonto_date%&gt; -- Date the payment is due with discount',
13
  '&lt;%skonto_in_percent%&gt; -- The discount in percent' => '&lt;%skonto_in_percent%&gt; -- The discount in percent',
13 14
  '&lt;%terms_netto%&gt; -- The number of days for full payment' => '&lt;%terms_netto%&gt; -- The number of days for full payment',
14 15
  '&lt;%total%&gt; -- Amount payable' => '&lt;%total%&gt; -- Amount payable',
15 16
  '&lt;%total_wo_skonto%&gt; -- Amount payable less discount' => '&lt;%total_wo_skonto%&gt; -- Amount payable less discount',

Auch abrufbar als: Unified diff