'OrderProductRelation', 'names' => 'OrderProductRelations', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'OrderProductRelations', 'sub' => 'OrderProductRelations' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'product_status' => [], 'tax_free' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'company_id' => 'Please enter company id', 'seller_company_id' => 'Please enter seller company id', 'order_id' => 'Please enter order id', 'product_id' => 'Please enter product id', 'user_id' => 'Please enter user id', 'allocate_id' => 'Please enter allocate id', 'po_line_number' => 'Please enter po line number', 'seller_id' => 'Please enter seller id', 'quantity' => 'Please enter quantity', 'cost_price' => 'Please enter cost price', 'total_cost_price' => 'Please enter total cost price', 'unit_price' => 'Please enter unit price', 'total_price' => 'Please enter total price', 'reduced_quantity' => 'Please enter reduced quantity', 'quantity_dropped' => 'Please enter quantity dropped', 'quantity_updated' => 'Please enter quantity updated', 'price_dropped' => 'Please enter price dropped', 'cost_price_dropped' => 'Please enter cost price dropped', 'company_price_dropped' => 'Please enter company price dropped', 'client_price_dropped' => 'Please enter client price dropped', 'company_split_amount' => 'Please enter company split amount', 'client_split_amount' => 'Please enter client split amount', 'company_split_total_amount' => 'Please enter company split total amount', 'client_split_total_amount' => 'Please enter client split total amount', 'product_name' => 'Please enter product name', 'product_images' => 'Please enter product images', 'product_category' => 'Please enter product category', 'product_unspsc' => 'Please enter product unspsc', 'product_status' => 'Please select product status', 'replaced_status' => 'Please enter replaced status', 'replaced_item' => 'Please enter replaced item', 'received' => 'Please enter received', 'pending' => 'Please enter pending', 'notes' => 'Please enter notes', 'tax_amount' => 'Please enter tax amount', 'client_tax_amount' => 'Please enter client tax amount', 'company_tax_amount' => 'Please enter company tax amount', 'client_tax_dropped' => 'Please enter client tax dropped', 'company_tax_dropped' => 'Please enter company tax dropped', 'tax_dropped' => 'Please enter tax dropped', 'tax_rate' => 'Please enter tax rate', 'tax_free' => 'Please select tax free', 'minimum_order_qty' => 'Please enter minimum order qty', 'margin' => 'Please enter margin', 'margin_total' => 'Please enter margin total', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'company_id' => 'Company id', 'seller_company_id' => 'Seller company id', 'order_id' => 'Order id', 'product_id' => 'Product id', 'user_id' => 'User id', 'allocate_id' => 'Allocate id', 'po_line_number' => 'Po line number', 'seller_id' => 'Seller id', 'quantity' => 'Quantity', 'cost_price' => 'Cost price', 'total_cost_price' => 'Total cost price', 'unit_price' => 'Unit price', 'total_price' => 'Total price', 'reduced_quantity' => 'Reduced quantity', 'quantity_dropped' => 'Quantity dropped', 'quantity_updated' => 'Quantity updated', 'price_dropped' => 'Price dropped', 'cost_price_dropped' => 'Cost price dropped', 'company_price_dropped' => 'Company price dropped', 'client_price_dropped' => 'Client price dropped', 'company_split_amount' => 'Company split amount', 'client_split_amount' => 'Client split amount', 'company_split_total_amount' => 'Company split total amount', 'client_split_total_amount' => 'Client split total amount', 'product_name' => 'Product name', 'product_images' => 'Product images', 'product_category' => 'Product category', 'product_unspsc' => 'Product unspsc', 'product_status' => 'Product status', 'replaced_status' => 'Replaced status', 'replaced_item' => 'Replaced item', 'received' => 'Received', 'pending' => 'Pending', 'notes' => 'Notes', 'tax_amount' => 'Tax amount', 'client_tax_amount' => 'Client tax amount', 'company_tax_amount' => 'Company tax amount', 'client_tax_dropped' => 'Client tax dropped', 'company_tax_dropped' => 'Company tax dropped', 'tax_dropped' => 'Tax dropped', 'tax_rate' => 'Tax rate', 'tax_free' => 'Tax free', 'minimum_order_qty' => 'Minimum order qty', 'margin' => 'Margin', 'margin_total' => 'Margin total', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];