Bank accounts (sepa.AccountsByPartner)

Shows the bank account(s) known for the given partner. (more)

Every row of this data table is a Bank account.

User guide: The sepa plugin.

Columns

  • IBAN (iban) : IBANField(verbose_name=_(“IBAN”))

  • BIC (bic) : BICField(verbose_name=_(“BIC”), blank=True)

  • Remark (remark) : CharField(_(“Remark”), max_length=200, blank=True)

  • Primary (primary) : Whether this is the primary bank account of this partner.

Toolbar actions

  • Table (landscape) (as_pdf) : See (unformatted: <lino_xl.lib.appypod.mixins.PrintTableAction as_pdf ('Table (landscape)')>).

  • Table (portrait) (as_pdf_p) : See (unformatted: <lino_xl.lib.appypod.mixins.PortraitPrintTableAction as_pdf_p ('Table (portrait)')>).

  • Export to .xls (export_excel) : Export this table as an .xls document

  • None (grid_post) : See (unformatted: <lino.core.actions.CreateRow grid_post>).

  • None (grid_put) : See (unformatted: <lino.core.actions.SaveGridCell grid_put>).

  • New (insert) : Insert a new Bank account.

  • Create (submit_insert) : Submit this form, i.e. send your data to the server.

  • Delete (delete_selected) : Delete this record

  • None (grid) : Shows the bank account(s) known for the given partner.

  • None (open_help) : Open Help Window

Hidden columns

  • ID (id) : See ID.

  • Select multiple rows (rowselect) : See Select multiple rows.

  • Partner (partner) : The partner who owns this bank account.