GX-Bug #60985
geschlossenKeine Mehrfach-Selektion der Spalten im Rechnungsfooter möglich
100%
Die Spalten im Rechnungsfooter lassen sich jetzt mehrfach auswählen
Beschreibung
Unter Shop Einstellungen -> Rechnung/Lieferschein kann man auswählen, in welcher Spalte der Rechnung Bankdaten enthalten sind. Hier ist eine Mehrfachselektion nicht möglich. Dies wäre aber nötig, da es theoretisch möglich ist, dass mehrere Konten in verschiedenen Spalten hinterlegt wurden.
Checkliste 0/0
Von Jonatas Fischer vor etwa 6 Jahren aktualisiert
- Tags wurde auf Ready gesetzt
Sugested changes¶
Navigation: The page can be found at: Shop >> Admin >> Shop Settings >> Invoice/ Delivery -> Tab [Content], Inner tab [Footer]
Today the field Column contains bank details indicates the footer that have bank information and that should be hide when using some payment module. It's information is stored as a integer in the configuration PDF_FOOTER_REPLACE_COLUMN.
The changes must be done as folow:
- Change the front end to accept multiple field selection.
- Change the backend in order to store create the PDF_FOOTER_REPLACE_ARRAY with all the selected items (list of integers separated by a comma) in the front end and in the PDF_FOOTER_REPLACE_COLUMN store only the first selected item.
- Review all the shop to use the constant PDF_FOOTER_REPLACE_ARRAY and not the PDF_FOOTER_REPLACE_COLUMN anymore. The constant PDF_FOOTER_REPLACE_COLUMN will still be there just for backward compatibility.
- Review the extendPdfFooter function on all the payment modules to hide the footer notes with the bank account information (ex: KlarnaHubPdfOrderExtender, BillSafe3InvoiceExtender, PaymentInstructionInvoiceExtender)