compliance

This commit is contained in:
2025-07-18 22:36:12 -04:00
parent ad8fa20779
commit f9d4a6f6fe
7 changed files with 107 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -45,7 +45,6 @@ These entries are essential for maintaining accurate financial records and ensur
.. list-table:: Journal Entry Example .. list-table:: Journal Entry Example
:header-rows: 1 :header-rows: 1
:widths: 25 25 10 :widths: 25 25 10
:unnumbered:
* - DR Account * - DR Account
- CR Account - CR Account

View File

@@ -66,6 +66,34 @@ These entries are essential for maintaining accurate financial records and ensur
<div><p>DR Payroll Expenses $10,500.00</p> <div><p>DR Payroll Expenses $10,500.00</p>
<p>CR Payroll Payable ($10,500.00)</p> <p>CR Payroll Payable ($10,500.00)</p>
</div></blockquote> </div></blockquote>
<table class="docutils align-default" id="id2">
<caption><span class="caption-text">Journal Entry Example</span><a class="headerlink" href="#id2" title="Link to this table"></a></caption>
<colgroup>
<col style="width: 41.7%" />
<col style="width: 41.7%" />
<col style="width: 16.7%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>DR Account</p></th>
<th class="head"><p>CR Account</p></th>
<th class="head"><p>Amount</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>Payroll Expenses</p></td>
<td></td>
<td><p>$10,500.00</p></td>
</tr>
<tr class="row-odd"><td></td>
<td><p>Payroll Payable</p></td>
<td><p>$10,500.00</p></td>
</tr>
<tr class="row-even"><td><p><em>To record accrual of payroll expenses for the period.</em></p></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</section> </section>
</section> </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 # 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. # This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4307803702cce1c17b6599de75cfa23d config: 8733960ddefa71162e713a5a5161fcff
tags: 62a1e7829a13fc7881b6498c52484ec0 tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -3763,6 +3763,83 @@ These entries are essential for maintaining accurate financial records and ensur
</p> </p>
</div> </div>
</blockquote> </blockquote>
<table class="docutils align-default" id="id2">
<caption>
<span class="caption-text">
Journal Entry Example
</span>
<a class="headerlink" href="#id2" title="Link to this table">
&para;
</a>
</caption>
<colgroup>
<col style="width: 41.7%"/>
<col style="width: 41.7%"/>
<col style="width: 16.7%"/>
</colgroup>
<thead>
<tr class="row-odd">
<th class="head">
<p>
DR Account
</p>
</th>
<th class="head">
<p>
CR Account
</p>
</th>
<th class="head">
<p>
Amount
</p>
</th>
</tr>
</thead>
<tbody>
<tr class="row-even">
<td>
<p>
Payroll Expenses
</p>
</td>
<td>
</td>
<td>
<p>
$10,500.00
</p>
</td>
</tr>
<tr class="row-odd">
<td>
</td>
<td>
<p>
Payroll Payable
</p>
</td>
<td>
<p>
$10,500.00
</p>
</td>
</tr>
<tr class="row-even">
<td>
<p>
<em>
To record accrual of payroll expenses for the period.
</em>
</p>
</td>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</section> </section>
</section> </section>
</section> </section>