Delivery items (storage.ItemsByDeliveryNote)

Every row of this data table is a Delivery item.

User guide: The storage plugin.

Columns

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

  • Designation (title) : See Designation.

  • Product (product) : See Product.

  • Quantity (qty) : See Quantity.

  • Move (move_buttons) : Displays buttons for certain actions on this row:

  • Invoiced object (invoiceable) : A generic foreign key pointing to the generator that caused this item to be generated.

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>).

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

  • Duplicate (clone_row) : Create a duplicate of this row and insert the new row below this one.

  • Delete (delete_selected) : Delete this record

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

  • Move down (move_down) : Exchange the seqno of this item and the next item.

  • Move up (move_up) : Exchange the seqno of this item and the previous item.

  • None (open_help) : Open Help Window

Hidden columns

  • ID (id) : See ID.

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

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

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

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

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