changes for filter and print
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
$this->load->library("BIBAccounts");
|
||||
$BIBAccounts = new BIBAccounts();
|
||||
|
||||
?>
|
||||
<!-- Include jQuery -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
||||
@ -26,7 +27,7 @@ $BIBAccounts = new BIBAccounts();
|
||||
|
||||
.table-gray {
|
||||
background-color: #eee;
|
||||
}
|
||||
}
|
||||
|
||||
.table td,
|
||||
.table th {
|
||||
@ -107,7 +108,7 @@ $BIBAccounts = new BIBAccounts();
|
||||
?></h2>
|
||||
|
||||
<div class="card-tools">
|
||||
<form method="post" action="" id="FilterForm">
|
||||
<form method="post" action=<?php echo site_url('/Accounts/Reports/trialbalance'); ?> id="FilterForm">
|
||||
|
||||
<!-- button with a dropdown -->
|
||||
<div class="btn-group">
|
||||
@ -207,7 +208,7 @@ $BIBAccounts = new BIBAccounts();
|
||||
);
|
||||
$showZeroBalances = false;
|
||||
?>
|
||||
<?php $AccountGroups = $BIBAccounts->getAccountGroupsWithBalances(); ?>
|
||||
<?php $AccountGroups = $BIBAccounts->getAccountGroupsWithBalances();?>
|
||||
<table class="table table-bordered vertical-borders" id="TrialBalanceTable">
|
||||
<thead class="bg-gray">
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user