Revision 1ee9865b
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
SL/DB/BankTransaction.pm | ||
---|---|---|
151 | 151 |
$agreement += $points{skonto_exact_amount}; |
152 | 152 |
$rule_matches .= 'skonto_exact_amount(' . $points{'skonto_exact_amount'} . ') '; |
153 | 153 |
$invoice->{skonto_type} = 'with_skonto_pt'; |
154 |
} elsif ( $invoice->skonto_date && abs(abs($invoice->amount_less_skonto) - abs($self->amount)) < 0.2) {
|
|
154 |
} elsif ( $invoice->skonto_date && abs(abs($invoice->amount_less_skonto) - abs($self->amount)) < abs($invoice->amount / 200)) {
|
|
155 | 155 |
$agreement += $points{skonto_fuzzy_amount}; |
156 | 156 |
$rule_matches .= 'skonto_fuzzy_amount(' . $points{'skonto_fuzzy_amount'} . ') '; |
157 | 157 |
$invoice->{skonto_type} = 'with_fuzzy_skonto_pt'; |
Auch abrufbar als: Unified diff
Unscharfes Skonto bis 0,5% des originalen Rechnungsbetrags