move reports

This commit is contained in:
2026-07-26 16:33:55 -05:00
parent b0081080f6
commit 363a14d49b
6 changed files with 934 additions and 868 deletions

View File

@@ -30,6 +30,7 @@
<button onclick="showTab('customers')" id="tab-customers" class="px-4 py-2 rounded hover:bg-blue-800 tab-btn">Customers</button>
<button onclick="showTab('accounting')" id="tab-accounting" class="px-4 py-2 rounded hover:bg-blue-800 tab-btn">Accounting</button>
<button onclick="showTab('reports')" id="tab-reports" class="px-4 py-2 rounded hover:bg-blue-800 tab-btn">Reports</button>
<button onclick="showTab('salestax')" id="tab-salestax" class="px-4 py-2 rounded hover:bg-blue-800 tab-btn">Sales Tax</button>
<button onclick="showTab('settings')" id="tab-settings" class="px-4 py-2 rounded hover:bg-blue-800 tab-btn">Settings</button>
</div>
</div>
@@ -138,15 +139,15 @@
<div id="accounting-expenses"></div>
</section>
<section class="mb-6">
<h3 class="text-md font-semibold text-gray-700 mb-3">Reports</h3>
<div id="accounting-reports"></div>
</section>
</div>
<section class="mb-6">
<h3 class="text-md font-semibold text-gray-700 mb-3">Sales Tax</h3>
<div id="accounting-sales-tax"></div>
</section>
<!-- Sales Tax Tab -->
<div id="salestax-tab" class="tab-content hidden">
<div class="mb-6">
<h2 class="text-3xl font-bold text-gray-800">Sales Tax</h2>
<p class="text-sm text-gray-500 mt-1">Manual period tracking. Payments must be recorded in QBO separately.</p>
</div>
<div id="salestax-content"></div>
</div>
<!-- Reports Tab -->