mirror of
https://github.com/alexandrebobkov/CanadianPayroll.git
synced 2025-08-08 04:47:05 +00:00
rates 2025
This commit is contained in:
3
docs/build/html/_sources/errata.rst.txt
vendored
Normal file
3
docs/build/html/_sources/errata.rst.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#######################
|
||||
Errors and Errata
|
||||
#######################
|
29
docs/build/html/_sources/index.rst.txt
vendored
Normal file
29
docs/build/html/_sources/index.rst.txt
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
.. Canadian Payroll Administration documentation master file, created by
|
||||
sphinx-quickstart on Fri Jun 20 18:50:25 2025.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Canadian Payroll Administration documentation
|
||||
=============================================
|
||||
|
||||
.. program-output:: python --version
|
||||
|
||||
.. program-output:: python -c "print(2+3)"
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Table of Contents:
|
||||
:numbered:
|
||||
|
||||
introduction
|
||||
payroll_accounting
|
||||
review_questions
|
||||
rates_2025
|
||||
references
|
||||
errata
|
||||
|
||||
Glossary
|
||||
=========
|
||||
|
||||
* :ref:`genindex`
|
||||
|
14
docs/build/html/_sources/introduction.rst.txt
vendored
Normal file
14
docs/build/html/_sources/introduction.rst.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
############
|
||||
INTRODUCTION
|
||||
############
|
||||
|
||||
***********************
|
||||
Payroll Legal Framework
|
||||
***********************
|
||||
|
||||
The Canadian Payroll Administration system is designed to ensure compliance with the legal framework governing payroll in Canada. This includes adherence to federal and provincial regulations regarding employee compensation, deductions, and reporting requirements.
|
||||
The system is built to handle various payroll scenarios, including different employment types, tax calculations, and benefit deductions, while ensuring that all transactions are accurately recorded and reported in accordance with the law.
|
||||
|
||||
***************
|
||||
Network Diagram
|
||||
***************
|
42
docs/build/html/_sources/payroll_accounting.rst.txt
vendored
Normal file
42
docs/build/html/_sources/payroll_accounting.rst.txt
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
.. |trial_balance| replace:: :math:`\Sigma \text{ Total Debits} = \Sigma \text{ Total Credits}`
|
||||
|
||||
.. |accounting_equation| replace:: :math:`\text{Assets} = \text{Liabilities} + \text{Equity}`
|
||||
|
||||
##################
|
||||
Payroll Accounting
|
||||
##################
|
||||
|
||||
***************
|
||||
Journal Entries
|
||||
***************
|
||||
|
||||
Accounting Recap
|
||||
-----------------
|
||||
|
||||
.. centered:: |trial_balance|
|
||||
|
||||
.. centered:: |accounting_equation|
|
||||
|
||||
.. math:: Assets = Liabilities + Equity
|
||||
:label: AccountingEquation
|
||||
|
||||
Furthermore, we know that:
|
||||
|
||||
.. centered:: :math:`\text{Equity = Revenue - Expenses}`
|
||||
, which leads us to:
|
||||
|
||||
.. centered:: :math:`\text{Assets = Liabilities + (Revenues - Expenses)}`
|
||||
|
||||
Accounting equation :math:numref:`AccountingEquation`
|
||||
|
||||
Payroll accounting is a critical component of the Canadian Payroll Administration system. It involves the systematic recording, analysis, and reporting of payroll transactions to ensure that all financial aspects of employee compensation are accurately reflected in the organization's financial statements.
|
||||
Payroll accounting includes the management of employee wages, tax withholdings, benefit deductions, and other payroll-related expenses. The system is designed to automate these processes, ensuring accuracy and compliance with Canadian payroll regulations.
|
||||
|
||||
Journal Entries
|
||||
-----------------
|
||||
|
||||
Journal entries are a key part of payroll accounting, as they document the financial impact of payroll transactions on the organization's accounts. Each payroll run generates a series of journal entries that reflect the distribution of wages, taxes, and deductions across various accounts.
|
||||
These entries are essential for maintaining accurate financial records and ensuring that the organization's financial statements reflect the true cost of employee compensation. The Canadian Payroll Administration system automates the generation of these journal entries, reducing the risk of errors and ensuring compliance with accounting standards.
|
||||
|
||||
| DR Payroll Expenses $10,500.00
|
||||
| CR Payroll Payable $10,500.00
|
30
docs/build/html/_sources/rates_2025.rst.txt
vendored
Normal file
30
docs/build/html/_sources/rates_2025.rst.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
######################
|
||||
RATES FOR 2025
|
||||
######################
|
||||
|
||||
CANADA / QUEBEC PENSION PLAN (QPP / CPP)
|
||||
------------------------------------------
|
||||
|
||||
.. csv-table:: CANADA / QUEBEC PENSION PLAN (QPP / CPP)
|
||||
:header: "Description", "CPP", "QPP"
|
||||
:widths: 90, 30, 30
|
||||
:align: left
|
||||
:file: rates_2025.csv
|
||||
:delim: ,
|
||||
|
||||
|
||||
.. comment
|
||||
"Yearly maximum pensionable earnings", "$66,600", "$66,600"
|
||||
"Annual maximum contributory earnings", "$66,600", "$66,600"
|
||||
"Annual maximum contribution", "$3,754.45", "$3,754.45"
|
||||
"Employee contribution rate", "5.95%", "5.95%"
|
||||
"Employer contribution rate", "5.95%", "5.95%"
|
||||
"Maximum pensionable earnings", "$66,600", "$66,600"
|
||||
"Basic exemption (Annual)", "$3,500", "$3,500"
|
||||
" Basic exemption (Monthly, 12)", "$291.67", "$291.67"
|
||||
" Basic exemption (Weekly, 52)", "$673.08", "$673.08"
|
||||
" Basic exemption (Weekly, 53)", "$634.91", "$634.91"
|
||||
" Basic exemption (Semi-monthly, 24)", "$1,250.00", "$1,250.00"
|
||||
" Basic exemption (Bi-weekly, 26)", "$1,346.15", "$1,346.15"
|
||||
"Maximum contribution", "$3,754.45", "$3,754.45"
|
||||
|
3
docs/build/html/_sources/references.rst.txt
vendored
Normal file
3
docs/build/html/_sources/references.rst.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
##########
|
||||
REFERENCES
|
||||
##########
|
14
docs/build/html/_sources/review_questions.rst.txt
vendored
Normal file
14
docs/build/html/_sources/review_questions.rst.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
==================
|
||||
REVIEW QUESTIONS
|
||||
==================
|
||||
|
||||
This section contains review questions for the material covered in the course. These questions are designed to test your understanding and help reinforce the concepts learned.
|
||||
|
||||
************************
|
||||
New Employee Information
|
||||
************************
|
||||
|
||||
Which one of the following is correct?
|
||||
a. Choice A
|
||||
b. Choice B
|
||||
c. Choice C
|
Reference in New Issue
Block a user