'Drcrnote', 'names' => 'Drcrnotes', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Drcrnotes', 'sub' => 'Drcrnotes' ], /** * 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' => [ 'mode' => [ [ 'key' => 'Cash', 'value' => 'Cash', 'text' => 'Cash', ], [ 'key' => 'Cheque', 'value' => 'Cheque', 'text' => 'Cheque', ], [ 'key' => 'Debit Card', 'value' => 'Debit Card', 'text' => 'Debit Card', ], [ 'key' => 'Credit Card', 'value' => 'Credit Card', 'text' => 'Credit Card', ], [ 'key' => 'Wire Transfer', 'value' => 'Wire Transfer', 'text' => 'Wire Transfer', ], [ 'key' => 'Adjusted Against Invoice', 'value' => 'Adjusted Against Invoice', 'text' => 'Adjusted Against Invoice', ], ], 'status' => [ [ 'key' => 'Draft', 'value' => 'Draft', 'text' => 'Draft', ], [ 'key' => 'Completed', 'value' => 'Completed', 'text' => 'Completed', ], [ 'key' => 'Approved', 'value' => 'Approved', 'text' => 'Approved', ], [ 'key' => 'Posted', 'value' => 'Posted', 'text' => 'Posted', ], [ 'key' => 'Cancelled', 'value' => 'Cancelled', 'text' => 'Cancelled', ], [ 'key' => 'Deleted', 'value' => 'Deleted', 'text' => 'Deleted', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'company_id' => 'Please enter company id', 'customer_id' => 'Please enter customer id', 'supplier_id' => 'Please enter supplier id', 'email' => 'Please enter email', 'billing_address' => 'Please enter billing address', 'ref' => 'Please enter ref', 'code' => 'Please enter code', 'serial_no' => 'Please enter serial no', 'date' => 'Please select date', 'type' => 'Please enter type', 'mode' => 'Please select mode', 'amount' => 'Please enter amount', 'tax' => 'Please enter tax', 'currency' => 'Please enter currency', 'currency_rate' => 'Please enter currency rate', 'currency_amount' => 'Please enter currency amount', 'remarks' => 'Please enter remarks', 'description' => 'Please enter description', 'message_invoice' => 'Please enter message invoice', 'message_statement' => 'Please enter message statement', 'status' => 'Please select status', 'user_id' => 'Please enter user id', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', 'PRIMARY' => 'Please select PRIMARY', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'company_id' => 'Company id', 'customer_id' => 'Customer id', 'supplier_id' => 'Supplier id', 'email' => 'Email', 'billing_address' => 'Billing address', 'ref' => 'Ref', 'code' => 'Code', 'serial_no' => 'Serial no', 'date' => 'Date', 'type' => 'Type', 'mode' => 'Mode', 'amount' => 'Amount', 'tax' => 'Tax', 'currency' => 'Currency', 'currency_rate' => 'Currency rate', 'currency_amount' => 'Currency amount', 'remarks' => 'Remarks', 'description' => 'Description', 'message_invoice' => 'Message invoice', 'message_statement' => 'Message statement', 'status' => 'Status', 'user_id' => 'User id', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', 'PRIMARY' => 'PRIMARY', ], /** * Label for workflows. */ 'workflow' => [ 'submit' => [ 'label' => 'Submit', 'icon' => 'save', 'varient' => 'outline', ], 'approve' => [ 'label' => 'Approve', 'icon' => 'save', 'varient' => 'outline', ], 'reject' => [ 'label' => 'Reject', 'icon' => 'save', 'varient' => 'danger', ], 'publish' => [ 'label' => 'Publish', 'icon' => 'save', 'varient' => 'outline', ], 'unpublish' => [ 'label' => 'Unpublish', 'icon' => 'save', 'varient' => 'outline', ], 'archive' => [ 'label' => 'Archive', 'icon' => 'save', 'varient' => 'danger', ], 'unarchive' => [ 'label' => 'Unarchive', 'icon' => 'save', 'varient' => 'outline', ], ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];