Invoicings (trading.InvoiceItemsByGenerator)

Every row of this data table is a Trading invoice item.

User guide: The trading plugin.

Columns

  • Trading invoice (voucher) : A foreign key to the numbered voucher that contains this item. The related_name must be ‘items’.

  • Quantity (qty) : The quantity of units of the product for by this item.

  • Designation (title) : See Designation.

  • Description (description) : A multi-line rich text to be printed in the resulting printable document.

  • Unit price (unit_price) : The unit price for this item.

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

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) : Create a duplicate of this row and insert the new row below this one.

  • None (grid) : See (unformatted: <lino.core.actions.ShowTable grid>).

  • None (open_help) : Open Help Window

Hidden columns

  • ID (id) : See ID.

  • No. (seqno) : The sequence number of this item with its parent.

  • Invoiced object (type) (invoiceable_type) : See Invoiced object (type).

  • Invoiced object (object) (invoiceable_id) : See Invoiced object (object).

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

  • VAT (total_vat) : The amount of VAT.

  • VAT class (vat_class) : The VAT class to use on this voucher item.

  • Product (product) : The product that is being sold or purchased.

  • Discount rate (discount_rate) : See Discount rate.

  • Discount (discount_amount) : See Discount.

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

  • (dndreorder) : A place holder column for drag and drop row reorder on React front end

  • Invoiced object (invoiceable) : The invoiceable object to which this line applies. Points to the invoice generator that generated this line.