All in One Time Clock Lite

WARNING!! Permalinks have to be set to anything other than default for the Timeclock to work properly. We recommend you user the Post Name setting.
Configure Permalinks
'; } if ($_GET['job'] == "create_timeclock_page") { $tc_page = aio_check_tc_shortcode_lite(); if ($tc_page == null) { $my_post = array( 'post_type' => 'page', 'post_title' => 'Time Clock', 'post_status' => 'publish', 'post_content' => '[show_aio_time_clock_lite]', 'comment_status' => 'closed', 'post_author' => $current_user->ID ); // Insert the post into the database $new_post_id = wp_insert_post($my_post); } echo '
'; if ($new_post_id != null) { echo 'TimeClock Page Created Sucessfully
'; echo ' View Page'; } else { echo 'Something went wrong. Timeclock was not created successfully. '; if ($tc_page != null) { echo 'You already have a TimeClock page created.
'; echo ' View Page'; } } echo '
'; } if ($_GET['job'] == "create_eprofile_page") { $eprofile_page = check_eprofile_shortcode(); if ($eprofile_page == null) { $my_post = array( 'post_type' => 'page', 'post_title' => 'Employee Profile', 'post_status' => 'publish', 'post_content' => '[show_aio_employee_profile]', 'comment_status' => 'closed', 'post_author' => 1 ); // Insert the post into the database $new_eprofile_id = wp_insert_post($my_post); } echo '
'; if ($new_eprofile_id != null) { echo 'Employee Profile Page Created Sucessfully
'; echo ' View Page'; } else { echo 'Something went wrong. Employee Profile Page was not created successfully. '; if ($eprofile_page != null) { echo 'You already have a Employee Profile page created.
'; echo ' View Page'; } } echo '
'; } ?>

General Settings

Company Name: The company name associated with this Account
Enable Employee Wage Management: />Enabled />Disabled This allows you to track wages as well as time. Making your reports and graphs much more valuable
TimeClock: View Page'; echo ' Edit Page'; } else { echo 'Timeclock page not found. Create one? '; } ?> Where employees can clock in and out of their shifts.
Employee Profile: Available in Pro Profile where employees can access their shifts.
Redirect Employees to Time Clock Page: />Enabled />Disabled If a user with the role 'Employee' logs in. They will be redirected to the time clock page.
Show Employee Avatar: Available in Pro When enabled, avatar will display on time clock page
Current Department On Reports: />Enabled />Disabled Shows the current department of the employee on the reports instead of the department recorded on the shift.
TimeZone: This allows you to track wages as well as time. Making your reports and graphs much more valuable
Enable Location: Available in Pro When enabled, employees can select the location they are clocking in at.
Show Shift Notes on Report Page: Available in Pro Adds a column on the reports page for the shift notes
Need Help?'; $sad_puppy = plugins_url('/images/sadpuppy.jpg', __FILE__); echo '
'; echo '

Visit this link and we\'ll get you on your way. Get Support

'; } if ($tab == "get_pro") { echo '
'; echo '

AIO Time Clock Pro

'; echo '
'; echo '

Some Pro Features Include:

'; echo '

Learn More about Pro

'; echo '
'; } ?>