Updated PL report - changed Gross Profit to Gross Revenue as is more accurate for taxation

This commit is contained in:
johnnyq
2026-01-29 13:55:09 -05:00
parent ff0bb49926
commit 1ce4dd932e

View File

@@ -173,7 +173,7 @@ $sql_categories_expense = mysqli_query($mysqli, "SELECT * FROM categories WHERE
?>
<tr>
<th>Gross Profit</th>
<th>Gross Revenue</th>
<?php
$payment_total_amount_for_quarter_one = 0;