NAME
Interchange6::Schema::Result::Orderline
ACCESSORS
orderlines_id
Primary key.
orders_id
FK on "orders_id" in Interchange6::Schema::Result::Order.
order_position
Signed integer order position. Defaults to 0.
sku
FK on "sku" in Interchange6::Schema::Result::Product.
name
Product name.
short_description
Product short description.
Defaults to empty string.
description
Product descrtption.
weight
Weight of product. Defaults to 0.
quantity
Product quantity.
price
Product price.
subtotal
Line subtotal.
shipping
Shipping cost.
Defaults to 0.
handling
Handling cost.
Defaults to 0.
salestax
Sales tax.
Defaults to 0.
status
Status, e.g.: picking, shipped, cancelled.
Defaults to empty string.
RELATIONS
order
Type: belongs_to
Related object: Interchange6::Schema::Result::Order
orderlines_shipping
Type: has_many
Related object: Interchange6::Schema::Result::OrderlinesShipping
product
Type: belongs_to
Related object: Interchange6::Schema::Result::Product
addresses
Type: many_to_many
Composing rels: "orderlines_shipping" -> address