'InvoiceDetail', 'names' => 'InvoiceDetails', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'InvoiceDetails', 'sub' => 'InvoiceDetails' ], /** * 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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'invoice_id' => 'Please enter invoice id', 'product_id' => 'Please enter product id', 'coa_id' => 'Please enter coa id', 'costcenter_id' => 'Please enter costcenter id', 'price' => 'Please enter price', 'tax' => 'Please enter tax', 'tax_amount' => 'Please enter tax amount', 'qty' => 'Please enter qty', 'total' => 'Please enter total', 'total_usd' => 'Please enter total usd', 'description' => 'Please enter description', 'sort_order' => 'Please enter sort order', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'invoice_id' => 'Invoice id', 'product_id' => 'Product id', 'coa_id' => 'Coa id', 'costcenter_id' => 'Costcenter id', 'price' => 'Price', 'tax' => 'Tax', 'tax_amount' => 'Tax amount', 'qty' => 'Qty', 'total' => 'Total', 'total_usd' => 'Total usd', 'description' => 'Description', 'sort_order' => 'Sort order', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];