'Payroll', 'names' => 'Payrolls', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Payrolls', 'sub' => 'Payrolls' ], /** * 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', 'ref' => 'Please enter ref', 'date' => 'Please select date', 'cutoff_date' => 'Please select cutoff date', 'employee_id' => 'Please enter employee id', 'certificate_no' => 'Please enter certificate no', 'commission' => 'Please enter commission', 'conveyancing' => 'Please enter conveyancing', 'gross_salary' => 'Please enter gross salary', 'salary' => 'Please enter salary', 'days_worked' => 'Please enter days worked', 'unpaid_leaves' => 'Please enter unpaid leaves', 'additions' => 'Please enter additions', 'deductions' => 'Please enter deductions', 'payment_mode' => 'Please enter payment mode', 'net_payment' => 'Please enter net payment', 'payment_wps' => 'Please enter payment wps', 'payment_cheque' => 'Please enter payment cheque', 'payment_cash' => 'Please enter payment cash', 'payment_others' => 'Please enter payment others', 'balance' => 'Please enter balance', 'previous_balance' => 'Please enter previous balance', 'description' => 'Please enter description', 'documents' => 'Please enter documents', 'notes' => 'Please enter notes', 'user_id' => 'Please enter user id', 'created_id' => 'Please enter created 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', 'ref' => 'Ref', 'date' => 'Date', 'cutoff_date' => 'Cutoff date', 'employee_id' => 'Employee id', 'certificate_no' => 'Certificate no', 'commission' => 'Commission', 'conveyancing' => 'Conveyancing', 'gross_salary' => 'Gross salary', 'salary' => 'Salary', 'days_worked' => 'Days worked', 'unpaid_leaves' => 'Unpaid leaves', 'additions' => 'Additions', 'deductions' => 'Deductions', 'payment_mode' => 'Payment mode', 'net_payment' => 'Net payment', 'payment_wps' => 'Payment wps', 'payment_cheque' => 'Payment cheque', 'payment_cash' => 'Payment cash', 'payment_others' => 'Payment others', 'balance' => 'Balance', 'previous_balance' => 'Previous balance', 'description' => 'Description', 'documents' => 'Documents', 'notes' => 'Notes', 'user_id' => 'User id', 'created_id' => 'Created id', 'user_type' => 'User type', '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', ], ], ];