Trade vouchers (vat.VouchersByPartner)

Inherits from lino_xl.lib.accounting.Vouchers

Every row of this data table is a Voucher.

User guide: The vat plugin.

Columns

  • Entry date (entry_date) : The date of the journal entry, i.e. when this voucher is to be booked.

  • Voucher (voucher) : See Voucher.

  • Total incl. VAT (total_incl) : The amount VAT included.

  • Total excl. VAT (total_base) : The amount VAT excluded.

  • VAT (total_vat) : The amount of VAT.

Detail layout

    • Journal (journal) : The journal into which this voucher has been booked.

    • No. (number) : The sequence number of this voucher within its journal.

    • Entry date (entry_date) : The date of the journal entry, i.e. when this voucher is to be booked.

    • Accounting period (accounting_period) : The accounting period to use when booking this voucher. The default value is determined from entry_date.

  • Movements (accounting.MovementsByVoucher2) : See Movements.

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

  • Duplicate (clone_row) : Insert a new Voucher as a copy of this.

  • Show data problems (show_problems) : See (unformatted: <lino.core.actions.ShowSlaveTable show_problems ('Show data problems')>).

  • Upload files (show_uploads) : Opens a data window with the uploaded files associated to this database object.

  • Check data (check_data) : Update data problem messages for this database object, also removing messages that no longer exist. This action does not change anything else in the database.

  • Fix data problems (fix_problems) : Update data problem messages and repair those which are automatically fixable.

  • None (grid) : The base table for all tables working on Voucher.

  • None (open_help) : Open Help Window

Filter parameters

  • Fiscal year (year) : See year.

  • Journal (journal) : See journal.

  • Period from (start_period) : Start of observed period range.

  • Period until (end_period) : Optional end of observed period range. Leave empty to observe only the start period.

  • Author (user) : The author of this database object.