'Payrec', 'names' => 'Payrecs', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Payrecs', 'sub' => 'Payrecs' ], /** * 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' => 'Bank Tranfer', 'value' => 'Bank Tranfer', 'text' => 'Bank Tranfer', ], [ 'key' => 'Wire Transfer', 'value' => 'Wire Transfer', 'text' => 'Wire Transfer', ], [ 'key' => 'Bank Transfer', 'value' => 'Bank Transfer', 'text' => 'Bank Transfer', ], [ 'key' => 'Credit Card', 'value' => 'Credit Card', 'text' => 'Credit Card', ], [ 'key' => 'Debit Card', 'value' => 'Debit Card', 'text' => 'Debit Card', ], [ 'key' => 'Unknown', 'value' => 'Unknown', 'text' => 'Unknown', ], ], 'cheque_status' => [ [ 'key' => 'Pending', 'value' => 'Pending', 'text' => 'Pending', ], [ 'key' => 'Cleared', 'value' => 'Cleared', 'text' => 'Cleared', ], [ 'key' => 'Hold', 'value' => 'Hold', 'text' => 'Hold', ], ], 'deal_customer_type' => [ [ 'key' => 'Buyer', 'value' => 'Buyer', 'text' => 'Buyer', ], [ 'key' => 'Seller', 'value' => 'Seller', 'text' => 'Seller', ], [ 'key' => 'Conveyancing', 'value' => 'Conveyancing', 'text' => 'Conveyancing', ], [ 'key' => 'Both', 'value' => 'Both', 'text' => 'Both', ], ], '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' => 'Paid', 'value' => 'Paid', 'text' => 'Paid', ], [ 'key' => 'Deleted', 'value' => 'Deleted', 'text' => 'Deleted', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'company_id' => 'Please enter company id', 'team_id' => 'Please enter team id', 'payrecable_id' => 'Please enter payrecable id', 'payrecable_type' => 'Please enter payrecable type', 'invoice_type' => 'Please enter invoice type', 'customer_id' => 'Please enter customer id', 'supplier_id' => 'Please enter supplier id', 'agent_id' => 'Please enter agent id', 'deal_id' => 'Please enter deal id', 'coa_id' => 'Please enter coa id', 'customer_name' => 'Please enter customer name', 'supplier_name' => 'Please enter supplier name', 'coa_name' => 'Please enter coa name', 'ref' => 'Please enter ref', 'project_name' => 'Please enter project name', 'building' => 'Please enter building', 'project_price' => 'Please enter project price', 'unit' => 'Please enter unit', 'mode' => 'Please select mode', 'date' => 'Please select date', 'currency' => 'Please enter currency', 'currency_rate' => 'Please enter currency rate', 'currency_amount' => 'Please enter currency amount', 'bank_id' => 'Please enter bank id', 'cheque_bank' => 'Please enter cheque bank', 'cheque_no' => 'Please enter cheque no', 'cheque_date' => 'Please select cheque date', 'cheque_clear_date' => 'Please select cheque clear date', 'cheque_status' => 'Please select cheque status', 'deal_customer_type' => 'Please select deal customer type', 'payment' => 'Please enter payment', 'receipt' => 'Please enter receipt', 'tax' => 'Please enter tax', 'remarks' => 'Please enter remarks', 'details' => 'Please enter details', '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', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'company_id' => 'Company id', 'team_id' => 'Team id', 'payrecable_id' => 'Payrecable id', 'payrecable_type' => 'Payrecable type', 'invoice_type' => 'Invoice type', 'customer_id' => 'Customer id', 'supplier_id' => 'Supplier id', 'agent_id' => 'Agent id', 'deal_id' => 'Deal id', 'coa_id' => 'Coa id', 'customer_name' => 'Customer name', 'supplier_name' => 'Supplier name', 'coa_name' => 'Coa name', 'ref' => 'Ref', 'project_name' => 'Project name', 'building' => 'Building', 'project_price' => 'Project price', 'unit' => 'Unit', 'mode' => 'Mode', 'date' => 'Date', 'currency' => 'Currency', 'currency_rate' => 'Currency rate', 'currency_amount' => 'Currency amount', 'bank_id' => 'Bank id', 'cheque_bank' => 'Cheque bank', 'cheque_no' => 'Cheque no', 'cheque_date' => 'Cheque date', 'cheque_clear_date' => 'Cheque clear date', 'cheque_status' => 'Cheque status', 'deal_customer_type' => 'Deal customer type', 'payment' => 'Payment', 'receipt' => 'Receipt', 'tax' => 'Tax', 'remarks' => 'Remarks', 'details' => 'Details', 'status' => 'Status', 'user_id' => 'User id', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * 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', ], ], ];