compliance

This commit is contained in:
2025-07-18 22:16:19 -04:00
parent 79ab58d791
commit db8dffc4ed
6 changed files with 62 additions and 28 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -42,7 +42,9 @@ These entries are essential for maintaining accurate financial records and ensur
CR Payroll Payable ($10,500.00)
| DR/CR | Account | Amount |
| :---: | :-----: | :----: |
+-------+------------------+------------+
| DR/CR | Account | Amount |
+-------+------------------+------------+
| DR | Payroll Expenses | $10,500.00 |
| CR | Payroll Payable | $10,500.00 |
| CR | Payroll Payable | $10,500.00 |
+-------+------------------+------------+

View File

@@ -66,14 +66,21 @@ 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>
<table class="docutils align-default">
<tbody>
<tr class="row-odd"><td><p>DR/CR</p></td>
<td><p>Account</p></td>
<td><p>Amount</p></td>
</tr>
<tr class="row-even"><td><p>DR
CR</p></td>
<td><p>Payroll Expenses
Payroll Payable</p></td>
<td><p>$10,500.00
$10,500.00</p></td>
</tr>
</tbody>
</table>
</section>
</section>
</section>

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: 60bd8870213b389cc0c0ee4daf08bb91
config: c6acad3227fa180d08b47bffce5b02dd
tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -3763,22 +3763,47 @@ 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>
<table class="docutils align-default">
<tbody>
<tr class="row-odd">
<td>
<p>
DR/CR
</p>
</td>
<td>
<p>
Account
</p>
</td>
<td>
<p>
Amount
</p>
</td>
</tr>
<tr class="row-even">
<td>
<p>
DR
CR
</p>
</td>
<td>
<p>
Payroll Expenses
Payroll Payable
</p>
</td>
<td>
<p>
$10,500.00
$10,500.00
</p>
</td>
</tr>
</tbody>
</table>
</section>
</section>
</section>