CHANGE_ REPORTS ORDER

This commit is contained in:
Srinivas-Saravanan 2024-11-15 14:20:39 +05:30
parent f5e64ad791
commit 9fd330dded
2 changed files with 13 additions and 11 deletions

View File

@ -40,7 +40,7 @@
<thead>
<tr>
<th hidden>id</th>
<th>Inv Date</th>
<th style="text-align: center;">Invoice Date</th>
<th>Book Name</th>
<th>Author</th>
<th>Published By</th>

View File

@ -253,29 +253,31 @@
<div class="collapse" id="reportLayouts">
<ul class="nav-second-level">
<li>
<a href="<?= base_url()."general_inv_rp"; ?>">Sales Report</a>
<a href="<?= base_url()."expired_customer_report"; ?>">Membership Renewal</a>
</li>
<li>
<a href="<?= base_url()."general_inv_rp"; ?>">Sales</a>
</li>
<!-- <li>
<a href="<?= base_url()."mem_inv_rp"; ?>">Membership Invoice Report</a>
</li> -->
<li>
<a href="<?= base_url()."expired_customer_report"; ?>">Membership Renewal</a>
</li>
<li>
<a href="<?= base_url()."itemwise_report"; ?>">Bookswise Report</a>
</li>
<li>
<a href="<?= base_url()."book_publishwise_Report"; ?>">Books Published</a>
</li>
<li>
<a href="<?= base_url()."report_userwise_and_eventwise"; ?>">User Events and Sales Report</a>
<a href="<?= base_url()."itemwise_report"; ?>">Bookswise</a>
</li>
<li>
<a href="<?= base_url()."received_payments_report"; ?>">Received Payments Report</a>
<a href="<?= base_url()."itemwise_report_with_payment_method"; ?>">Sales by Books</a>
</li>
<li>
<a href="<?= base_url()."itemwise_report_with_payment_method"; ?>">Sales by Books Report</a>
<a href="<?= base_url()."received_payments_report"; ?>">Payment received</a>
</li>
<li>
<a href="<?= base_url()."report_userwise_and_eventwise"; ?>">User Eventwise-Sales</a>
</li>
</ul>
</div>
</li>