<!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, ON</td></tr>
<tr class="darkRow">
<td class="bodyText"><input type="checkbox" name="chkbox807" id="chkbox807" value="807"  /></td>
<td>20102526</td><td><a title="show/hide" id="desclink_807" href="javascript:void(0);" onclick="toggle(this, 'desc_807');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=807&amp;chkbox807=chkbox807" >Director, Finance</a></td><td>Etobicoke, ON</td><td>6/30/2010</td></tr>
<tr id="desc_807" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Director, Finance, $65/HR +<br />  Mississauga, 5 Months</p>  Do you see yourself as a Director for a large multinational industry leader?  This role requires a designated accountant with management experience in spearheading budget and planning processes. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=807&amp;chkbox807=chkbox807" >&#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, ON 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="chkbox826" id="chkbox826" value="826"  /></td>
<td>20102550</td><td><a title="show/hide" id="desclink_826" href="javascript:void(0);" onclick="toggle(this, 'desc_826');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=826&amp;chkbox826=chkbox826" >Financial Analyst</a></td><td>Mississauga, ON</td><td>7/29/2010</td></tr>
<tr id="desc_826" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Financial Analyst, $28/Hr +<br />  Mississauga, 4 months</p>  Are you a strong financial analyst with experience preparing detailed COGS analysis?  Your experience must be recent (within the past 5 years) and be from specific industries, such as, but not limited to, manufacturing, distribution, pharma or logistics,  In this role, you will be responsible for the monthly variance analysis, as well as other variance analysis for a service company. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=826&amp;chkbox826=chkbox826" >&#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="chkbox821" id="chkbox821" value="821"  /></td>
<td>20102543</td><td><a title="show/hide" id="desclink_821" href="javascript:void(0);" onclick="toggle(this, 'desc_821');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=821&amp;chkbox821=chkbox821" >Financial Analyst</a></td><td>Mississauga, ON</td><td>7/20/2010</td></tr>
<tr id="desc_821" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Financial Analyst $30-$35/hr<br />  Mississauga, 6 months</p>  An excellent contract opportunity with a highly respected organization.  Our client is looking for a stellar Financial Analyst to join their organization.  The key responsibilities will be internal &amp; external reporting, ensuring compliance with funding legislation; </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=821&amp;chkbox821=chkbox821" >&#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="chkbox824" id="chkbox824" value="824"  /></td>
<td>20102546</td><td><a title="show/hide" id="desclink_824" href="javascript:void(0);" onclick="toggle(this, 'desc_824');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=824&amp;chkbox824=chkbox824" >Financial Planning Analyst</a></td><td>Mississauga, ON</td><td>7/22/2010</td></tr>
<tr id="desc_824" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p> <p>Financial Planning Analyst, $40+/hr<br />  6+ Months, Mississauga</p>  Working with this reputable organization, the Financial Planning Analyst will primarily be responsible for cash flow modelling for investments and a complex compensation plans. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=824&amp;chkbox824=chkbox824" >&#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="chkbox792" id="chkbox792" value="792"  /></td>
<td>20102507</td><td><a title="show/hide" id="desclink_792" href="javascript:void(0);" onclick="toggle(this, 'desc_792');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=792&amp;chkbox792=chkbox792" >IFRS Transition Project Leader</a></td><td>Mississauga, ON</td><td>6/4/2010</td></tr>
<tr id="desc_792" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>IFRS Transition Project Leader - $80+/HR<br /> 12 Months, Mississauga</p>  Aim high and make an impact. Our client is seeking a hands-on financial reporting specialist to drive the first-time adoption of International Financial Reporting Standards (IFRS). </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=792&amp;chkbox792=chkbox792" >&#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="chkbox802" id="chkbox802" value="802"  /></td>
<td>20102520</td><td><a title="show/hide" id="desclink_802" href="javascript:void(0);" onclick="toggle(this, 'desc_802');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=802&amp;chkbox802=chkbox802" >Tax Manager</a></td><td>Mississauga, ON</td><td>7/26/2010</td></tr>
<tr id="desc_802" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Tax Manager - $50+/HR<br />  3 Month, Mississauga.</p>  Our client, an industry leader, is looking for an intermediate level tax professional with Canadian corporate tax experience for their fast-paced organization.  Responsibilities include preparation of period-end tax provisions as well as preparing and filing of corporate tax returns, including SR&amp;ED. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=802&amp;chkbox802=chkbox802" >&#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: 5</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />Toronto, ON</td></tr>
<tr class="darkRow">
<td class="bodyText"><input type="checkbox" name="chkbox801" id="chkbox801" value="801"  /></td>
<td>20102518</td><td><a title="show/hide" id="desclink_801" href="javascript:void(0);" onclick="toggle(this, 'desc_801');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=801&amp;chkbox801=chkbox801" >Financial Analyst</a></td><td>Toronto, ON</td><td>6/18/2010</td></tr>
<tr id="desc_801" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Financial Analyst, $25/HR +<br />  12 months, Downtown</p>  Shining the spotlight on exceptional accountants.  Here is a tremendous opportunity to showcase your strong analytical and problem solving abilities.  This role will challenge the successful candidate to go beyond issue identification: </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=801&amp;chkbox801=chkbox801" >&#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="chkbox819" id="chkbox819" value="819"  /></td>
<td>20102538</td><td><a title="show/hide" id="desclink_819" href="javascript:void(0);" onclick="toggle(this, 'desc_819');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=819&amp;chkbox819=chkbox819" >Manager of Accounting</a></td><td>Toronto, ON</td><td>7/16/2010</td></tr>
<tr id="desc_819" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Manager of Accounting  $45+/HR<br />  Toronto, 2 + Months.</p>  Our client, a strong leader in their field is looking for your expertise with Oracle; specifically with regards to the PA Module along with "Discover".  Preference will be given to individuals with completion of Oracle technical courses. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=819&amp;chkbox819=chkbox819" >&#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="chkbox774" id="chkbox774" value="774"  /></td>
<td>20102486</td><td><a title="show/hide" id="desclink_774" href="javascript:void(0);" onclick="toggle(this, 'desc_774');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=774&amp;chkbox774=chkbox774" >Project Manager - Business</a></td><td>Toronto, ON</td><td>6/23/2010</td></tr>
<tr id="desc_774" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Project Manager - Business, $45+/Hr<br />  6 Months, Toronto</p>  Managing the day-to-day operations of an IT related project with our client, a large financial institution, this role will be responsible for the business aspects of an IT related project. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=774&amp;chkbox774=chkbox774" >&#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="chkbox790" id="chkbox790" value="790"  /></td>
<td>20102505</td><td><a title="show/hide" id="desclink_790" href="javascript:void(0);" onclick="toggle(this, 'desc_790');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=790&amp;chkbox790=chkbox790" >Report Writer/Developer</a></td><td>Toronto, ON</td><td>6/7/2010</td></tr>
<tr id="desc_790" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Report Writer/Developer - $40.00 +/hour<br />  Toronto, 6 Months plus</p>  Our client is looking for an experienced individual in SAS and SQL Server environments  Have you created SAS Dashboards?    You must possess GUI expertise and have worked in an on-line environment for consideration for this role. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=790&amp;chkbox790=chkbox790" >&#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="chkbox823" id="chkbox823" value="823"  /></td>
<td>20102545</td><td><a title="show/hide" id="desclink_823" href="javascript:void(0);" onclick="toggle(this, 'desc_823');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=823&amp;chkbox823=chkbox823" >Senior Accountant</a></td><td>Toronto, ON</td><td>7/29/2010</td></tr>
<tr id="desc_823" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>4 Months, Toronto<br />  Senior Accountant - $45+/HR</p>  Our client is looking for a Senior Accountant with excellent analytical and deductive reasoning skills; ability to add value to their business.  In this role, you will be responsible for the monthly and quarterly reporting packages, consolidation, intercompany eliminations, corporate reporting, retained earning and other ad hoc projects. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=823&amp;chkbox823=chkbox823" >&#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="chkbox752" id="chkbox752" value="752"  /></td>
<td>20102452</td><td><a title="show/hide" id="desclink_752" href="javascript:void(0);" onclick="toggle(this, 'desc_752');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=752&amp;chkbox752=chkbox752" >Senior Finance Analyst, Implementation</a></td><td>Toronto, ON</td><td>4/15/2010</td></tr>
<tr id="desc_752" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Senior Finance Analyst, Implementation,$50-$60/hour<br />  Downtown, 12 Months </p>  Our client, a leader in the financial services sector, requires a designated accountant with a strong understanding of financial accounting policies with familiarity in financial instruments (ie, derivatives, hedge accounting, securitization), and experience with IFRS. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=752&amp;chkbox752=chkbox752" >&#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="chkbox811" id="chkbox811" value="811"  /></td>
<td>20102533</td><td><a title="show/hide" id="desclink_811" href="javascript:void(0);" onclick="toggle(this, 'desc_811');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=811&amp;chkbox811=chkbox811" >Senior Finance Project Manager</a></td><td>Toronto, ON</td><td>7/12/2010</td></tr>
<tr id="desc_811" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Senior Finance Project Manager, $45-65+/Hr<br />  6 months, Toronto</p>  Working for a large Canadian Financial Institutions, this role will be responsible for leading and managing large and complex IT Finance related projects.  A strong leader, comfortable working with senior level management and vendors, capable of developing and delivering solutions in a timely manner is required. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=811&amp;chkbox811=chkbox811" >&#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: 7</div></td></tr><tr><td colspan="99"><hr /></td></tr><tr class="bodyText2bold" ><td colspan="99"><div align="right">Total Positions: 13</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>

