move reports
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user