compliance

This commit is contained in:
2025-07-18 22:17:14 -04:00
parent 959a783eca
commit a2f175b0f8
4 changed files with 8 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -46,5 +46,6 @@ These entries are essential for maintaining accurate financial records and ensur
| DR/CR | Account | Amount | | DR/CR | Account | Amount |
+-------+------------------+------------+ +-------+------------------+------------+
| DR | Payroll Expenses | $10,500.00 | | DR | Payroll Expenses | $10,500.00 |
+-------+------------------+------------+
| CR | Payroll Payable | $10,500.00 | | CR | Payroll Payable | $10,500.00 |
+-------+------------------+------------+ +-------+------------------+------------+

View File

@@ -72,12 +72,13 @@ These entries are essential for maintaining accurate financial records and ensur
<td><p>Account</p></td> <td><p>Account</p></td>
<td><p>Amount</p></td> <td><p>Amount</p></td>
</tr> </tr>
<tr class="row-even"><td><p>DR <tr class="row-even"><td><p>DR</p></td>
CR</p></td> <td><p>Payroll Expenses</p></td>
<td><p>Payroll Expenses <td><p>$10,500.00</p></td>
Payroll Payable</p></td> </tr>
<td><p>$10,500.00 <tr class="row-odd"><td><p>CR</p></td>
$10,500.00</p></td> <td><p>Payroll Payable</p></td>
<td><p>$10,500.00</p></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>