As of version 1.4.0, Business Manager offers a way for employees to have individual login accounts and permission-based access to features of the plugin. Please read the following article to learn: How to Create Login Accounts for Employees How to Assign a User to an Employee and Control Access What the Access Levels for Each …
Continue reading “Employee Login Accounts and Access”
business_manager_menu business_manager_settings_tabs business_manager_XXX_settings_fields business_manager_XXX_post_type_args business_manager_columns_XXX business_manager_datepicker_format business_manager_dropdown_employment_type business_manager_dropdown_employment_status business_manager_dropdown_marital_status business_manager_dropdown_ratings business_manager_dropdown_leave_type business_manager_dropdown_leave_status business_manager_dropdown_percentages business_manager_upload_dir business_manager_menu Returns an array Used to modify or add new submenu items to the Business Manager menu in the sidebar. add_filter( ‘business_manager_menu’, ‘example_function_for_menu’, 10, 1 ); function example_function_for_menu( $submenu ) { print( $submenu ); //print the return value return $submenu; } …
Continue reading “Filters”
Tasks Tasks are designed to mimic a Kanban board. This is a work and workflow visualization tool that enables you to optimize the flow of your work. Physical Kanban boards typically use sticky notes on a whiteboard to communicate status, progress, and issues. You move the most important boards and tasks to the LEFT. See Kanban …
Continue reading “Projects Overview”
The client management section allows your business to keep detailed client data and centralize the information you have for your clients. Below is an overview of the ‘Clients’ section of Business Manager and details how to add, edit and delete clients. Because Business Manager uses custom post types and other standard WordPress interfaces, managing clients …
Continue reading “Clients Overview”
Business Manager provides a complete employee and HR management solution for WordPress that allows your business to keep detailed personnel files, manage employee leave, carry out performance reviews and plenty more. Adding employees is the first step in using Business manager as employees are an integral part of the system. When you add an employee, …
Continue reading “Employees Overview”
Minimum Requirements Before installing Business Manager, you should check that your hosting environment is running at least: WordPress version 4.4 or greater PHP version 5.3 or greater MySQL version 5.6 or greater A WordPress memory limit of 128 MB or greater Installing If you have an existing website with WordPress installed, then using the WordPress …
Continue reading “Installation”
Easily add custom fields to the Business Manager plugin. Because Business Manager uses custom post types and other standard WordPress interfaces, managing custom fields is much the same as managing pages or posts. Adding a new custom field Navigate to Business Manager > Custom Fields (which appears in the Business Manager menu beneath Settings) …
Continue reading “Custom Fields”
With the Asset Manager extension you can easily track such things as purchase date, purchase price, warranty information, service information, the location of the asset, who is in possession of the asset, notes and more. Add unlimited assets and include information such as name/title, model number, serial number and status of the asset. It is …
Continue reading “Asset Manager”