[ 'model' => \Order\Eee\Models\OrderProductRelation::class, 'repository' => \Order\Eee\Repositories\Eloquent\OrderProductRelationRepository::class, 'table' => 'order_product_relations', 'hidden'=> [], 'visible' => [], 'guarded' => ['*'], 'slugs' => ['slug' => 'name'], 'dates' => ['deleted_at', 'createdat', 'updated_at'], 'appends' => [], 'fillable' => ['id', 'company_id', 'seller_company_id', 'order_id', 'product_id', 'user_id', 'allocate_id', 'po_line_number', 'seller_id', 'quantity', 'cost_price', 'total_cost_price', 'unit_price', 'total_price', 'reduced_quantity', 'quantity_dropped', 'quantity_updated', 'price_dropped', 'cost_price_dropped', 'company_price_dropped', 'client_price_dropped', 'company_split_amount', 'client_split_amount', 'company_split_total_amount', 'client_split_total_amount', 'product_name', 'product_images', 'product_category', 'product_unspsc', 'product_status', 'replaced_status', 'replaced_item', 'received', 'pending', 'notes', 'tax_amount', 'client_tax_amount', 'company_tax_amount', 'client_tax_dropped', 'company_tax_dropped', 'tax_dropped', 'tax_rate', 'tax_free', 'minimum_order_qty', 'margin', 'margin_total', 'deleted_at', 'created_at', 'updated_at'], 'translatables' => [], 'upload_folder' => 'eee/order_product_relation', 'uploads' => [ /* 'images' => [ 'count' => 10, 'type' => 'image', ], 'file' => [ 'count' => 1, 'type' => 'file', ], */ ], 'casts' => [ /* 'images' => 'array', 'file' => 'array', */ ], 'revision' => [], 'perPage' => '20', 'search' => [ 'name' => 'like', 'status', ] ], 'search' => [ ], 'list' => [ "company_id" => [ "key" => "company_id", "type" => "text", "label" => 'eee::order_product_relation.label.company_id', 'sort' => true, 'roles' => [], ], "seller_company_id" => [ "key" => "seller_company_id", "type" => "text", "label" => 'eee::order_product_relation.label.seller_company_id', 'sort' => true, 'roles' => [], ], "order_id" => [ "key" => "order_id", "type" => "text", "label" => 'eee::order_product_relation.label.order_id', 'sort' => true, 'roles' => [], ], "product_id" => [ "key" => "product_id", "type" => "text", "label" => 'eee::order_product_relation.label.product_id', 'sort' => true, 'roles' => [], ], "allocate_id" => [ "key" => "allocate_id", "type" => "text", "label" => 'eee::order_product_relation.label.allocate_id', 'sort' => true, 'roles' => [], ], "po_line_number" => [ "key" => "po_line_number", "type" => "text", "label" => 'eee::order_product_relation.label.po_line_number', 'sort' => true, 'roles' => [], ], "seller_id" => [ "key" => "seller_id", "type" => "text", "label" => 'eee::order_product_relation.label.seller_id', 'sort' => true, 'roles' => [], ], "quantity" => [ "key" => "quantity", "type" => "text", "label" => 'eee::order_product_relation.label.quantity', 'sort' => true, 'roles' => [], ], "cost_price" => [ "key" => "cost_price", "type" => "text", "label" => 'eee::order_product_relation.label.cost_price', 'sort' => true, 'roles' => [], ], "total_cost_price" => [ "key" => "total_cost_price", "type" => "text", "label" => 'eee::order_product_relation.label.total_cost_price', 'sort' => true, 'roles' => [], ], "unit_price" => [ "key" => "unit_price", "type" => "text", "label" => 'eee::order_product_relation.label.unit_price', 'sort' => true, 'roles' => [], ], "total_price" => [ "key" => "total_price", "type" => "text", "label" => 'eee::order_product_relation.label.total_price', 'sort' => true, 'roles' => [], ], "reduced_quantity" => [ "key" => "reduced_quantity", "type" => "text", "label" => 'eee::order_product_relation.label.reduced_quantity', 'sort' => true, 'roles' => [], ], "quantity_dropped" => [ "key" => "quantity_dropped", "type" => "text", "label" => 'eee::order_product_relation.label.quantity_dropped', 'sort' => true, 'roles' => [], ], "quantity_updated" => [ "key" => "quantity_updated", "type" => "text", "label" => 'eee::order_product_relation.label.quantity_updated', 'sort' => true, 'roles' => [], ], "price_dropped" => [ "key" => "price_dropped", "type" => "text", "label" => 'eee::order_product_relation.label.price_dropped', 'sort' => true, 'roles' => [], ], "cost_price_dropped" => [ "key" => "cost_price_dropped", "type" => "text", "label" => 'eee::order_product_relation.label.cost_price_dropped', 'sort' => true, 'roles' => [], ], "company_price_dropped" => [ "key" => "company_price_dropped", "type" => "text", "label" => 'eee::order_product_relation.label.company_price_dropped', 'sort' => true, 'roles' => [], ], "client_price_dropped" => [ "key" => "client_price_dropped", "type" => "text", "label" => 'eee::order_product_relation.label.client_price_dropped', 'sort' => true, 'roles' => [], ], "company_split_amount" => [ "key" => "company_split_amount", "type" => "text", "label" => 'eee::order_product_relation.label.company_split_amount', 'sort' => true, 'roles' => [], ], "client_split_amount" => [ "key" => "client_split_amount", "type" => "text", "label" => 'eee::order_product_relation.label.client_split_amount', 'sort' => true, 'roles' => [], ], "company_split_total_amount" => [ "key" => "company_split_total_amount", "type" => "text", "label" => 'eee::order_product_relation.label.company_split_total_amount', 'sort' => true, 'roles' => [], ], "client_split_total_amount" => [ "key" => "client_split_total_amount", "type" => "text", "label" => 'eee::order_product_relation.label.client_split_total_amount', 'sort' => true, 'roles' => [], ], "product_name" => [ "key" => "product_name", "type" => "text", "label" => 'eee::order_product_relation.label.product_name', 'sort' => true, 'roles' => [], ], "product_images" => [ "key" => "product_images", "type" => "text", "label" => 'eee::order_product_relation.label.product_images', 'sort' => true, 'roles' => [], ], "product_category" => [ "key" => "product_category", "type" => "text", "label" => 'eee::order_product_relation.label.product_category', 'sort' => true, 'roles' => [], ], "product_unspsc" => [ "key" => "product_unspsc", "type" => "text", "label" => 'eee::order_product_relation.label.product_unspsc', 'sort' => true, 'roles' => [], ], "product_status" => [ "key" => "product_status", "type" => "text", "label" => 'eee::order_product_relation.label.product_status', 'sort' => true, 'roles' => [], ], "replaced_status" => [ "key" => "replaced_status", "type" => "text", "label" => 'eee::order_product_relation.label.replaced_status', 'sort' => true, 'roles' => [], ], "replaced_item" => [ "key" => "replaced_item", "type" => "text", "label" => 'eee::order_product_relation.label.replaced_item', 'sort' => true, 'roles' => [], ], "received" => [ "key" => "received", "type" => "text", "label" => 'eee::order_product_relation.label.received', 'sort' => true, 'roles' => [], ], "pending" => [ "key" => "pending", "type" => "text", "label" => 'eee::order_product_relation.label.pending', 'sort' => true, 'roles' => [], ], "notes" => [ "key" => "notes", "type" => "text", "label" => 'eee::order_product_relation.label.notes', 'sort' => true, 'roles' => [], ], "tax_amount" => [ "key" => "tax_amount", "type" => "text", "label" => 'eee::order_product_relation.label.tax_amount', 'sort' => true, 'roles' => [], ], "client_tax_amount" => [ "key" => "client_tax_amount", "type" => "text", "label" => 'eee::order_product_relation.label.client_tax_amount', 'sort' => true, 'roles' => [], ], "company_tax_amount" => [ "key" => "company_tax_amount", "type" => "text", "label" => 'eee::order_product_relation.label.company_tax_amount', 'sort' => true, 'roles' => [], ], "client_tax_dropped" => [ "key" => "client_tax_dropped", "type" => "text", "label" => 'eee::order_product_relation.label.client_tax_dropped', 'sort' => true, 'roles' => [], ], "company_tax_dropped" => [ "key" => "company_tax_dropped", "type" => "text", "label" => 'eee::order_product_relation.label.company_tax_dropped', 'sort' => true, 'roles' => [], ], "tax_dropped" => [ "key" => "tax_dropped", "type" => "text", "label" => 'eee::order_product_relation.label.tax_dropped', 'sort' => true, 'roles' => [], ], "tax_rate" => [ "key" => "tax_rate", "type" => "text", "label" => 'eee::order_product_relation.label.tax_rate', 'sort' => true, 'roles' => [], ], "tax_free" => [ "key" => "tax_free", "type" => "text", "label" => 'eee::order_product_relation.label.tax_free', 'sort' => true, 'roles' => [], ], "minimum_order_qty" => [ "key" => "minimum_order_qty", "type" => "text", "label" => 'eee::order_product_relation.label.minimum_order_qty', 'sort' => true, 'roles' => [], ], "margin" => [ "key" => "margin", "type" => "text", "label" => 'eee::order_product_relation.label.margin', 'sort' => true, 'roles' => [], ], "margin_total" => [ "key" => "margin_total", "type" => "text", "label" => 'eee::order_product_relation.label.margin_total', 'sort' => true, 'roles' => [], ], ], 'form' => [ 'company_id' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.company_id', "placeholder" => 'eee::order_product_relation.placeholder.company_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'seller_company_id' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.seller_company_id', "placeholder" => 'eee::order_product_relation.placeholder.seller_company_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'order_id' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.order_id', "placeholder" => 'eee::order_product_relation.placeholder.order_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'product_id' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.product_id', "placeholder" => 'eee::order_product_relation.placeholder.product_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'allocate_id' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.allocate_id', "placeholder" => 'eee::order_product_relation.placeholder.allocate_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'po_line_number' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.po_line_number', "placeholder" => 'eee::order_product_relation.placeholder.po_line_number', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'seller_id' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.seller_id', "placeholder" => 'eee::order_product_relation.placeholder.seller_id', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'quantity' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.quantity', "placeholder" => 'eee::order_product_relation.placeholder.quantity', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'cost_price' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.cost_price', "placeholder" => 'eee::order_product_relation.placeholder.cost_price', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'total_cost_price' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.total_cost_price', "placeholder" => 'eee::order_product_relation.placeholder.total_cost_price', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'unit_price' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.unit_price', "placeholder" => 'eee::order_product_relation.placeholder.unit_price', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'total_price' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.total_price', "placeholder" => 'eee::order_product_relation.placeholder.total_price', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'reduced_quantity' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.reduced_quantity', "placeholder" => 'eee::order_product_relation.placeholder.reduced_quantity', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'quantity_dropped' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.quantity_dropped', "placeholder" => 'eee::order_product_relation.placeholder.quantity_dropped', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'quantity_updated' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.quantity_updated', "placeholder" => 'eee::order_product_relation.placeholder.quantity_updated', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'price_dropped' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.price_dropped', "placeholder" => 'eee::order_product_relation.placeholder.price_dropped', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'cost_price_dropped' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.cost_price_dropped', "placeholder" => 'eee::order_product_relation.placeholder.cost_price_dropped', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'company_price_dropped' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.company_price_dropped', "placeholder" => 'eee::order_product_relation.placeholder.company_price_dropped', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'client_price_dropped' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.client_price_dropped', "placeholder" => 'eee::order_product_relation.placeholder.client_price_dropped', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'company_split_amount' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.company_split_amount', "placeholder" => 'eee::order_product_relation.placeholder.company_split_amount', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'client_split_amount' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.client_split_amount', "placeholder" => 'eee::order_product_relation.placeholder.client_split_amount', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'company_split_total_amount' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.company_split_total_amount', "placeholder" => 'eee::order_product_relation.placeholder.company_split_total_amount', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'client_split_total_amount' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.client_split_total_amount', "placeholder" => 'eee::order_product_relation.placeholder.client_split_total_amount', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'product_name' => [ "element" => 'text', "type" => 'text', "label" => 'eee::order_product_relation.label.product_name', "placeholder" => 'eee::order_product_relation.placeholder.product_name', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'product_images' => [ "element" => 'text', "type" => 'text', "label" => 'eee::order_product_relation.label.product_images', "placeholder" => 'eee::order_product_relation.placeholder.product_images', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'product_category' => [ "element" => 'text', "type" => 'text', "label" => 'eee::order_product_relation.label.product_category', "placeholder" => 'eee::order_product_relation.placeholder.product_category', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'product_unspsc' => [ "element" => 'text', "type" => 'text', "label" => 'eee::order_product_relation.label.product_unspsc', "placeholder" => 'eee::order_product_relation.placeholder.product_unspsc', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'product_status' => [ "element" => 'radios', "type" => 'radios', "label" => 'eee::order_product_relation.label.product_status', "placeholder" => 'eee::order_product_relation.placeholder.product_status', "rules" => '', "options" => function(){ return []; }, "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'replaced_status' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.replaced_status', "placeholder" => 'eee::order_product_relation.placeholder.replaced_status', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'replaced_item' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.replaced_item', "placeholder" => 'eee::order_product_relation.placeholder.replaced_item', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'received' => [ "element" => 'text', "type" => 'text', "label" => 'eee::order_product_relation.label.received', "placeholder" => 'eee::order_product_relation.placeholder.received', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'pending' => [ "element" => 'text', "type" => 'text', "label" => 'eee::order_product_relation.label.pending', "placeholder" => 'eee::order_product_relation.placeholder.pending', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'notes' => [ "element" => 'text', "type" => 'text', "label" => 'eee::order_product_relation.label.notes', "placeholder" => 'eee::order_product_relation.placeholder.notes', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'tax_amount' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.tax_amount', "placeholder" => 'eee::order_product_relation.placeholder.tax_amount', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'client_tax_amount' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.client_tax_amount', "placeholder" => 'eee::order_product_relation.placeholder.client_tax_amount', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'company_tax_amount' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.company_tax_amount', "placeholder" => 'eee::order_product_relation.placeholder.company_tax_amount', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'client_tax_dropped' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.client_tax_dropped', "placeholder" => 'eee::order_product_relation.placeholder.client_tax_dropped', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'company_tax_dropped' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.company_tax_dropped', "placeholder" => 'eee::order_product_relation.placeholder.company_tax_dropped', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'tax_dropped' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.tax_dropped', "placeholder" => 'eee::order_product_relation.placeholder.tax_dropped', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'tax_rate' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.tax_rate', "placeholder" => 'eee::order_product_relation.placeholder.tax_rate', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'tax_free' => [ "element" => 'radios', "type" => 'radios', "label" => 'eee::order_product_relation.label.tax_free', "placeholder" => 'eee::order_product_relation.placeholder.tax_free', "rules" => '', "options" => function(){ return []; }, "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'minimum_order_qty' => [ "element" => 'numeric', "type" => 'numeric', "label" => 'eee::order_product_relation.label.minimum_order_qty', "placeholder" => 'eee::order_product_relation.placeholder.minimum_order_qty', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'margin' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.margin', "placeholder" => 'eee::order_product_relation.placeholder.margin', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], 'margin_total' => [ "element" => 'decimal', "type" => 'decimal', "label" => 'eee::order_product_relation.label.margin_total', "placeholder" => 'eee::order_product_relation.placeholder.margin_total', "rules" => '', "group" => "main", "section" => "first", "col" => "6", "append" => null, "prepend" => null, "roles" => [], "attributes" => [ 'wrapper' => [], "label" => [], "element" => [], ], ], ], 'urls' => [ 'new' => [ 'url' => 'eee/order_product_relation/new', 'method' => 'GET', ], 'create' => [ 'url' => 'eee/order_product_relation/create', 'method' => 'GET', ], 'store' => [ 'url' => 'eee/order_product_relation', 'method' => 'POST', ], 'update' => [ 'url' => 'eee/order_product_relation', 'method' => 'PUT', ], 'list' => [ 'url' => 'eee/order_product_relation', 'method' => 'GET', ], 'delete' => [ 'url' => 'eee/order_product_relation', 'method' => 'DELETE', ], ], 'order' => [ 'created_at' => 'eee::order_product_relation.label.created_at', 'name' => 'eee::order_product_relation.label.name', 'status' => 'eee::order_product_relation.label.status', ], 'groups' => [ 'main' => 'eee::order_product_relation.groups.main', 'details' => 'eee::order_product_relation.groups.details', 'images' => 'eee::order_product_relation.groups.images', 'settings' => 'eee::order_product_relation.groups.settings', ], 'controller' => [ 'provider' => 'Order', 'package' => 'Eee', 'module' => 'OrderProductRelation', ], ];