Invoicings (storage.DeliveriesByGenerator)¶
Every row of this data table is a Delivery item.
User guide: The storage plugin.
Columns
Delivery note (
voucher) : A foreign key to the numbered voucher that contains this item. The related_name must be ‘items’.Quantity (
qty) : SeeQuantity.Designation (
title) : SeeDesignation.
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) : SeeID.No. (
seqno) : The sequence number of this item with its parent.Invoiced object (type) (
invoiceable_type) : SeeInvoiced object (type).Invoiced object (object) (
invoiceable_id) : SeeInvoiced object (object).Product (
product) : SeeProduct.Select multiple rows (
rowselect) : SeeSelect multiple rows.⇵ (
dndreorder) : A place holder column for drag and drop row reorder on React front endInvoiced object (
invoiceable) : A generic foreign key pointing to the generator that caused this item to be generated.