mirror of
https://github.com/itflow-org/itflow
synced 2026-09-01 12:25:11 +00:00
Add Account Statment in Client Portal with option to download as a PDF
This commit is contained in:
@@ -64,13 +64,14 @@ header("X-Frame-Options: DENY"); // Legacy
|
||||
|
||||
<?php if (contactCan('accounting') && $config_module_enable_accounting == 1) { ?>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle <?= in_array(basename($_SERVER['PHP_SELF']), ['invoices.php', 'quotes.php', 'autopay.php']) ? 'active' : '' ?>" href="#" id="navbarDropdown1" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<a class="nav-link dropdown-toggle <?= in_array(basename($_SERVER['PHP_SELF']), ['invoices.php', 'quotes.php', 'autopay.php', 'statement.php']) ? 'active' : '' ?>" href="#" id="navbarDropdown1" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Finance
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown1">
|
||||
<a class="dropdown-item" href="/client/invoices.php">Invoices</a>
|
||||
<a class="dropdown-item" href="/client/recurring_invoices.php">Recurring Invoices</a>
|
||||
<a class="dropdown-item" href="/client/quotes.php">Quotes</a>
|
||||
<a class="dropdown-item" href="/client/statement.php">Account Statement</a>
|
||||
<a class="dropdown-item" href="/client/saved_payment_methods.php">Saved Payments</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user