This commit is contained in:
Raju Shrestha
2024-08-08 18:41:24 +05:45
parent 114e7aa4c2
commit e47ff3321d
6 changed files with 14 additions and 12 deletions

View File

@ -155,7 +155,9 @@
</div>
</div>
<div class="dropdown-divider"></div>
<button type="submit" class="btn btn-primary mr-2 text-center">Search Now</button>
<div class="form-group p-2 pb-0">
<button type="submit" class="btn btn-primary btn-sm mr-2 text-center">Search Now</button>
</div>
</div>
</div>
<div class="btn-group">
@ -177,10 +179,10 @@
<table class="table table-bordered table-striped dataTable">
<thead>
<tr>
<th rowspan="2" width="40"><?php myLang('S.No.'); ?></th>
<th rowspan="2"><?php myLang('Item'); ?></th>
<th rowspan="2" width="40" style="vertical-align: middle;"><?php myLang('S.No.'); ?></th>
<th rowspan="2" style="vertical-align: middle;"> <?php myLang('Item'); ?></th>
<th rowspan="2" width="80"><?php myLang('Units'); ?></th>
<th rowspan="2" width="80" style="vertical-align: middle;"><?php myLang('Units'); ?></th>
<th colspan="3" class="text-center"><?php myLang('Opening'); ?></th>
<th colspan="3" class="text-center"><?php myLang('Purchase'); ?></th>