Projekt

Allgemein

Aktionen

GX-Bug #60985

geschlossen

Keine Mehrfach-Selektion der Spalten im Rechnungsfooter möglich

Von Stefanie Bruchmann vor mehr als 6 Jahren hinzugefügt. Vor fast 4 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Hoch
Zugewiesen an:
Amine Riad
Kategorie:
Adminbereich
Zielversion:
% erledigt:

100%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
3.10.3.0
Release Notes Langtext:

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

Aktionen #3

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:

  1. Change the front end to accept multiple field selection.
  2. 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.
  3. 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.
  4. Review the extendPdfFooter function on all the payment modules to hide the footer notes with the bank account information (ex: KlarnaHubPdfOrderExtender, BillSafe3InvoiceExtender, PaymentInstructionInvoiceExtender)
Aktionen