<? endif; ?>
<link rel="stylesheet" href="/css/proven.responsive.min.css?<?= filemtime(__DIR__.'/../../webroot/css/proven.responsive.min.css'); ?>" type="text/css" />
$viewFile = '/var/app/current/app/View/Layouts/responsive.ctp' $dataForView = array( 'search_text' => '', 'search_location' => '', 'show_thank_you' => (int) 0, 'similar_jobs' => array( (int) 0 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 1 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 2 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 3 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ), (int) 4 => array( 'Employer' => array( [maximum depth reached] ), 'UtZipcode' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'EmployersJob' => array( [maximum depth reached] ) ) ), 'title_for_layout' => 'Line cook, sandwich and wrap maker at Roses home cookin', 'metatag_description' => 'Line cook, sandwich and wrap makerRoses home cookin at Proven', 'unique_name' => 'roses-home-cookin-salem-nh', 'reference_number' => '52555', 'mobile_image' => '', 'display_company_title' => 'Jobs at Roses home cookin', 'employer' => array( 'EmployersJob' => array( 'id' => '43528', 'employer_id' => '29416', 'ats_url' => '', 'url' => '', 'title' => 'Line cook, sandwich and wrap maker', 'craigslist_city' => '', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => '', 'open' => '1', 'post_date' => '2018-08-20 01:13:27', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '03079', 'description' => '<p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p>', 'unique_name' => '', 'created_date' => '2018-08-20 01:12:37' ), 'Employer' => array( 'lat' => '42.79040146', 'lon' => '-71.21980286', 'id' => '29416', 'company_name' => 'Roses home cookin', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '700320', 'zipcode' => '03079', 'city' => 'Salem', 'street_address' => '', 'street_address2' => null, 'state' => 'NH' ), 'UtZipcode' => array( 'zipcode' => '03079', 'city' => 'Salem', 'state_prefix' => 'NH' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ), 'is_swinomish' => false, 'is_hiring' => (int) 1, 'page' => '', 'success' => (int) 0, 'broadcast' => (int) 0, 'external_job_board' => '', 'is_worker' => false, 'isMobile' => false, 'isWorker' => false, 'isSales' => false, 'isEducator' => false, 'adminLoggedIn' => false, 'isEmployer' => false, 'loggedIn' => false, 'isFacebookAppUser' => false, 'campaign' => 'NONE', 'content_for_layout' => ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Line cook, sandwich and wrap maker"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/43528?ref=52555"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. "/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/43528?ref=52555", "title": "Line cook, sandwich and wrap maker", "description": "<p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p>", "datePosted": "2018-08-20T01:13:27+00:00", "hiringOrganization": { "@type": "Organization", "name": "Roses home cookin", "sameAs": "https://www.proven.com/employers/publicPage/29416" }, "identifier": { "@type": "PropertyValue", "name": "Roses home cookin", "value": "29416" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Salem", "addressRegion": "NH" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/43528"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">43528</span> <span class="hide" id="referencenumber">52555</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Line cook, sandwich and wrap maker</h1> <p class="small-bottom-border"> Roses home cookin </p> <div class="date-location">Aug 19, 2018 - Salem, NH</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+43528-w@hireproven.com">jobs+43528-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:29416/job_id:43528", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=43528"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/29416/43528" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div id="job-description"> <p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p> </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=60c4758f198c73ece978116c1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Tewksbury%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A4y7i1KKm%252BJ54vPLA%253ARbxC3KLoDQKE0Pl7RIP9Rg%253D%253D%253Ai%252BBQu0XFULii4A3BRW4xDQSY0f9RcSUeYN%252F9bXgFEqvM%252FsbPdLmd%252FocisgQymoC2QLv7GP34yPp6sumOjWwlHWsp%252FTBaTF8d8KprcydBDeBBnr6r%252BZ0CkXWbHVxzycLMUUDzscMBMIkQ1tuxboY%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-26796516196/" class="blue-link" target="_blank">KFC - Shift Leader</a></p> <p class="similar-job-company">KFC - <span class="text-muted">Tewksbury, MA</span></p> <p class="text-muted similar-job-date"> 3 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=6472a71d05ac73eca215384d1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Byfield%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Ar8PPQKcZx7HyOpxa%253AUvSJ1274YDkxc%252FH3VKdAAw%253D%253D%253AVsHm0UZRmQyPMYmt%252FY525%252BRZCpKEUxoHYL%252FILURK8h3RtS761qJynCpisiZP3weuuNZ44ith5SyrA1wQAgR3LkrGLhHClBIsecGYIqrPpQdRqlVi8QggML0JaE%252Br%252FzuQc5CJDfjVDg1rUfVP9dI%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27751447171/" class="blue-link" target="_blank">Meat Cutter Full Time</a></p> <p class="similar-job-company">BJ's Wholesale Club - <span class="text-muted">Byfield, MA</span></p> <p class="text-muted similar-job-date"> 3 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=65d35c846c1c73ecb80a81db1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Haverhill%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A18YBdXC4GlGlTXtu%253AQBuRMZWEEF6UO7WRrTxU%252FA%253D%253D%253A4KF63cGO2NsFSrrkFa4AJXZgQgV%252BsP%252B3MiQFFhl2c5nbzzYoNYJVg2fQEPN9pHFVhULo3VpiI71nlMFOI0DNQWKWIEd2Gh%252F%252FIw0DMZve%252FBKOWvbljWr3rrbFi%252BAP3lq%252BnsxSGJlM67UoUX1YYcg%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27582059285/" class="blue-link" target="_blank">Restaurant Delivery</a></p> <p class="similar-job-company">DoorDash - <span class="text-muted">Haverhill, MA</span></p> <p class="text-muted similar-job-date"> 2 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=641fd92e8a4c73eca4c2db751&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Ab9z2n1bSwRcye6%252BG%253AMKMwEPOwGiRqP%252BBFFo12Fw%253D%253D%253ABumMVW5XQz6mQI61XGEv6aZf2D21QyjEkMGknSFDf68Qoi%252FLk81WVaehsV14E0jbFr0sUFV9pehxNbamWf118qTIKa5oFPHqQ9FEeXJ0I6HviJJCzzzi5vZaZgt5CA7tr%252Fsnerx8lMMKaHbGcGE%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27662294395/" class="blue-link" target="_blank">Side gig: Earn at least $3420 in your first 30.0 days, guaranteed.</a></p> <p class="similar-job-company">Uber - <span class="text-muted">Lawrence, MA</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=674adfdcce2c73ec9192b4511&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253ADhsvqbHsLrWynOHN%253AUi46uWAuKLW0HVOSb9ahDg%253D%253D%253AZu8so18knbb775R7sMuZTNcezCPCD7T89g4D3v6qjfRnuTwnMwmvAvRtsihT5f6Iq957T0jV8OwIurJh1pQX%252F4MY%252B98d9KWCOP66KwkRAr%252Bg1rygcKfKJcpq51Rw3HLQWOF13P0LyvkOX6dcBxg%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-26937720479/" class="blue-link" target="_blank">Home Care Licensed Practical Nurse (LPN) - $48-51/Hour - Lawrence, MA</a></p> <p class="similar-job-company">connectRN - <span class="text-muted">Lawrence, MA</span></p> <p class="text-muted similar-job-date"> 2 days ago </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' ) $search_text = '' $search_location = '' $show_thank_you = (int) 0 $similar_jobs = array( (int) 0 => array( 'Employer' => array( 'company_name' => 'KFC' ), 'UtZipcode' => array( 'city' => 'Tewksbury', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=60c4758f198c73ece978116c1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Tewksbury%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A4y7i1KKm%252BJ54vPLA%253ARbxC3KLoDQKE0Pl7RIP9Rg%253D%253D%253Ai%252BBQu0XFULii4A3BRW4xDQSY0f9RcSUeYN%252F9bXgFEqvM%252FsbPdLmd%252FocisgQymoC2QLv7GP34yPp6sumOjWwlHWsp%252FTBaTF8d8KprcydBDeBBnr6r%252BZ0CkXWbHVxzycLMUUDzscMBMIkQ1tuxboY%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-26796516196/', 'title' => 'KFC - Shift Leader', 'description' => '<p><strong>Description:</strong></p><p>At KFC, we feed the world. But we do more than fill people up. We fulfill their life. Our meals matter, and when we serve them with southern hospitality, we make our customer s day. So our jobs are more than a paycheck they re about being independent, having fun, and making new friends. If you re ready for a career in restaurant management, our Shift Supervisor position is the right place to start. Working as a Shift Supervisor lets you develop your management skills while still having the time to do the things you enjoy. You ll benefit from our training and career opportunities and receive reward and recognition for your efforts.</p><p><strong>Requirements:</strong></p><p>The good news is that your training will teach you everything you need to know to succeed on the job. But there are a few skills you should have from the get-go: - We have a GREAT culture at KFC and look for GREAT people to add to our family. You know who you are --honest, energetic and fun. Able to get along and talk easily with people. You re never short of a smile and take real pride in your work; cope well under pressure and thrive on a challenge. - A natural leader, you want to be captain because you can bring together a winning team.. You re all about teaching new things and motivating the team to work together. - You set high standards for yourself and the people you work with you love keeping things fun for the team and the customers. - You want to learn how to run great restaurants from the best restaurant managers in the business. - And, you re at least 18 years old with a valid driver s license, reliable transportation (not public transportation you may need to drive to make deposits for the restaurant sometimes) and a true desire to learn and grow.</p><p><strong>Additional Info:</strong></p><p>This job posting is for a position in a restaurant that is independently owned and operated by a franchisee. This means your application will be reviewed by the franchisee who will make any hiring decisions. If hired, the franchisee will be your employer and is alone responsible for any employment related matters. Keep in mind, this is just basic information. You ll find out more after you apply. And independently-owned franchised or licensed locations may have different requirements. We ve got great jobs for people just starting their careers, looking for a flexible second job or continuing to work after retirement. At KFC, what you do matters! If you want a fun, flexible job and be part of a winning team, find out now why Life Tastes Better with KFC. Apply today!</p>', 'post_date' => '2023-06-01T00:35:19Z' ) ), (int) 1 => array( 'Employer' => array( 'company_name' => 'BJ's Wholesale Club' ), 'UtZipcode' => array( 'city' => 'Byfield', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=6472a71d05ac73eca215384d1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Byfield%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Ar8PPQKcZx7HyOpxa%253AUvSJ1274YDkxc%252FH3VKdAAw%253D%253D%253AVsHm0UZRmQyPMYmt%252FY525%252BRZCpKEUxoHYL%252FILURK8h3RtS761qJynCpisiZP3weuuNZ44ith5SyrA1wQAgR3LkrGLhHClBIsecGYIqrPpQdRqlVi8QggML0JaE%252Br%252FzuQc5CJDfjVDg1rUfVP9dI%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27751447171/', 'title' => 'Meat Cutter Full Time', 'description' => '<p><i>Join a team of more than 30,000 team members, comprised of our Club Support Center and over 230 clubs and 7 distribution centers. We re committed to delivering value and convenience to our Members, helping them save every day on everything they need for their families and homes. BJ s Wholesale Club offers a collaborative, team environment where all team members can learn, grow and be themselves. </i></p><p></p><p><b>The Benefits of working at BJ s</b></p><p> BJ s pays weekly</p><p> Generous time off programs to support busy lifestyles* </p><p> o Vacation, Personal, Holiday, Sick, Bereavement Leave, Jury Duty</p><p> Benefit plans for your changing needs*</p><p> o Three medical plans**, Health Reimbursement Account (HRA), Health Savings Account (HSA), two dental plans, flexible spending</p><p></p><p>*eligibility requirements vary by position</p><p>**medical plans vary by location</p><p></p><p></p><p><b>Job Summary</b></p><p><span>Receives, rotates, cuts, wraps, and merchandises fresh and processed meats, including grinds. Assists in merchandising of seafood, prepared foods, cheeses and pre-packed deli and assists in the rotisserie chicken area and full service deli. Assists in meat selection and cuts special meat arrangements for Members. Maintains all sanitation and safety standards within the meat department. </span></p><p></p><p><b>T</b><b>eam Members:</b></p><ul><li>Carry out job functions and responsibilities as assigned. Support the application of club policies, procedures and compliance.</li><li> We strive for flawless execution and hold ourselves accountable . </li><li>Acts with honesty and integrity and lead with the member in mind to address any and all concerns and to escalate any concerns, as appropriate. </li><li>Ensure a safe and positive environment for our members and each other. </li><li>Embrace inclusion and diversity, by working together with collaboration and respect. Work as a team to achieve goals.</li><li> Move with speed and agility in everything we do.</li><li> Innovate and adapt so we can move as fast as the world around us.</li><li> Maintain a friendly and positive attitude.</li></ul><p><b> Members:</b></p><ul><li>Deliver service excellence through all points of contact. </li><li>Resolve and deescalate to address every member concern.</li><li> Ensure a safe and positive environment and experience for the members.</li><li> Daily commitment to GOLD Member Standards<ul><li>Greet, Anticipate, Appreciate (GAA)</li><li>Fast, Friendly Full, Fresh, Clean</li></ul></li></ul><p><b>Club Standards: Work as a team to deliver GOLD club standards daily.</b></p><ul><li> Work with commitment and pride to deliver GOLD- Grand opening look daily<ul><li>All items stocked and promotional plans executed</li><li>Maintain visible accurate signage</li><li>Clean and organized, inside and out</li></ul></li></ul><p><b>Know your Business:</b></p><ul><li>Understand how to access and read production and/or financial performance reporting for your department</li><li>See the connection between consistent execution and the positive impact it can have on the business</li></ul><p></p><p></p><p><b>Major Tasks, Responsibilities, and Key Accountabilities</b></p><ul><li>Engages and provides assistance to our Members by making recommendations along with answering questions regarding meat, poultry, and seafood. Prepares special cuts of meat ordered by Members.</li><li> Cuts, grinds, and/or processes fresh meats to company cutting standards. Weighs, packages, wraps, and labels cuts of meat, poultry, and seafood to company packaging standards.</li><li> Makes sure the meat case showcases all currently available products. Ensures the meat department maintains an appropriate level of inventory.</li><li> Ensures the meat, seafood, prepared foods, and cheese cases are fully stocked. Rotates meats, poultry, seafood, prepared foods, and cheeses according to expiration dates. Follows established guidelines when disposing of damaged and/or expired products.</li><li> Cleans and sanitizes all equipment, display fixtures, and areas in the meat department, including the meat cooler, freezer, and refrigerated display cases.</li><li> Inspects and stores meat upon delivery. Ensures that all received meats meet or exceed company quality standards.</li><li> Receives and unpacks meat, poultry, seafood, prepared foods, and cheeses in the meat cooler and freezer.</li><li> Maintains all club policies and procedures<span>.</span></li><li> Performs other duties as assigned, including placing orders and working in other departments as needed.</li><li> Maintains all club policies and procedures.</li><li> Performs other duties as assigned, including working in other departments as needed.</li><li> Regular, predictable, full attendance is an essential function of this job.</li></ul><p></p><p></p><p><b> Qualifications</b></p><ul><li>Completion of a training program/apprenticeship required.</li><li> Previous meat cutting experience required.</li><li> Knowledge of automatic/hand wrapping machines preferred.</li><li> At least 18 years of age.</li></ul><p></p><p><b> Environmental Job Conditions</b></p><ul><li>Most of the time is spent moving about on hard surfaces. There may be a need to occasionally position oneself to examine or scan merchandise, which may require bending, handling, pulling, reaching, and/or stooping.</li><li> Frequently requires lifting objects up to 30 pounds. May require lifting and moving heavy and/or awkward objects more than 30 pounds with assistance.</li><li> Located in a cooler area with frequent exposure to temperature extremes and loud noises. There may be occasional exposure to cleaning agents.</li></ul>', 'post_date' => '2023-06-01T00:37:09Z' ) ), (int) 2 => array( 'Employer' => array( 'company_name' => 'DoorDash' ), 'UtZipcode' => array( 'city' => 'Haverhill', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=65d35c846c1c73ecb80a81db1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Haverhill%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A18YBdXC4GlGlTXtu%253AQBuRMZWEEF6UO7WRrTxU%252FA%253D%253D%253A4KF63cGO2NsFSrrkFa4AJXZgQgV%252BsP%252B3MiQFFhl2c5nbzzYoNYJVg2fQEPN9pHFVhULo3VpiI71nlMFOI0DNQWKWIEd2Gh%252F%252FIw0DMZve%252FBKOWvbljWr3rrbFi%252BAP3lq%252BnsxSGJlM67UoUX1YYcg%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27582059285/', 'title' => 'Restaurant Delivery', 'description' => '<p><strong>Your time. Your Goals.</strong></p><p><strong>What is DoorDash</strong></p><p>Available in over 4,000 cities in the U.S, DoorDash connects local businesses and local drivers (called Dashers) with opportunities to earn, work, and live.</p><p><strong>As a Dasher</strong>, you can be your own boss and enjoy the flexibility of choosing when, where, and how much you earn. All you need is a mode of transportation (bike, car, scooter) and a smartphone to start making money. It s that simple. You can even sign up and begin working that same day. With Dasher Direct, you can also get paid the same day!</p><p><strong>Why deliver with DoorDash</strong></p><ul><li><strong>Choose your own hours:</strong> When and where you work is totally up to you.</li><li><strong>Freedom to dash anywhere:</strong> Deliver near your home or in a city you're just visiting.</li><li><strong>Easy to get started: </strong>Don't worry about car inspections or vehicle restrictions. Just sign up and receive everything you need to start earning.</li><li><strong>Receive deliveries right away: </strong>Once approved, log on to the Dasher app to receive nearby orders immediately.</li><li><strong>Know how much you'll make:</strong> Clear and concise pay model lets you know the minimum amount you will make before accepting any order</li><li><strong>Don t wait for pay: </strong>Get paid the same day you dash, automatically and with no deposit fee - ever.</li><li><strong>Earn extra money for your goals: </strong>Achieve your short-term goals or long-term dreams by driving or biking with DoorDash.</li></ul><p><strong>Sign Up Details</strong></p><p><strong>Requirements</strong></p><ul><li>18 or older</li><li>Any car, scooter, or bicycle (in select cities)</li><li>Driver's license number</li><li>Social security number (only in the US)</li><li>Final Step: consent to a background check</li></ul><p><strong>How to sign up</strong></p><ul><li>Click Apply Now and complete the sign up</li><li>Get the app and go</li></ul>', 'post_date' => '2023-06-02T00:50:52Z' ) ), (int) 3 => array( 'Employer' => array( 'company_name' => 'Uber' ), 'UtZipcode' => array( 'city' => 'Lawrence', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=641fd92e8a4c73eca4c2db751&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Ab9z2n1bSwRcye6%252BG%253AMKMwEPOwGiRqP%252BBFFo12Fw%253D%253D%253ABumMVW5XQz6mQI61XGEv6aZf2D21QyjEkMGknSFDf68Qoi%252FLk81WVaehsV14E0jbFr0sUFV9pehxNbamWf118qTIKa5oFPHqQ9FEeXJ0I6HviJJCzzzi5vZaZgt5CA7tr%252Fsnerx8lMMKaHbGcGE%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27662294395/', 'title' => 'Side gig: Earn at least $3420 in your first 30.0 days, guaranteed.', 'description' => '<p><strong>Earn at least $3420 if not more driving with Uber when you complete your first 230 trips in 30.0 days.</strong></p><p><strong>Why Uber?</strong></p><p>Driving is an easy way to boost your income while maintaining the flexibility your schedule requires (gig, part-time, full-time, seasonal, hourly, or temporary). Weekly incentives and guaranteed earnings will ensure first-time drivers succeed as they learn the ropes.</p><p><strong>What you need to know:</strong></p><ul><li><p><strong>Signup in seconds:</strong> Get started today and we ll provide support along the way.</p></li><li><p><strong>Get paid fast:</strong> Cash out up to 5X a day with Uber s Instant Pay.</p></li><li><p><strong>Guaranteed earnings:</strong> Earnings guaranteed for your first 230 trips with Uber.</p></li><li><p><strong>Flexible schedule:</strong> You control when and where you drive.</p></li><li><p><strong>24/7 support:</strong> The app gives you turn-by-turn directions, and access 24/7 support if you need help.</p></li></ul><p><strong>What you need to get started:</strong></p><ul><li><p>21 years old or older</p></li><li><p>A 4-door vehicle</p></li><li><p>A valid U.S. driver s license and vehicle insurance</p></li><li><p>At least one year of driving experience in the U.S. (3 years if you re under 23 years old)</p></li></ul><p><strong>Additional Information:</strong></p><p>If you have previous employment experience in transportation (such as a delivery driver, driver, professional driver, driving job, truck driver, heavy and tractor-trailer driver, cdl truck driver, class a or class b driver, local truck driver, company truck driver, taxi driver, taxi chauffeur, cab driver, cab chauffeur, taxi cab driver, transit bus driver, bus driver, coach bus driver, bus operator, shuttle driver, bus chauffeur) you might also consider driving with Uber and earn extra money. We also welcome drivers who have worked with other peer-to-peer ridesharing or driving networks. Drivers using the Uber platform come from all backgrounds and industries ranging from traditional driving and transportation industries to other industries. Driving with Uber is a great way to supplement your part time or full time income. Uber welcomes applicants year round - summer, winter, fall, spring, and holiday.</p><p><strong>Sign up to drive with Uber and earn $3420* if not more when you complete 230 trips in your first 30.0 days. Terms apply.</strong></p><p><strong>*This is a promotional offer and is only available to new drivers who have never previously signed up to drive or deliver with Uber; and complete the minimum trip threshold in their city within 30.0 days of signing up to drive. Any tips and promotions you make are on top of this amount. Limited time only. Offer and terms are subject to change. Click through to read full terms and conditions.</strong></p>', 'post_date' => '2023-06-02T19:29:50Z' ) ), (int) 4 => array( 'Employer' => array( 'company_name' => 'connectRN' ), 'UtZipcode' => array( 'city' => 'Lawrence', 'state_prefix' => 'MA' ), 'User' => array( 'unique_name' => '' ), 'EmployersJob' => array( 'anonymous_post' => (int) 0, 'open' => (int) 1, 'url' => 'https://www.jobs2careers.com/click.php?jid=674adfdcce2c73ec9192b4511&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253ADhsvqbHsLrWynOHN%253AUi46uWAuKLW0HVOSb9ahDg%253D%253D%253AZu8so18knbb775R7sMuZTNcezCPCD7T89g4D3v6qjfRnuTwnMwmvAvRtsihT5f6Iq957T0jV8OwIurJh1pQX%252F4MY%252B98d9KWCOP66KwkRAr%252Bg1rygcKfKJcpq51Rw3HLQWOF13P0LyvkOX6dcBxg%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-26937720479/', 'title' => 'Home Care Licensed Practical Nurse (LPN) - $48-51/Hour - Lawrence, MA', 'description' => '<p><b>connectRN</b> is an app created by a nurse, with nurses and aides needs in mind. Every day, <b>connectRN</b> helps thousands of nurses and aides find opportunities and share their stories with one another. </p><p>We re building a nationwide community of nurses and aides to help you:</p><ul><li><p>Take control of your schedule. Find shifts, apply easily and work as much as you want.</p></li><li><p>Get paid fast. Get your deposit the day after you work a shift with connectRN.</p></li><li><p>Connect with the community. Share stories, ideas, and questions with a thriving community of your peers.</p></li></ul><p><b>connectRN </b>is hiring <b>Registered Nurses (RN) </b>who are<b> </b>looking for an opportunity to define their own career path, connect with a supportive community of caregivers, and increase their earning potential.</p><p><b>Pay and Compensation </b></p><p>You ll earn a base hourly rate plus periodic bonuses ranging in amounts based on facility demand. </p><p>Additional compensation includes: </p><ul><li><p><b>1.5X Holiday Pay </b></p></li><li><p><b>1.5X Overtime Pay</b> for every hour worked over 40 hours per week </p></li><li><p><b>Facility Referral Bonus</b> when a facility you referred to connectRN becomes a partner</p></li></ul><p><b>Community Benefits</b></p><p>When you join connectRN, you become part of our community of clinicians, which comes with additional non-monetary benefits. These include: </p><ul><li><p><b>Access to our online community</b>, The Beat, where you can connect with clinicians near you, read reviews of local facilities, access exclusive rewards, and more!</p></li><li><p><b>connectRN branded scrubs</b> so you can represent your new team.</p></li><li><p><b>Scholarships and discounted education programs</b> to a variety of online universities.</p></li></ul><p><b>Connector Rewards Program</b> where you can cash in rewards points for cool products and more!</p><p><b>You Will (Responsibilities) </b></p><ul><li><p>Demonstrate knowledge of competencies in discipline-specific patient care skills required by the care center to provide client care.</p></li><li><p>Perform comprehensive client assessments and collaborate with a multidisciplinary care team to develop or implement an individualized plan of care as per physician orders that ensure quality and achieve desired outcomes and goals. </p></li><li><p>Maintain continuity of client care by communicating information timely and effectively with all team members providing care to the patient. </p></li><li><p>Advocate for client needs with physicians and ancillary providers. </p></li><li><p>Complete documentation timely, accurately, and at the point of care, according to industry standards and conventions.</p></li><li><p>Educate the client, caregivers, and family on the aftercare or ongoing care of the patient.</p></li><li><p>Perform vital signs and client assessment during visits. Assist with ADLs and custodial care needs.</p></li><li><p>Provide in-home skilled care to clients including but not limited to:</p></li></ul><ul><li><p>Wound Care</p></li><li><p>Medication administration</p></li><li><p>Trach care</p></li><li><p>G/J-tube management</p></li><li><p>Post-operative care</p></li><li><p>IV Therapy/Injections</p></li><li><p>End of life care</p></li><li><p>Ventilator care<b></b></p></li></ul><p><b>You Have (Qualifications) </b></p><ul><li><p>Current and unencumbered Registered Nurse or Licensed Practical Nurse license in your practicing state or eligible compact state licensure </p></li><li><p>1+ year(s) of experience as a RN or LPN </p></li><li><p>Current CPR certification</p></li><li><p>Technical tools and software/EMR for visit documentation knowledge and experience</p></li><li><p>A reliable method of transportation, current driver s license, and car insurance coverage</p></li><li><p>Proof of Immunization/Exemption: Flu, and COVID-19</p></li><li><p>TB Test or Chest X-Ray</p></li><li><p>A willingness to complete additional training, as assigned </p></li></ul><p><br></p>', 'post_date' => '2023-06-02T00:57:43Z' ) ) ) $title_for_layout = 'Line cook, sandwich and wrap maker at Roses home cookin' $metatag_description = 'Line cook, sandwich and wrap makerRoses home cookin at Proven' $unique_name = 'roses-home-cookin-salem-nh' $reference_number = '52555' $mobile_image = '' $display_company_title = 'Jobs at Roses home cookin' $employer = array( 'EmployersJob' => array( 'id' => '43528', 'employer_id' => '29416', 'ats_url' => '', 'url' => '', 'title' => 'Line cook, sandwich and wrap maker', 'craigslist_city' => '', 'craigslist_sub_city' => '', 'craigslist_sub_sub_city' => '', 'craigslist_state' => '', 'open' => '1', 'post_date' => '2018-08-20 01:13:27', 'duration' => 'full time', 'anonymous_post' => '0', 'compensation' => '', 'zip' => '03079', 'description' => '<p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p>', 'unique_name' => '', 'created_date' => '2018-08-20 01:12:37' ), 'Employer' => array( 'lat' => '42.79040146', 'lon' => '-71.21980286', 'id' => '29416', 'company_name' => 'Roses home cookin', 'company_logo' => '', 'simple_posting_process' => '1', 'user_id' => '700320', 'zipcode' => '03079', 'city' => 'Salem', 'street_address' => '', 'street_address2' => null, 'state' => 'NH' ), 'UtZipcode' => array( 'zipcode' => '03079', 'city' => 'Salem', 'state_prefix' => 'NH' ), (int) 0 => array( 'hasApplied' => false, 'is_favorite' => false ) ) $is_swinomish = false $is_hiring = (int) 1 $page = '' $success = (int) 0 $broadcast = (int) 0 $external_job_board = '' $is_worker = false $isMobile = false $isWorker = false $isSales = false $isEducator = false $adminLoggedIn = false $isEmployer = false $loggedIn = false $isFacebookAppUser = false $campaign = 'NONE' $content_for_layout = ' <script type="text/javascript"> var autocomplete = false; var sortOrder = "relevance"; </script> <meta property="og:title" content="Line cook, sandwich and wrap maker"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.proven.com/jobs/view/43528?ref=52555"/> <meta property="og:image" content="/css/images/proven_logo.png"/> <meta property="og:site_name" content="Proven"/> <meta property="og:description" content="Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. "/> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "JobPosting", "url": "https://www.proven.com/jobs/view/43528?ref=52555", "title": "Line cook, sandwich and wrap maker", "description": "<p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p>", "datePosted": "2018-08-20T01:13:27+00:00", "hiringOrganization": { "@type": "Organization", "name": "Roses home cookin", "sameAs": "https://www.proven.com/employers/publicPage/29416" }, "identifier": { "@type": "PropertyValue", "name": "Roses home cookin", "value": "29416" }, "jobLocation": { "@type": "Place", "address": { "@type": "PostalAddress", "addressLocality": "Salem", "addressRegion": "NH" } } } </script> <script type="text/javascript"> $(document).ready(function() { $("#phone_number").mask(PHONE_NUMBER_FORMAT); $("#demo-submit-btn").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#requestDemoForm").submit(); }); $("#requestDemoForm").validate({ submitHandler: function() { $("#demo-submit-btn").button("loading"); $('#requestDemoForm').ajaxSubmit(successfulDemoMessage); }, wrapper: "p", messages: { "data[Employer][unique_identifier]": { required: '' } } }); $(document).on("click", ".join_proven", function(e) { e.preventDefault(); var employer_id = $(this).attr("employer_id"); var job_id = $(this).attr("job_id"); showJoinLoginDialog(employer_id, job_id); }); $.getJSON("/jobs_ajax/recordJobView/43528"); $('#employer-edit').affix({ offset: { top: $('.navbar').height() } }); $('#employer-edit').on('affix.bs.affix', function () { var navHeight = $('.navbar').outerHeight(true); $('#employer-edit + .container-fluid').css('margin-top', navHeight); }); $('#employer-edit').on('affix-top.bs.affix', function () { $('#employer-edit + .container').css('margin-top', 0); }); }); function successfulDemoMessage(responseObject) { if(responseObject.result == FAILURE) { $("#proven-demo-form").modal("hide"); $("#demo-submit-btn2").button("reset"); $("#demo-submit-btn").button("reset"); bootbox.alert(responseObject.message); } else { if(window.location.href.indexOf("?") > 0) { window.location.href = window.location.href + "&success=1"; } else { window.location.href = window.location.href + "?success=1"; } } } </script> <style> #employer-edit.affix { position: fixed; top: 0; width: 100%; z-index:10; } </style> <div id="join_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="join_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="login_popup" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="login_popupLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="loginModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="submissionModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="submissionModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content" id="modalContent"></div> </div> </div> <div id="proven-view-job"> <span class="hide" id="jobid">43528</span> <span class="hide" id="referencenumber">52555</span> <div class="container"> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div id="proven-candidate-home-page" class="hidden-xs" style="background: #fff;"> <div class="search-jobs" style="padding-top: 0px;"> <div class="row"> <div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="row search-row"> <div class="col-sm-5 search-field"> <input type="text" name="data[Search][search_text]" value="" id="search_text" placeholder="Job Title, Keywords, or Company" /> </div> <div class="col-sm-5 search-field"> <input type="text" value="" id="search-location" placeholder="City, State or Zip" /> </div> <div class="col-sm-2 search-field" style="height:50px;"> <a href="#" id="search-btn" class="btn btn-default" role="button" style="width:100%;">SEARCH</a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1 col-sm-12 col-sm-offset-0"> <div class="panel panel-default voffset3"> <div class="panel-body"> <div class="job-post-details"> <div class="row"> <div class="col-xs-3 col-sm-2"> <div class="company-logo"> <img src="/css/images/proven_logo.png" width="90" border="0" class="img-responsive center-block" /> </div> </div> <div class="col-xs-9 col-sm-10"> <h1>Line cook, sandwich and wrap maker</h1> <p class="small-bottom-border"> Roses home cookin </p> <div class="date-location">Aug 19, 2018 - Salem, NH</div> <div class="voffset1"> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=seanfalconer"></script> </div> </div> </div> <hr /> <div class="row"> <div class="apply-form-link col-xs-12 col-sm-8 col-md-7 col-lg-8"> Apply via email:<br/><a class="red-link" href="mailto:jobs+43528-w@hireproven.com">jobs+43528-w@hireproven.com</a> </div> <div class="col-xs-12 col-sm-4 col-md-5 col-lg-4"> <script type="text/javascript"> var currentLink = null; var maskOn = false; function resizeTitleContainer() { var height = $("#job-title.job-post-container").height() + $(".apply-widget").height(); $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); } $(document).ready(function() { $("#apply-form-location").append($(".apply-widget")); var height = $("#job-title.job-post-container .inner").height() + 20; $("#job-title.job-post-container").height(height); $("#job-title.job-post-container .background").height(height); $("#job-title.job-post-container .foreground").height(height); $("#show-apply-form").click(function(e) { e.preventDefault(); if($(this).hasClass('disabled')) return; $("#show-apply-form").hide(); $(".apply-form-link").hide(); // resizeTitleContainer(); $(".apply-widget").slideToggle(400); }); $("#cover-letter-link").click(function(e) { e.preventDefault(); $("#cover-letter-link").hide(); $("#cover-letter-container").show(); $("#coverletter").focus(); }); $(document).keypress(function (eh){ $("#errorsBox").hide(); }); $("#login-link").click(function(e) { e.preventDefault(); $("#join_popup").modal("hide"); $("#login_popup #modalContent").html(""); $.ajax({ type: "POST", url: "/users_ajax/loginDialog/employer_id:29416/job_id:43528", success: function(html){ // update the hidden div layer to contain the form information $("#login_popup #modalContent").html(html); $("#login_popup").modal("show"); } }); }); $.validator.addMethod('tosChecked', function(value, element) { if(!$('#tos:checkbox').is(':checked')) { $('.toswrapper').css("border", "3px solid #CC0033"); return false; } else { $('.toswrapper').css("border", "3px solid #f5f5f5"); return true; } }); $("#submit-btn").click(function(e) { e.preventDefault(); $("#buildProfileForm").submit(); }); $("#buildProfileForm").validate({ submitHandler: function() { $("#submit-btn").button("loading"); $('#buildProfileForm').ajaxSubmit(processResumeInfo); }, rules: { "data[Worker][agreed_to_terms]": { tosChecked: true } }, messages: { "data[Worker][fname]": { required: '' }, "data[Worker][lname]": { required: '' }, "data[Worker][unique_identifier]": { required: '' }, "data[Worker][agreed_to_terms]": { tosChecked: '' } } }); $("#user_identifier").focus(); }); function processResumeInfo(responseObject) { var message; var showDebug = false if (showDebug) { console.log(responseObject); } responseObject = eval('(' + responseObject + ')'); if(responseObject.result == FAILURE) { $("#deleteMe").parent().css("width", "80px"); $("#submit-btn").button("reset"); if (!responseObject.message) { message = "There was a problem saving your application."; } else { message = responseObject.message; } bootbox.alert(message); } else { window.location.href = "/workers/activate?jid=43528"; } } </script> <div> <a href="#" id="show-apply-form" class="light-green-btn" role="button" title="Apply Now" style="width:100%;">APPLY NOW</a> <div class="clearfix"></div> </div> <div class="apply-widget" style="display: none;"> <h3>To apply, please fill in the information below</h3> <div class="existing-account">Already have an account? <a href="/pages/login" id="login-link" class="blue-link" title="Log In Now">Log In Now</a></div> <div class="form-body apply-form"> <form action="/workers_ajax/createAccountFromResume/29416/43528" class="errorsRight" id="buildProfileForm" enctype="multipart/form-data" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group row"> <div class="col-sm-12"> <h4>Contact Information:</h4> </div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][fname]" id="fname" placeholder="First Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <input class="required" type="text" name="data[Worker][lname]" id="lname" placeholder="Last Name" /> </div> <div class="clearfix"></div> <div class="form-field col-sm-6"> <div class="input text"><input name="data[Worker][unique_identifier]" placeholder="email@example.com" class="required long" id="unique_identifier" type="text"/></div> </div> <div class="clearfix"></div> </div> <div class="form-group"> <h4>Resume:</h4> <div class="input file"><input type="file" name="data[Worker][resume_file]" id="resume_file" size="14"/></div> </div> <div class="form-group"> <h4>Cover Letter:</h4> <div class="input textarea"><textarea name="data[EmployersJobsRankingsLetter][coverletter]" id="coverletter" class="required" placeholder="Why are you interested in this position? Answer any specific questions included in the job advertisement." cols="30" rows="6"></textarea></div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-7"> <div class="checkbox"> <label> <input type="checkbox" checked id="tos" name="data[Worker][agreed_to_terms]" tabindex="70" /> <div class="gray-text"> I agree to the <a title="Terms of Service" target="_new" href="/pages/termsWorkers">Terms of Service</a><br /><span class="tos-date">(Updated 2012-11-06)</span> </div> </label> </div> </div> <div class="col-xs-12 col-sm-6 col-md-5"> <div class="apply-button"> <a href="#" id="submit-btn" data-loading-text="Uploading..." class="light-green-btn" role="button" title="Submit Application" style="width:100%;">SUBMIT APPLICATION</a> </div> </div> </div> </form> </div> </div> </div> </div> <div id="apply-form-location"> </div> <hr /> </div> <div class="job-post-details"> <div id="job-description"> <p>Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude. </p> </div> </div> <p class="voffset4"><strong>Other jobs you may like</strong></p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=60c4758f198c73ece978116c1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Tewksbury%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A4y7i1KKm%252BJ54vPLA%253ARbxC3KLoDQKE0Pl7RIP9Rg%253D%253D%253Ai%252BBQu0XFULii4A3BRW4xDQSY0f9RcSUeYN%252F9bXgFEqvM%252FsbPdLmd%252FocisgQymoC2QLv7GP34yPp6sumOjWwlHWsp%252FTBaTF8d8KprcydBDeBBnr6r%252BZ0CkXWbHVxzycLMUUDzscMBMIkQ1tuxboY%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-26796516196/" class="blue-link" target="_blank">KFC - Shift Leader</a></p> <p class="similar-job-company">KFC - <span class="text-muted">Tewksbury, MA</span></p> <p class="text-muted similar-job-date"> 3 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=6472a71d05ac73eca215384d1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Byfield%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Ar8PPQKcZx7HyOpxa%253AUvSJ1274YDkxc%252FH3VKdAAw%253D%253D%253AVsHm0UZRmQyPMYmt%252FY525%252BRZCpKEUxoHYL%252FILURK8h3RtS761qJynCpisiZP3weuuNZ44ith5SyrA1wQAgR3LkrGLhHClBIsecGYIqrPpQdRqlVi8QggML0JaE%252Br%252FzuQc5CJDfjVDg1rUfVP9dI%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27751447171/" class="blue-link" target="_blank">Meat Cutter Full Time</a></p> <p class="similar-job-company">BJ's Wholesale Club - <span class="text-muted">Byfield, MA</span></p> <p class="text-muted similar-job-date"> 3 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=65d35c846c1c73ecb80a81db1&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Haverhill%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253A18YBdXC4GlGlTXtu%253AQBuRMZWEEF6UO7WRrTxU%252FA%253D%253D%253A4KF63cGO2NsFSrrkFa4AJXZgQgV%252BsP%252B3MiQFFhl2c5nbzzYoNYJVg2fQEPN9pHFVhULo3VpiI71nlMFOI0DNQWKWIEd2Gh%252F%252FIw0DMZve%252FBKOWvbljWr3rrbFi%252BAP3lq%252BnsxSGJlM67UoUX1YYcg%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27582059285/" class="blue-link" target="_blank">Restaurant Delivery</a></p> <p class="similar-job-company">DoorDash - <span class="text-muted">Haverhill, MA</span></p> <p class="text-muted similar-job-date"> 2 days ago </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=641fd92e8a4c73eca4c2db751&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253Ab9z2n1bSwRcye6%252BG%253AMKMwEPOwGiRqP%252BBFFo12Fw%253D%253D%253ABumMVW5XQz6mQI61XGEv6aZf2D21QyjEkMGknSFDf68Qoi%252FLk81WVaehsV14E0jbFr0sUFV9pehxNbamWf118qTIKa5oFPHqQ9FEeXJ0I6HviJJCzzzi5vZaZgt5CA7tr%252Fsnerx8lMMKaHbGcGE%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-27662294395/" class="blue-link" target="_blank">Side gig: Earn at least $3420 in your first 30.0 days, guaranteed.</a></p> <p class="similar-job-company">Uber - <span class="text-muted">Lawrence, MA</span></p> <p class="text-muted similar-job-date"> Yesterday </p> <p class="similar-job-title"><a href="https://www.jobs2careers.com/click.php?jid=674adfdcce2c73ec9192b4511&ri=9953d891de71404db4afa54208f5b7ae&job_loc=Lawrence%2CMA&q=Line+Cook+Sandwich+And+Wrap+Maker&spl=v1%253ADhsvqbHsLrWynOHN%253AUi46uWAuKLW0HVOSb9ahDg%253D%253D%253AZu8so18knbb775R7sMuZTNcezCPCD7T89g4D3v6qjfRnuTwnMwmvAvRtsihT5f6Iq957T0jV8OwIurJh1pQX%252F4MY%252B98d9KWCOP66KwkRAr%252Bg1rygcKfKJcpq51Rw3HLQWOF13P0LyvkOX6dcBxg%253D&encrypt=0&l=Salem%2C+NH&query_category_id=360000&t=simplyhired.com&jobkey-26937720479/" class="blue-link" target="_blank">Home Care Licensed Practical Nurse (LPN) - $48-51/Hour - Lawrence, MA</a></p> <p class="similar-job-company">connectRN - <span class="text-muted">Lawrence, MA</span></p> <p class="text-muted similar-job-date"> 2 days ago </p> <p class="voffset4"> <strong>Apply to jobs on the go with Proven mobile</strong> </p> <div> <a href="/candidates/app" target="_blank" title="Download the iPhone App"> <img src="/css/images/App_Store_available.png" width="112" /> </a> <a href="/candidates/app/google" target="_blank" title="Download the Android App"> <img src="/css/images/google_play_badge.png" width="112" /> </a> </div> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '<script type="text/javascript" src="/js/Views/Jobs/search_jobs.js?1619372465"></script>' $no_title_bar = false $no_bottom_bar = false $no_index = false
filemtime - [internal], line ?? include - APP/View/Layouts/responsive.ctp, line 69 View::_evaluate() - CORE/Cake/View/View.php, line 961 View::_render() - CORE/Cake/View/View.php, line 923 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 960 JobsController::view() - APP/Controller/JobsController.php, line 1338 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 118
Roses home cookin
Experienced line cook, sandwich and wrap maker needed. Busy lunch rushes. Laid back easy going family environment. M-F 9:30 - 2:30. Must be reliable, and have a good positive attitude.
Other jobs you may like
KFC - Tewksbury, MA
3 days ago
BJ's Wholesale Club - Byfield, MA
3 days ago
DoorDash - Haverhill, MA
2 days ago
Side gig: Earn at least $3420 in your first 30.0 days, guaranteed.
Uber - Lawrence, MA
Yesterday
Home Care Licensed Practical Nurse (LPN) - $48-51/Hour - Lawrence, MA
connectRN - Lawrence, MA
2 days ago
Apply to jobs on the go with Proven mobile
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT `EmployersJob`.`id`, `EmployersJob`.`employer_id`, `EmployersJob`.`ats_url`, `EmployersJob`.`url`, `EmployersJob`.`title`, `EmployersJob`.`craigslist_city`, `EmployersJob`.`craigslist_sub_city`, `EmployersJob`.`craigslist_sub_sub_city`, `EmployersJob`.`craigslist_state`, `EmployersJob`.`open`, `EmployersJob`.`post_date`, `EmployersJob`.`duration`, `EmployersJob`.`anonymous_post`, `EmployersJob`.`compensation`, `EmployersJob`.`zip`, `EmployersJob`.`description`, `EmployersJob`.`unique_name`, `EmployersJob`.`created_date`, `Employer`.`lat`, `Employer`.`lon`, `Employer`.`id`, `Employer`.`company_name`, `Employer`.`company_logo`, `Employer`.`simple_posting_process`, `Employer`.`user_id`, `Employer`.`zipcode`, `Employer`.`city`, `Employer`.`street_address`, `Employer`.`street_address2`, `Employer`.`state`, `UtZipcode`.`zipcode`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) LEFT JOIN `proven_production`.`employers` AS `Employer` ON (`EmployersJob`.`employer_id` = `Employer`.`id`) WHERE `EmployersJob`.`id` = 43528 LIMIT 1 | 1 | 1 | 1 | |
2 | SELECT COUNT(*) AS `count` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`employer_id` = 29416 AND `EmployersJob`.`open` = 1 | 1 | 1 | 0 | |
3 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 700320 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
4 | SELECT `EmployerMobileImage`.`file_name` FROM `proven_production`.`employer_mobile_images` AS `EmployerMobileImage` WHERE `EmployerMobileImage`.`employer_id` = 29416 LIMIT 1 | 0 | 0 | 0 | |
5 | SELECT `User`.`unique_name`, `User`.`email_validated` FROM `proven_production`.`users` AS `User` LEFT JOIN `proven_production`.`workers` AS `Worker` ON (`Worker`.`user_id` = `User`.`id` AND `User`.`is_worker` = 1) WHERE `User`.`id` = 700320 AND `User`.`active` = 1 LIMIT 1 | 1 | 1 | 0 | |
6 | SELECT `BillingTransaction`.`id` FROM `proven_production`.`billing_transactions` AS `BillingTransaction` WHERE `BillingTransaction`.`employers_job_id` = 43528 ORDER BY `BillingTransaction`.`created_date` desc LIMIT 1 | 1 | 1 | 0 | |
7 | SELECT `EmployersJob`.`title`, `EmployersJob`.`description`, `UtZipcode`.`city`, `UtZipcode`.`state_prefix`, `EmployersJob`.`zip` FROM `proven_production`.`employers_jobs` AS `EmployersJob` LEFT JOIN `proven_production`.`ut_zipcodes` AS `UtZipcode` ON (`EmployersJob`.`zip` = `UtZipcode`.`zipcode`) WHERE `EmployersJob`.`id` = 43528 LIMIT 1 | 1 | 1 | 0 |