rates 2025

This commit is contained in:
2025-06-22 16:52:19 -04:00
parent 1f4698d5f7
commit 0c5de548f7
41 changed files with 3930 additions and 37 deletions

View File

@@ -0,0 +1,3 @@
#######################
Errors and Errata
#######################

29
docs/build/html/_sources/index.rst.txt vendored Normal file
View 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`

View 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
***************

View 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

View 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"

View File

@@ -0,0 +1,3 @@
##########
REFERENCES
##########

View 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