Revision d8275f6e
Von Jan Büren vor mehr als 2 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
680 | 680 |
source => $source, |
681 | 681 |
memo => $memo, |
682 | 682 |
skonto_amount => $free_skonto_amount, |
683 |
bt_id => $bt_id, |
|
683 | 684 |
transdate => $bank_transaction->valutadate->to_kivitendo); |
684 | 685 |
# ... and record the origin via BankTransactionAccTrans |
685 | 686 |
if (scalar(@acc_ids) < 2) { |
Auch abrufbar als: Unified diff
Payment-Helper Skonto verbuchen mit Steuerkorrektur
tax_and_amount_by_tax_id ausgelagert für ar und ap in SalesPurchaseInvoice.
pay_invoice mit skonto erwartet die banktransaction.id
Invoice und PurchaseInvoice bindet den SPI Helper ein
Alte Methode skonto_charts noch im Payment-Helper drin.
Ferner auskommentierte Debug-Statements und auskommtiert ArGl, ApGl
stabile Anbindung an ARAP (nicht notwendig, da mit BankTransationAccTrans
verknüpft).