compliance

This commit is contained in:
2025-07-18 22:14:34 -04:00
parent ce62476e4e
commit 60827a7f46
7 changed files with 33 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -39,5 +39,10 @@ Journal entries are a key part of payroll accounting, as they document the finan
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)
CR Payroll Payable ($10,500.00)
| DR/CR | Account | Amount |
| :---: | :-----: | :----: |
| DR | Payroll Expenses | $10,500.00 |
| CR | Payroll Payable | $10,500.00 |

View File

@@ -66,6 +66,14 @@ These entries are essential for maintaining accurate financial records and ensur
<div><p>DR Payroll Expenses $10,500.00</p>
<p>CR Payroll Payable ($10,500.00)</p>
</div></blockquote>
<div class="line-block">
<div class="line">DR/CR | Account | Amount |</div>
<div class="line">:—: | :—–: | :—-: |</div>
<div class="line-block">
<div class="line">DR | Payroll Expenses | $10,500.00 |</div>
<div class="line">CR | Payroll Payable | $10,500.00 |</div>
</div>
</div>
</section>
</section>
</section>

File diff suppressed because one or more lines are too long

View File

@@ -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: 9c46b2edb3616d667aae172ce017b44d
config: 60bd8870213b389cc0c0ee4daf08bb91
tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -3763,6 +3763,22 @@ These entries are essential for maintaining accurate financial records and ensur
</p>
</div>
</blockquote>
<div class="line-block">
<div class="line">
DR/CR | Account | Amount |
</div>
<div class="line">
:&mdash;: | :&mdash;&ndash;: | :&mdash;-: |
</div>
<div class="line-block">
<div class="line">
DR | Payroll Expenses | $10,500.00 |
</div>
<div class="line">
CR | Payroll Payable | $10,500.00 |
</div>
</div>
</div>
</section>
</section>
</section>