<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head>
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8"  />

	<title>PTC Accounting & Finance Inc. - Careers</title>
	<link href="stylesheet1.css" type="text/css" rel="stylesheet" /><script type="text/javascript">
/* <![CDATA[ */
var langDic = new Array();
/* ]]> */
</script>

	<script src="/_includes/languages/languages0.js" type="text/javascript"></script>
	<script src="/_includes/languages/languages1.js" type="text/javascript"></script>
	<script src="/_client_languages_1.js" type="text/javascript"></script>
	<script src="_includes/js/DeskflowGeneral.js" type="text/javascript"></script>
	<script src="_includes/js/DynamicOptionList.js" type="text/javascript"></script>
	
	<script type='text/javascript' src='/_includes/resources/yui-utilities.js'></script>
	<script type='text/javascript' src='/_includes/resources/ext-yui-adapter.js'></script>
	<link rel="stylesheet" type="text/css" href="/_includes/resources/css/resizable.css"  />
	<link rel="stylesheet" type="text/css" href="/_includes/resources/css/xtheme-vista.css"  />
	
	<script language="javascript" type="text/javascript" src="/_includes/admin/_js/common.js"></script>
	
	<link type="text/css" rel="stylesheet" href="/_includes/_dimmer/dimming.css"  />
	<script src="/_includes/_dimmer/dimmingdiv.js" type="text/javascript"></script>
	<script type="text/javascript">
/* <![CDATA[ */
Ext.EventManager.onDocumentReady(attachResizablesToObjects, window, true); 
/* ]]> */
</script>





 

  
  <base href="http://www.ptcaccounting.com/" />
  
  
  
  
  
  
  
  
  <link href="http://www.ptcaccounting.com/templates/ptcaccountingandfinancev7/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  <link rel="stylesheet" href="http://ptcaccounting.com/plugins/content/sexybookmarks/style.css?ver=1.1.0" type="text/css" />
  <script type="text/javascript" src="http://www.ptcaccounting.com/media/system/js/mootools.js"></script>
  <script type="text/javascript" src="http://www.ptcaccounting.com/media/system/js/caption.js"></script>


  <link rel="stylesheet" href="http://www.ptcaccounting.com/templates/system/css/system.css" type="text/css" />

  <link rel="stylesheet" href="http://www.ptcaccounting.com/templates/system/css/general.css" type="text/css" />



  <link rel="stylesheet" type="text/css" href="http://www.ptcaccounting.com/templates/ptcaccountingandfinancev7/css/template.css" />

  <!--[if IE 6]><link rel="stylesheet" href="http://www.ptcaccounting.com/templates/ptcaccountingandfinancev7/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->

  <!--[if IE 7]><link rel="stylesheet" href="http://www.ptcaccounting.com/templates/ptcaccountingandfinancev7/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->

  <script type="text/javascript" src="http://www.ptcaccounting.com/templates/ptcaccountingandfinancev7/script.js"></script>
  <script type="text/javascript" src="http://www.ptcaccounting.com/templates/ptcaccountingandfinancev7/md_stylechanger.js"></script>
 </head>

<body>

<div id="art-page-background-simple-gradient">

</div>

<div id="art-main">

<div class="art-Sheet">

    <div class="art-Sheet-tl"></div>

    <div class="art-Sheet-tr"></div>

    <div class="art-Sheet-bl"></div>

    <div class="art-Sheet-br"></div>

    <div class="art-Sheet-tc"></div>

    <div class="art-Sheet-bc"></div>

    <div class="art-Sheet-cl"></div>

    <div class="art-Sheet-cr"></div>

    <div class="art-Sheet-cc"></div>

    <div class="art-Sheet-body">

<!-- <div class="art-Header">

    <div class="art-Header-png"></div>

    <div class="art-Header-jpeg"></div>

</div>
<div class="art-Logo">

</div> -->

<div id="headermain">

<!-- BEGIN: headerleft -->
	<div class="headerleft" >
				<div class="moduletable">
					<a href="http://www.ptcaccounting.com/"><img style="margin: 20px 0px 10px;" alt="header_logo" src="http://www.ptcaccounting.com/images/stories/header_logo.jpg" height="121" width="220" /></a>		</div>
	
	</div>
<!-- END: headerleft -->
<!-- BEGIN: headercenter -->
	<div class="headercenter" >
		
	</div>
<!-- END: headercenter-->
<!-- BEGIN: headerright -->
	<div class="headerright">
			<div class="moduletable">
					<div id="clock">
<script language="JavaScript">
TargetDate = "1/1/2011 12:00 AM";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "<div id='days'>%%D%% days</div><div id='time'>%%H%% hours : %%M%% minutes : %%S%% seconds</div>";
FinishMessage = "<div id='message'>Enter a short 1 line message</div>";
</script>
<script language="JavaScript">
function calcage(secs, num1, num2) {
s = ((Math.floor(secs/num1))%num2).toString();
if (LeadingZero && s.length < 2)
s = "0" + s;
return s ;
}
function CountBack(secs) {
if (secs < 0) {
document.getElementById("cntdwn").innerHTML = FinishMessage;
return;
}
DisplayStr = DisplayFormat.replace(/%%D%%/g, calcage(secs,86400,100000));
DisplayStr = DisplayStr.replace(/%%H%%/g, calcage(secs,3600,24));
DisplayStr = DisplayStr.replace(/%%M%%/g, calcage(secs,60,60));
DisplayStr = DisplayStr.replace(/%%S%%/g, calcage(secs,1,60));
document.getElementById("cntdwn").innerHTML = DisplayStr;
if (CountActive)
setTimeout("CountBack(" + (secs+CountStepper) + ")", SetTimeOutPeriod);
}
function putspan(backcolor, forecolor) {
document.write("<span id='cntdwn' style='background-color:" + backcolor +
"; color:" + forecolor + "'></span>");
}
if (typeof(BackColor)=="undefined")
BackColor = "white";
if (typeof(ForeColor)=="undefined")
ForeColor= "black";
if (typeof(TargetDate)=="undefined")
TargetDate = "12/31/2020 5:00 AM";
if (typeof(DisplayFormat)=="undefined")
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
if (typeof(CountActive)=="undefined")
CountActive = true;
if (typeof(FinishMessage)=="undefined")
FinishMessage = "";
if (typeof(CountStepper)!="number")
CountStepper = -1;
if (typeof(LeadingZero)=="undefined")
LeadingZero = true;
CountStepper = Math.ceil(CountStepper);
if (CountStepper == 0)
CountActive = false;
var SetTimeOutPeriod = (Math.abs(CountStepper)-1)*1000 + 990;
putspan(BackColor, ForeColor);
var dthen = new Date(TargetDate);
var dnow = new Date();
if(CountStepper>0)
ddiff = new Date(dnow-dthen);
else
ddiff = new Date(dthen-dnow);
gsecs = Math.floor(ddiff.valueOf()/1000);
CountBack(gsecs);
</script></div>		</div>
			<div class="moduletableart-nostyle">
					<form action="http://ptcaccounting.com/" method="post">
	<div class="searchart-nostyle">
		<input name="searchword" id="mod_search_searchword" maxlength="30" alt="Search" class="inputboxart-nostyle" type="text" size="30" value="search..."  onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /><input type="submit" value="Search" class="buttonart-nostyle" onclick="this.form.searchword.focus();"/>	</div>
	<input type="hidden" name="task"   value="search" />
	<input type="hidden" name="option" value="com_search" />
</form>		</div>
	
	</div>
<!-- END: headerright -->
</div>


<div class="art-nav">

	<div class="l"></div>

	<div class="r"></div>

	<div class="art-nav-center">

<ul class="art-menu"><li class="item1"><a href="http://ptcaccounting.com/"><span class="l"> </span><span class="r"> </span><span class="t">Home</span></a></li><li class="parent item87"><a><span class="l"> </span><span class="r"> </span><span class="t">Clients</span></a><ul><li class="item26"><a href="http://www.ptcaccounting.com/index.php/Our-Company/Miscellaneous/Our-Services">Our Services</a></li><li class="item25"><a href="http://www.ptcaccounting.com/index.php/Our-Company/Miscellaneous/Why-PTC">Why PTC?</a></li></ul></li><li class="parent item9"><a href="http://www.ptcaccounting.com/index.php/Candidates/"><span class="l"> </span><span class="r"> </span><span class="t">Candidates</span></a><ul><li class="item10"><a href="http://www.ptcaccounting.com/index.php/Candidates/News-and-Events/">News and Events</a></li><li class="item14"><a href="http://www.ptcaccounting.com/index.php/Payroll">Payroll</a></li><li class="item15"><a href="http://www.ptcaccounting.com/index.php/Candidates/Testimonials-Candidates/">Testimonials</a></li><li class="item16"><a href="http://www.ptcaccounting.com/index.php/Candidates/Miscellaneous/FAQ-s">FAQ</a></li><li class="item75"><a href="http://www.ptcaccounting.com/register-now.asp">Register with PTC</a></li><li class="item76"><a href="http://www.ptcaccounting.com/start.asp">View Current Contracts</a></li><li class="item77"><a href="http://www.ptcaccounting.com/update-profile.asp">Update Your Resume</a></li></ul></li><li class="parent item3"><a href="http://www.ptcaccounting.com/index.php/Our-Company/"><span class="l"> </span><span class="r"> </span><span class="t">Our Company</span></a><ul><li class="item20"><a href="http://www.ptcaccounting.com/index.php/Our-Company/Miscellaneous/Mission-and-Vision">Mission and Vision</a></li><li class="item27"><a href="http://www.ptcaccounting.com/index.php/Our-Company/Miscellaneous/History">History</a></li><li class="item28"><a href="http://www.ptcaccounting.com/index.php/Our-Company/Miscellaneous/Internal-Careers">Internal Careers</a></li><li class="item19"><a href="http://www.ptcaccounting.com/index.php/Our-Company/Partners-and-Affiliates/">Partners and Affiliates</a></li><li class="item29"><a href="http://www.ptcaccounting.com/index.php/Our-Company/Miscellaneous/Social-Responsibility">Social Responsibility</a></li></ul></li><li class="parent item4"><a href="http://www.ptcaccounting.com/index.php/Our-People/"><span class="l"> </span><span class="r"> </span><span class="t">Our People</span></a><ul><li class="item5"><a href="http://www.ptcaccounting.com/index.php/Our-People/Executive-Team/">Executive Team</a></li><li class="item6"><a href="http://www.ptcaccounting.com/index.php/Our-People/Client-Relations/">Client Relations</a></li><li class="item7"><a href="http://www.ptcaccounting.com/index.php/Our-People/Recruitment/">Recruitment</a></li><li class="item8"><a href="http://www.ptcaccounting.com/index.php/Our-People/Candidate-Services/">Candidate Services</a></li></ul></li><li class="parent item35"><a href="http://www.ptcaccounting.com/index.php/Resources/"><span class="l"> </span><span class="r"> </span><span class="t">Resources</span></a><ul><li class="item46"><a href="http://www.ptcaccounting.com/index.php/Resources/Miscellaneous/What-is-RSS">What is RSS?</a></li><li class="item45"><a href="http://www.ptcaccounting.com/index.php/Resources/Social-Networks/">Social Networks</a></li></ul></li><li class="item24"><a href="http://www.ptcaccounting.com/index.php/Webinars/Webinars/"><span class="l"> </span><span class="r"> </span><span class="t">Webinars</span></a></li><li class="parent item21"><a href="http://www.ptcaccounting.com/index.php/component/option,com_google/Itemid,21/id,1/view,advanced/"><span class="l"> </span><span class="r"> </span><span class="t">Contact Us</span></a><ul><li class="item22"><a href="http://www.ptcaccounting.com/index.php/Feedback/Feedback">Feedback</a></li></ul></li></ul>
	</div>

</div>





<table class="position" cellpadding="0" cellspacing="0" border="0">

<tr valign="top">

  <td width="50%">
<div class="art-nostyle">


<span class="breadcrumbs pathway">
Home</span>

</div>

</td>

  <td>
<div class="art-nostyle">


<div id="fontsize" style="width:200px;text-align: right;float:right;font-size:10px">Change font size:
<script type="text/javascript">
      //<![CDATA[
document.write('<a href="http://www.ptcaccounting.com/index.php" title="Increase font size" onclick="changeFontSize(2); return false;"><img src="http://www.ptcaccounting.com/images/text_increase.png" hspace="2" align="absmiddle" border="0px"></a>');
document.write('<a href="http://www.ptcaccounting.com/index.php" title="Reset font size" onclick="revertStyles(); return false;"><img src="http://www.ptcaccounting.com/images/text_reset.png" hspace="2" align="absmiddle"></a>');
document.write('<a href="http://www.ptcaccounting.com/index.php" title="Decrease font size" onclick="changeFontSize(-2); return false;"><img src="http://www.ptcaccounting.com/images/text_decrease.png" hspace="2" align="absmiddle"></a>');
      //]]>
</script>
</div>
</div>

</td>

</tr>

</table>


<div class="art-contentLayout">

<div class="art-content-wide">




<div class="art-Post">

    <div class="art-Post-tl"></div>

    <div class="art-Post-tr"></div>

    <div class="art-Post-bl"></div>

    <div class="art-Post-br"></div>

    <div class="art-Post-tc"></div>

    <div class="art-Post-bc"></div>

    <div class="art-Post-cl"></div>

    <div class="art-Post-cr"></div>

    <div class="art-Post-cc"></div>

    <div class="art-Post-body">

<div class="art-Post-inner">


 <h2 class="art-PostHeader"> 

<a href="http://www.ptcaccounting.com/index.php/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/" class="PostHeader">Current Contracts</a>


</h2>



<div class="art-PostContent">
<div class="art-article">
<div id="workflow" class="workflow"><a name="thetopofpage"></a><!--WFI.p-->


<table border="0" cellpadding="0" cellspacing="0" ><tr>
	<td ></td>
	<td><table border="0" cellpadding="0" cellspacing="0">
		<tr><td ></td></tr>
		<tr><td >
		
	<!--Positions_LIST.GENERAL.start-->
	<table border="0" cellpadding="0" cellspacing="0" ><tr>
		<td ></td>
		<td><table border="0" cellpadding="0" cellspacing="0">
			<tr><td ></td></tr>
			<tr><td >
	<!--Positions_LIST.GENERAL.end-->
			
<script type="text/javascript">
/* <![CDATA[ */
var ie4 = false;
if(document.all) {
	ie4 = true;
}
function getObject(id) {
	if (ie4) {
		return document.all[id];
	} else {
		return document.getElementById(id);
	}
}

function toggle(link, divId) {
	var lText = link.innerHTML.toLowerCase();
	var d = getObject(divId);
	if ( lText.indexOf('images/group_close.gif')>0) {
		link.innerHTML = '<img src="images/group_open.gif" border="0" alt=""  />';
		d.style.display = 'none';
	} else {
		link.innerHTML = '<img src="images/group_close.gif" border="0" alt=""  />';
		d.style.display = '';
	}
}
/* ]]> */
</script>
<form action="JobDescriptionMultiple.asp" method="get" ><table width="100%">
<thead><tr>
<th colspan="99">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>
<td align="left"><input type="submit" class="printButton" name="view_top" value="View Job Description(s)"  /></td>
<td align="right"  nowrap="nowrap">&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;
<input type="button" value="Print" name="Print" class="printButton" onclick="javascript: if (window.print) window.print(); void 0"  />
&nbsp;
<input type="button" value="Back" name="Back" class="printButton" onclick="javascript:history.back(-1)"  />
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;
<input type="button" class="printButton" value="Help"  onclick="window.open('helpinfo.asp?id=%2Fstart%2Easp&amp;idt=positions','','width=500,height=420')"  />
</td></tr>
</table></th></tr>
</thead><tbody>
<tr><td colspan="99"><hr /></td></tr>
<tr><td colspan="99"><p>Browse through job listings and check off the ones you would like to view.<br />Click on the "View Job Description(s)" button.<br />Click the <img src="images/sort_up.gif" border="0" alt="Up"  /> / <img src="images/sort_down.gif" border="0" alt="Down"  /> to sort a column ascending and descending.<br />Click the <img src="images/group_open.gif" border="0" alt="Open"  /> / <img src="images/group_close.gif" border="0" alt="Close"  /> on a row to view a brief description of the job opportunity.</p></td></tr>
</tbody></table>
<table width="100%"><tbody>
<tr><td class="headerTextColored">Select&nbsp;&nbsp;</td><td class="headerTextColored"  nowrap="nowrap">Ref #<a href="/start.asp?ou=JobOrders%2EJobOrderCode"><img src="images/sort_up.gif" alt="Sort Ascending" title="Sort Ascending" border="0" hspace="2"  /></a><a href="/start.asp?od=JobOrders%2EJobOrderCode"><img src="images/sort_down.gif" alt="Sort Descending" title="Sort Descending" border="0" hspace="2"  /></a></td><td class="headerTextColored"  nowrap="nowrap">Opportunity<a href="/start.asp?ou=WebJobPostings%2EJobTitle"><img src="images/sort_up.gif" alt="Sort Ascending" title="Sort Ascending" border="0" hspace="2"  /></a><a href="/start.asp?od=WebJobPostings%2EJobTitle"><img src="images/sort_down.gif" alt="Sort Descending" title="Sort Descending" border="0" hspace="2"  /></a></td><td class="headerTextColored"  nowrap="nowrap"><a href="/start.asp?gu=%2D"><img src="images/group_close.gif" alt="Remove Grouping" title="Remove Grouping" border="0" hspace="2"  /></a>Location<a href="/start.asp?ou=WebJobPostings%2ELocation"><img src="images/sort_up.gif" alt="Sort Ascending" title="Sort Ascending" border="0" hspace="2"  /></a><a href="/start.asp?od=WebJobPostings%2ELocation"><img src="images/sort_down.gif" alt="Sort Descending" title="Sort Descending" border="0" hspace="2"  /></a></td><td class="headerTextColored"  nowrap="nowrap">Date Posted<a href="/start.asp?ou=WebJobPostings%2EDatePosted"><img src="images/sort_up.gif" alt="Sort Ascending" title="Sort Ascending" border="0" hspace="2"  /></a><a href="/start.asp?od=WebJobPostings%2EDatePosted"><img src="images/sort_down.gif" alt="Sort Descending" title="Sort Descending" border="0" hspace="2"  /></a></td></tr>
<tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />Etobicoke Ontario</td></tr>
<tr class="darkRow">
<td class="bodyText"><input type="checkbox" name="chkbox716" id="chkbox716" value="716"  /></td>
<td>20102406</td><td><a title="show/hide" id="desclink_716" href="javascript:void(0);" onclick="toggle(this, 'desc_716');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=716&amp;chkbox716=chkbox716" >General Accountant</a></td><td>Etobicoke Ontario</td><td>2/28/2010</td></tr>
<tr id="desc_716" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>General Accountant - $20+/HR<br />  3 Months, Toronto, Manufacturing. </p>  Are you analytical? Do you enjoy being a true team player? Well here is an opportunity to do just that by brining in your full cycle accounting experience to a reputable organization. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=716&amp;chkbox716=chkbox716" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">Etobicoke Ontario Positions: 1</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />Mississauga, ON</td></tr>
<tr class="lightRow">
<td class="bodyText"><input type="checkbox" name="chkbox721" id="chkbox721" value="721"  /></td>
<td>20102409</td><td><a title="show/hide" id="desclink_721" href="javascript:void(0);" onclick="toggle(this, 'desc_721');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=721&amp;chkbox721=chkbox721" >Supervisor, Billings</a></td><td>Mississauga, ON</td><td>3/3/2010</td></tr>
<tr id="desc_721" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Supervisor, Billings, $30+/Hr<br />  12+ Months, Mississauga</p>  Our client has an immediate need for an experienced Billing Supervisor.  The successful candidate will have over 5 years of supervisory experience, with preference given to those who have managed a team within a Billing Environment. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=721&amp;chkbox721=chkbox721" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">Mississauga, ON Positions: 1</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />North York, ON</td></tr>
<tr class="darkRow">
<td class="bodyText"><input type="checkbox" name="chkbox702" id="chkbox702" value="702"  /></td>
<td>20102387</td><td><a title="show/hide" id="desclink_702" href="javascript:void(0);" onclick="toggle(this, 'desc_702');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=702&amp;chkbox702=chkbox702" >Cost Accountant with SAP</a></td><td>North York, ON</td><td>3/5/2010</td></tr>
<tr id="desc_702" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Cost Accountant - North York, $30+/hour<br />  12 Month Contract </p>  CGA/CMA designation (or working towards) preferred.  Our client is seeking a proactive Cost Accountant in Manufacturing, with exceptional Analytical skills, advanced level Excel, and experience working in SAP- FI &amp; CO is a must. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=702&amp;chkbox702=chkbox702" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">North York, ON Positions: 1</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />Toronto, ON</td></tr>
<tr class="lightRow">
<td class="bodyText"><input type="checkbox" name="chkbox699" id="chkbox699" value="699"  /></td>
<td>20102379</td><td><a title="show/hide" id="desclink_699" href="javascript:void(0);" onclick="toggle(this, 'desc_699');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=699&amp;chkbox699=chkbox699" >Accounts Payable Analyst</a></td><td>Toronto, ON</td><td>2/10/2010</td></tr>
<tr id="desc_699" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Accounts Payable Analyst - $20+/HR<br />  12 Months, Toronto. </p>  Our client is looking for a strong accounts payable analyst person with excellent interpersonal skills to join their team.    In order to be successful in this role, you must be highly organized with excellent time management skills as well as have previous analysis experience. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=699&amp;chkbox699=chkbox699" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="darkRow">
<td class="bodyText"><input type="checkbox" name="chkbox704" id="chkbox704" value="704"  /></td>
<td>20102388</td><td><a title="show/hide" id="desclink_704" href="javascript:void(0);" onclick="toggle(this, 'desc_704');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=704&amp;chkbox704=chkbox704" >Business Analyst</a></td><td>Toronto, ON</td><td>2/12/2010</td></tr>
<tr id="desc_704" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Business Analyst - $40.00 +/hour<br />  Toronto, 12 Months</p>  *** PLEASE NOTE: POSITION IS SCHEDULED TO START ON MARCH 01/10 ***  Do you have a finance (e.g. financial analyst, business analyst, IT audit or even a statistical) background with an aptitude for highly detailed work?  Have you recently been involved in a major conversion or project work where your main focus was to compare and validate data (i.e</p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=704&amp;chkbox704=chkbox704" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="lightRow">
<td class="bodyText"><input type="checkbox" name="chkbox705" id="chkbox705" value="705"  /></td>
<td>20102389</td><td><a title="show/hide" id="desclink_705" href="javascript:void(0);" onclick="toggle(this, 'desc_705');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=705&amp;chkbox705=chkbox705" >Report Writer/Developer</a></td><td>Toronto, ON</td><td>2/12/2010</td></tr>
<tr id="desc_705" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Report Writer/Developer - $40.00 +/hour<br />  Toronto, 12 Months</p>  *** PLEASE NOTE: A TOTAL OF 3 POSITIONS ARE AVAILABLE ***  *** PLEASE ALSO NOTE: ALL 3 POSITIONS ARE SCHEDULED TO START ON MARCH 01/10 ***  Does writing script (e.g. via SAS, COGNOS) in order to extract vital information from a large data base seem like second nature to you?  Are you considered to be at expert level status when it comes to writing queries (SQL) in ACCESS?  Do you have a passion for "data mining" and puttin</p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=705&amp;chkbox705=chkbox705" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="darkRow">
<td class="bodyText"><input type="checkbox" name="chkbox710" id="chkbox710" value="710"  /></td>
<td>20102397</td><td><a title="show/hide" id="desclink_710" href="javascript:void(0);" onclick="toggle(this, 'desc_710');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=710&amp;chkbox710=chkbox710" >Senior Project Manager - Business Management</a></td><td>Toronto, ON</td><td>2/18/2010</td></tr>
<tr id="desc_710" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Senior Project Manager, $50-58/Hr<br />  6 Months, Toronto</p>  A major Canadian financial services company is looking for a &#8216;top notch' project manager. You will be responsible for managing the day to day operations of projects within any functional business groups, including resource, time &amp;amp; cost management. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=710&amp;chkbox710=chkbox710" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">Toronto, ON Positions: 4</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />Vaughan, On</td></tr>
<tr class="lightRow">
<td class="bodyText"><input type="checkbox" name="chkbox722" id="chkbox722" value="722"  /></td>
<td>20102415</td><td><a title="show/hide" id="desclink_722" href="javascript:void(0);" onclick="toggle(this, 'desc_722');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=722&amp;chkbox722=chkbox722" >Accountant</a></td><td>Vaughan, On</td><td>3/8/2010</td></tr>
<tr id="desc_722" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Accountant, PART-TIME (2-3 Days per week), $19/hr +<br />  2 months plus, Manufacturing, Vaughan</p>  Are you looking for a part-time contract?  Do you have a minimum of 2 years experience with Simply Accounting?  If you answered YES to the above two questions, this is the role for you. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=722&amp;chkbox722=chkbox722" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">Vaughan, On Positions: 1</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />Waterloo, ON</td></tr>
<tr class="darkRow">
<td class="bodyText"><input type="checkbox" name="chkbox701" id="chkbox701" value="701"  /></td>
<td>20102385</td><td><a title="show/hide" id="desclink_701" href="javascript:void(0);" onclick="toggle(this, 'desc_701');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=701&amp;chkbox701=chkbox701" >IFRS Project</a></td><td>Waterloo, ON</td><td>2/8/2010</td></tr>
<tr id="desc_701" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>IFRS Project - $50/hr+<br />  6 Months, West of the GTA.</p>  Our high profile client is looking for an IFRS Implementation Consultant to join their winning team. The successful candidate will be responsible for along with the other members of the performance measurement and analysis team assist with the transition to IFRS including establishing new accounting policies, implementing new process and procedures; </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=701&amp;chkbox701=chkbox701" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">Waterloo, ON Positions: 1</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />Woodbridge, ON</td></tr>
<tr class="lightRow">
<td class="bodyText"><input type="checkbox" name="chkbox717" id="chkbox717" value="717"  /></td>
<td>20102405</td><td><a title="show/hide" id="desclink_717" href="javascript:void(0);" onclick="toggle(this, 'desc_717');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=717&amp;chkbox717=chkbox717" >Credit Analyst</a></td><td>Woodbridge, ON</td><td>3/4/2010</td></tr>
<tr id="desc_717" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Credit Analyst - $20+/HRr<br />  3 Months, Toronto.</p>  Are you detail oriented and a problem solver who understands how to provide excellent customer service?  Our client, is seeking an individual with credit and collections experience. In this role, you will be responsible for all aspects of the customer account, including, but not limited to, applying payments, investigating and reconciling payment discrepancies and monitoring customer payment status. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=717&amp;chkbox717=chkbox717" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">Woodbridge, ON Positions: 1</div></td></tr><tr><td colspan="99"><hr /></td></tr><tr class="bodyText2bold" ><td colspan="99"><div align="right">Total Positions: 10</div></td></tr><tr><td colspan="99"><hr /></td></tr><tr>
<td colspan="99"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><input type="submit" class="printButton" name="view_top" value="View Job Description(s)"  /></td><td align="right"  nowrap="nowrap">&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;
<input type="button" value="Print" name="Print" class="printButton" onclick="javascript: if (window.print) window.print(); void 0"  />
&nbsp;
<input type="button" value="Back" name="Back" class="printButton" onclick="javascript:history.back(-1)"  />
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;&nbsp;
&nbsp;
<input type="button" class="printButton" value="Help"  onclick="window.open('helpinfo.asp?id=%2Fstart%2Easp&amp;idt=positions','','width=500,height=420')"  />
</td></tr></table></td>
</tr></tbody>
</table></form>
		</td></tr>
		<tr><td ></td></tr>
	</table></td>
	<td ></td>
</tr></table>
</div><!--WFI.c-->


	<script src="_includes/js/DeskflowGeneral_footer.js" type="text/javascript"></script>
	
		</td></tr>
		<tr><td ></td></tr>
	</table></td>
	<td ></td>
</tr></table>



<div class="sexy-bookmarks" style="padding:25px 0 0 10px !important;        display:block !important;
clear:both !important;      /*the height of the icons (29px)*/
height:29px;" id="sexy-bookmarks"><ul id="socials" class="socials">
<li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y&amp;title=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F" target="_blank" rel="" title="Share this on del.icio.us"> </a></li>
<li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y&amp;title=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F" target="_blank" rel="" title="Digg this!"> </a></li>
<li class="sexy-reddit"><a href="http://reddit.com/submit?url=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y&amp;title=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F" target="_blank" rel="" title="Share this on Reddit"> </a></li>
<li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y&amp;title=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F" target="_blank" rel="" title="Stumble upon something good? Share it on StumbleUpon"> </a></li>
<li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y" target="_blank" rel="" title="Share this on Technorati"> </a></li>
<li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y&amp;t=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F" target="_blank" rel="" title="Post this to MySpace"> </a></li>
<li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y&amp;t=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F" target="_blank" rel="" title="Share this on Facebook"> </a></li>
<li class="sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@ptcaccounting:++%2F%2FWORKFLOW.PAGE.TITLE%2F%2F...+-+http://tinyurl.com/ykw8p6u" target="_blank" rel="" title="Tweet This!"> </a></li>
<li class="sexy-newsvine"><a href="http://www.newsvine.com/_tools/seed&save?u=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y&amp;h=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F" target="_blank" rel="" title="Seed this on Newsvine"> </a></li>
<li class="sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=ytitle=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F" target="_blank" rel="" title="Add this to Google Bookmarks"> </a></li>
<li class="sexy-friendfeed"><a href="http://www.friendfeed.com/share?title=%2F%2FWORKFLOW.PAGE.TITLE%2F%2F&amp;link=http://ptcaccounting.com/Candidates/Miscellaneous/WORKFLOW.PAGE.TITLE/?workflowint=y" target="_blank" rel="" title="Share this on FriendFeed"> </a></li></ul></div></div><span class="article_separator">&nbsp;</span>
</div>
<div class="cleared"></div>



</div>



		<div class="cleared"></div>

    </div>

</div>










</div>




</div>

<div class="cleared"></div>






<div class="art-Footer">

 <div class="art-Footer-inner">

  <div class="art-Footer-text">

  
  
<div class="art-Block">

		    <div class="art-Block-tl"></div>

		    <div class="art-Block-tr"></div>

		    <div class="art-Block-bl"></div>

		    <div class="art-Block-br"></div>

		    <div class="art-Block-tc"></div>

		    <div class="art-Block-bc"></div>

		    <div class="art-Block-cl"></div>

		    <div class="art-Block-cr"></div>

		    <div class="art-Block-cc"></div>

		    <div class="art-Block-body">

		

		
		
<div class="art-BlockContent">

		    <div class="art-BlockContent-body">

		

		<div style="position: relative; width: 950px; height: 59px; vertical-align: middle;">
<div style="float: left; width: 70px; height: 59px;">
<div style="float: left; width: 70px; height: 59px;"><img alt="footer_logo" src="http://www.ptcaccounting.com/images/stories/footer_logo.gif" height="59" width="44" /></div>
</div>
<div style="float: left; width: 480px; height: 59px; text-align: left;"><br /><a title="PTC Accounting &amp; Finance" href="http://www.ptcaccounting.com/">© PTC Accounting &amp; Finance Inc.</a><br /> <a title="Our Company" href="http://www.ptcaccounting.com/index.php/Our-Company/">Our Company</a> | <a title="Our People" href="http://www.ptcaccounting.com/index.php/Our-People/">Our People</a> | <a title="Candidates" href="http://www.ptcaccounting.com/index.php/Candidates/">Candidates</a> | <a title="IFRS" href="http://www.ptcaccounting.com/index.php/IFRS/">IFRS</a> | <a title="Resources" href="http://www.ptcaccounting.com/index.php/Resources/">Resources</a> | <a title="Contact Us" href="http://www.ptcaccounting.com/index.php/component/option,com_google/Itemid,21/id,1/view,advanced/">Contact Us</a> | <a title="Admin Login" href="http://www.ptcaccounting.com/index.php/Log-in/">Admin</a></div>
<div style="float: right; width: 400px; text-align: right; height: 59px;">
<div id="footer_right"><br /><a title="Contact Us" href="http://www.ptcaccounting.com/index.php/component/option,com_google/Itemid,21/id,1/view,advanced/">Contact Us</a><br /> T. 905.660.9550 | Toll Free. 1.877.303.9550 | F. 905.660.1051</div>
</div>
</div>


				<div class="cleared"></div>

		    </div>

		</div>

		

		


				<div class="cleared"></div>

		    </div>

		</div>

		


  
  </div>

 </div>

 <div class="art-Footer-background"></div>

</div>



		<div class="cleared"></div>

    </div>

</div>

<div class="cleared"></div>

<!-- <p class="art-page-footer">Designed by <a href="http://www.WebPresenceDesignLab.com">Web Presence Design Lab</a>.</p>
-->
</div>




			<script type="text/javascript">
			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
			</script>
			<script type="text/javascript">
			try {
			var pageTracker = _gat._getTracker("UA-4288721-1");
			pageTracker._trackPageview();
			} catch(err) {}</script>
			</body> 

</html>

