Canadian Payroll Jan_2009-00 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Canadian Payroll Jan_2009-00 (Development branch)
# 1  
Old 01-13-2009
Canadian Payroll Jan_2009-00 (Development branch)

Image CdnPayroll calculates Canadian payroll taxes, CPP, EI, WCB, HP, etc. The command line version produces various outputs for stand-alone use or for use with another program. It includes a simple GUI for Linux written in Kaptain and a CGI version for Web use. License: GNU General Public License (GPL) Changes:
Changes were made for the 88th edition of Payroll Deductions Formulas for Computer Programs for Canada (t4127-09e.pdf), which is effective January 01, 2009. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help edit simple payroll script?

I'm trying to write a simple script to figure pay with overtime...I got the first part to work, but I can't seem to get the second if statement's syntax right...:confused:I want it to take the 40 hours times 10 dollars, but then i want whatever is left over (like 7 of 47 hours) and take that times... (6 Replies)
Discussion started by: miss72006
6 Replies
Login or Register to Ask a Question
Finance::Quote::FinanceCanada(3)			User Contributed Perl Documentation			  Finance::Quote::FinanceCanada(3)

NAME
Finance::Quote::FinanceCanada - Obtain stock and mutual fund prices from finance.canada.com SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; # Can failover to other methods %quotes = $q->fetch("canada", "stock_fund-code"); # Use this module only %quotes = $q->fetch("financecanada", "stock_fund-code"); DESCRIPTION
This module obtains information about Canadian Stock and Mutual Funds from finanace.canada.com. The information source "canada" can be used if the information source is unimportant, or "financecanada" to specifically use finance.canada.com. STOCK_FUND-CODE Canadian stocks/mutual funds do not have a unique symbol identifier. This module uses the symbols as used on finance.canada.com. The simplest way to fetch the ID for a particular stock/fund is to go to finance.canada.com, search for your particular stock or mutual fund, and note the symbol ID. This is helpfully provided by the site in their returned HTML quote. LABELS RETURNED
Information available from financecanada may include the following labels: method source name symbol currency date nav last price SEE ALSO
Finance Canada.com website - http://finance.canada.com/ Finance::Quote perl v5.12.1 2009-10-05 Finance::Quote::FinanceCanada(3)