<!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=%2Fcontracts%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="/contracts.asp?ou=JobOrders%2EJobOrderCode"><img src="images/sort_up.gif" alt="Sort Ascending" title="Sort Ascending" border="0" hspace="2"  /></a><a href="/contracts.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="/contracts.asp?ou=WebJobPostings%2EJobTitle"><img src="images/sort_up.gif" alt="Sort Ascending" title="Sort Ascending" border="0" hspace="2"  /></a><a href="/contracts.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="/contracts.asp?gu=%2D"><img src="images/group_close.gif" alt="Remove Grouping" title="Remove Grouping" border="0" hspace="2"  /></a>Location<a href="/contracts.asp?ou=WebJobPostings%2ELocation"><img src="images/sort_up.gif" alt="Sort Ascending" title="Sort Ascending" border="0" hspace="2"  /></a><a href="/contracts.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="/contracts.asp?ou=WebJobPostings%2EDatePosted"><img src="images/sort_up.gif" alt="Sort Ascending" title="Sort Ascending" border="0" hspace="2"  /></a><a href="/contracts.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  />Concord, ON</td></tr>
<tr class="darkRow">
<td class="bodyText"><input type="checkbox" name="chkbox659" id="chkbox659" value="659"  /></td>
<td>20092326</td><td><a title="show/hide" id="desclink_659" href="javascript:void(0);" onclick="toggle(this, 'desc_659');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=659&amp;chkbox659=chkbox659" >Receptionist</a></td><td>Concord, ON</td><td>6/23/2010</td></tr>
<tr id="desc_659" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Receptionist -  Director of First Impressions<br />  If you make a fantastic first impression, have a dynamic personality (a must), and  are ready to take your dedication in customer service to the next level, we want to hear from you!  We are currently seeking our new Receptionist, or as we call it at PTC; </p></p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=659&amp;chkbox659=chkbox659" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">Concord, ON Positions: 1</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />Markham, ON</td></tr>
<tr class="lightRow">
<td class="bodyText"><input type="checkbox" name="chkbox839" id="chkbox839" value="839"  /></td>
<td>20102564</td><td><a title="show/hide" id="desclink_839" href="javascript:void(0);" onclick="toggle(this, 'desc_839');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=839&amp;chkbox839=chkbox839" >Controller</a></td><td>Markham, ON</td><td>8/18/2010</td></tr>
<tr id="desc_839" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p> <p>Controller - $45.00 +/Hr<br />  Markham, 3-4 Months</p>  *** PLEASE NOTE: THIS POSITION IS SCHEDULED TO START ON OR ABOUT SEPT 07/10 ***  Don't miss this great opportunity to join this emerging organization on the "ground floor" as they embark upon an exciting period of growth. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=839&amp;chkbox839=chkbox839" >&#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="chkbox853" id="chkbox853" value="853"  /></td>
<td>20102589</td><td><a title="show/hide" id="desclink_853" href="javascript:void(0);" onclick="toggle(this, 'desc_853');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=853&amp;chkbox853=chkbox853" >Junior Accountant</a></td><td>Markham, ON</td><td>9/2/2010</td></tr>
<tr id="desc_853" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p> <p>Junior Accountant - $25+/HR<br />  3 weeks, Markham</p>  Our client, a rising star in environmental technology, is seeking the services of a junior accountant with full cycle accounting experience to assist with the implementation of a newly acquired enterprise software solution. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=853&amp;chkbox853=chkbox853" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">Markham, ON Positions: 2</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="chkbox848" id="chkbox848" value="848"  /></td>
<td>20102580</td><td><a title="show/hide" id="desclink_848" href="javascript:void(0);" onclick="toggle(this, 'desc_848');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=848&amp;chkbox848=chkbox848" >Analyst, Xcelcius/Micro Strategy</a></td><td>Toronto, ON</td><td>8/27/2010</td></tr>
<tr id="desc_848" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p> <p>Analyst, Xcelcius/Micro Strategy, Rate is Open (based on experience)<br />  Toronto</p>  Do you have experience in developing financial models?  Are you familiar with Xcelcius or Micro Strategy?  Our client is looking for an analyst familiar with one of these software programs to join them on a contract for the next few months. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=848&amp;chkbox848=chkbox848" >&#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="chkbox836" id="chkbox836" value="836"  /></td>
<td>20102562</td><td><a title="show/hide" id="desclink_836" href="javascript:void(0);" onclick="toggle(this, 'desc_836');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=836&amp;chkbox836=chkbox836" >Assistant Controller</a></td><td>Toronto, ON</td><td>8/11/2010</td></tr>
<tr id="desc_836" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p>Assistant Controller - $38+/HR 6 months, Downtown Toronto  Our client is a new, dynamic, fast growing division of a large well known organization.  This is a great opportunity for you if you thrive in a fast-paced, unstructured, multitasking environment where you need to do a bit of everything, even more junior tasks such as coding invoices. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=836&amp;chkbox836=chkbox836" >&#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="chkbox841" id="chkbox841" value="841"  /></td>
<td>20102568</td><td><a title="show/hide" id="desclink_841" href="javascript:void(0);" onclick="toggle(this, 'desc_841');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=841&amp;chkbox841=chkbox841" >Director, Corporate Taxation</a></td><td>Toronto, ON</td><td>8/25/2010</td></tr>
<tr id="desc_841" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Director, Corporate Taxation, $70/hr + <br />  12 Months, Financial Services, Toronto</p>  Our client requires an experienced and motivated Director of Taxation to join their organization. The highly qualified tax person will be bringing more that 7+ years of tax experience, utilizing their analytical, technical and leadership skills to play a pivotal role in preparing tax provisions, Canadian tax returns, implementing complex transactions, and audits. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=841&amp;chkbox841=chkbox841" >&#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="chkbox852" id="chkbox852" value="852"  /></td>
<td>20102585</td><td><a title="show/hide" id="desclink_852" href="javascript:void(0);" onclick="toggle(this, 'desc_852');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=852&amp;chkbox852=chkbox852" >Manager, Enterprise Risk Management</a></td><td>Toronto, ON</td><td>9/2/2010</td></tr>
<tr id="desc_852" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p> <p>Manager, Enterprise Risk Management - $55+/HR<br />  3 months, Toronto</p>  Our client is seeking a self motivated, persuasive and credible leader with strong risk management skills to join their team.  The ideal candidate stepping into the Manager role will be expected to have strong planning skills and a firm grasp of the methods and processes used by financial services organizations to manage risks and seize opportunities related to the achievement of objectives. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=852&amp;chkbox852=chkbox852" >&#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="chkbox849" id="chkbox849" value="849"  /></td>
<td>20102583</td><td><a title="show/hide" id="desclink_849" href="javascript:void(0);" onclick="toggle(this, 'desc_849');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=849&amp;chkbox849=chkbox849" >Small Office Accountant</a></td><td>Toronto, ON</td><td>8/30/2010</td></tr>
<tr id="desc_849" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Small Office Accountant, $25/HR+<br />  1-2 months, Toronto</p>  This is a terrific contract opportunity for someone who enjoys working independently and who has excellent small business accounting skills.  Our client is in need of a contract accountant to handle all aspects of accounting for their small office. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=849&amp;chkbox849=chkbox849" >&#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="chkbox840" id="chkbox840" value="840"  /></td>
<td>20102567</td><td><a title="show/hide" id="desclink_840" href="javascript:void(0);" onclick="toggle(this, 'desc_840');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=840&amp;chkbox840=chkbox840" >Tax Manager</a></td><td>Toronto, ON</td><td>8/25/2010</td></tr>
<tr id="desc_840" style="display:none; height:0px;}"><td  class="darkRow"></td><td class="darkRow"colspan="99"><p><p>Tax Manager, $50/hr +<br />  12 Months, Financial Services, Toronto </p>  Are you looking for a great career with a great company?  A client of ours that is highly respected in the financial services industry is seeking a driven and ambitious Tax specialist to join their team. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=840&amp;chkbox840=chkbox840" >&#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: 6</div></td></tr><tr class="bodyText2bold" ><td colspan="98" class="bodyText2bold"><hr  />West GTA</td></tr>
<tr class="lightRow">
<td class="bodyText"><input type="checkbox" name="chkbox842" id="chkbox842" value="842"  /></td>
<td>20102570</td><td><a title="show/hide" id="desclink_842" href="javascript:void(0);" onclick="toggle(this, 'desc_842');"><img src="images/group_open.gif" border="0" alt=""  /></a> <a href="JobDescriptionMultiple.asp?WebJobPostingsID=842&amp;chkbox842=chkbox842" >Controller</a></td><td>West GTA</td><td>8/17/2010</td></tr>
<tr id="desc_842" style="display:none; height:0px;}"><td  class="lightRow"></td><td class="lightRow"colspan="99"><p><p>Controller - $60-$70/HR <br />  8-10 weeks to start, West of Toronto.</p>  Our international client is seeking a high initiative Controller to join their winning team. The primary duties of the Controller are to oversee the financial and management accounting, as well as the preparation and presentation of financial information. </p><div align="right">&nbsp;<a href="JobDescriptionMultiple.asp?WebJobPostingsID=842&amp;chkbox842=chkbox842" >&#187;&#187;&#187;&nbsp;View Full Description and Apply</a>&nbsp; &nbsp;</div></td></tr>
<tr class="bodyText2bold" ><td colspan="99"><div align="right">West GTA 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=%2Fcontracts%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>

