diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle
index 6ea95ae..9fc233e 100644
Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ
diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo
index d0a574f..539730c 100644
--- a/docs/build/html/.buildinfo
+++ b/docs/build/html/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 66658998729e692494c3a76de7314435
+config: 709d7b3d5a22a3fd769256924cb676fa
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/build/html/_images/math/020e49c3f9c40699b77e19e0a2b684d246ea21bb.png b/docs/build/html/_images/math/020e49c3f9c40699b77e19e0a2b684d246ea21bb.png
new file mode 100644
index 0000000..313d106
Binary files /dev/null and b/docs/build/html/_images/math/020e49c3f9c40699b77e19e0a2b684d246ea21bb.png differ
diff --git a/docs/build/html/_images/math/3fa11f8e69bcb5e9be2df6754a5e4f614450b91c.png b/docs/build/html/_images/math/3fa11f8e69bcb5e9be2df6754a5e4f614450b91c.png
new file mode 100644
index 0000000..06eb086
Binary files /dev/null and b/docs/build/html/_images/math/3fa11f8e69bcb5e9be2df6754a5e4f614450b91c.png differ
diff --git a/docs/build/html/_images/math/547c7611976b4041740caa3335735c193069bb84.png b/docs/build/html/_images/math/547c7611976b4041740caa3335735c193069bb84.png
new file mode 100644
index 0000000..6b863fe
Binary files /dev/null and b/docs/build/html/_images/math/547c7611976b4041740caa3335735c193069bb84.png differ
diff --git a/docs/build/html/_images/math/96afef116a3f4349b6cf21c73cca42773ed21927.png b/docs/build/html/_images/math/96afef116a3f4349b6cf21c73cca42773ed21927.png
new file mode 100644
index 0000000..00fb9a4
Binary files /dev/null and b/docs/build/html/_images/math/96afef116a3f4349b6cf21c73cca42773ed21927.png differ
diff --git a/docs/build/html/_images/math/f8b2faa121474b0dd0e28fef8ac413a56b6313b2.png b/docs/build/html/_images/math/f8b2faa121474b0dd0e28fef8ac413a56b6313b2.png
new file mode 100644
index 0000000..f80b364
Binary files /dev/null and b/docs/build/html/_images/math/f8b2faa121474b0dd0e28fef8ac413a56b6313b2.png differ
diff --git a/docs/build/html/payroll_accounting.html b/docs/build/html/payroll_accounting.html
index 58f1ece..63ed037 100644
--- a/docs/build/html/payroll_accounting.html
+++ b/docs/build/html/payroll_accounting.html
@@ -12,7 +12,6 @@
-
@@ -48,14 +47,14 @@
-\(\Sigma \text{ Total Debits} = \Sigma \text{ Total Credits}\)
-\(\text{Assets} = \text{Liabilities} + \text{Equity}\) Furthermore, we know that:2.1.1. Accounting Recap¶
+
(1)¶
Furthermore, we know that:
-\(\text{Equity = Revenue - Expenses}\)
+
, which leads us to:
-\(\text{Assets = Liabilities + (Revenues - Expenses)}\)
Accounting equation (1)
+Accounting equation (1)
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.
diff --git a/docs/build/html/review_questions.html b/docs/build/html/review_questions.html index 6170679..c7d560c 100644 --- a/docs/build/html/review_questions.html +++ b/docs/build/html/review_questions.html @@ -15,7 +15,7 @@ - +
-
- \(\Sigma \text{ Total Debits} = \Sigma \text{ Total Credits}\)
-
+
-
- \(\text{Assets} = \text{Liabilities} + \text{Equity}\)
-
+
+
+ (1)
+
+ ¶
+
+
+
+
Furthermore, we know that:
-
- \(\text{Equity = Revenue - Expenses}\)
-
+
, which leads us to:
-
- \(\text{Assets = Liabilities + (Revenues - Expenses)}\)
-
+
diff --git a/docs/source/conf.py b/docs/source/conf.py index 3252f5c..f1181c5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,6 +17,7 @@ release = 'HR' extensions = [ "sphinx.ext.autodoc", "sphinx.ext.mathjax", + "sphinx.ext.imgmath", 'sphinxcontrib.programoutput', 'matplotlib.sphinxext.mathmpl', 'sphinxcontrib.nwdiag', @@ -57,3 +58,7 @@ html_static_path = ['_static'] latex_documents = [ ('index', 'Payroll-Administration_2025.tex', 'Canadian Payroll Administration (2025)', 'Alexandre Bobkov', 'manual'), ] + +imgmath_image_format = 'png' +imgmath_dvi_png_args = ['-gamma', '1.5', '-D', '110', '-bg', 'Transparent'] +imgmath_use_preview = True