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

@ -167,7 +167,7 @@
<th class="col-1.5" rowspan="2"><?php myLang("Ledger"); ?></th> <th class="col-1.5" rowspan="2"><?php myLang("Ledger"); ?></th>
<th class="col-1.5" rowspan="2"><?php myLang(" Group"); ?></th> <th class="col-1.5" rowspan="2"><?php myLang(" Group"); ?></th>
<th colspan="2" class="col-3 text-center">Opening Balance</th> <th colspan="2" class="col-3 text-center">Opening Balance</th>
<th class="col-2 text-center" rowspan="2"><?php myLang("Action"); ?></th> <th class="col-1 text-center" rowspan="2"><?php myLang("Action"); ?></th>
</tr> </tr>
<tr> <tr>

View File

@ -42,7 +42,7 @@
<th class="col-4">Default Debits</th> <th class="col-4">Default Debits</th>
<th class="col-4">Default Credits</th> <th class="col-4">Default Credits</th>
<th class="col-1 text-center">Voucher Color</th> <th class="col-1 text-center">Voucher Color</th>
<th class="table-col col-1 text-center">Action</th> <th class=" text-center">Action</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -91,7 +91,7 @@
<th width="30%"><?php myLang('Inventory Group'); ?></th> <th width="30%"><?php myLang('Inventory Group'); ?></th>
<!-- <th width="5%"><?php //myLang('Unit'); ?></th> --> <!-- <th width="5%"><?php //myLang('Unit'); ?></th> -->
<th width="57%"><?php myLang('Remarks'); ?></th> <th width="57%"><?php myLang('Remarks'); ?></th>
<td width="8%"><?php myLang("Action"); ?></th> <td class="text-center col-1"><?php myLang("Action"); ?></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -104,7 +104,7 @@
<td><?php echo $TableRow->title; ?></td> <td><?php echo $TableRow->title; ?></td>
<!-- <td><?php //echo getFieldfromValue("tbl_units", "title", "unit_id", $TableRow->units_id); ?></td> --> <!-- <td><?php //echo getFieldfromValue("tbl_units", "title", "unit_id", $TableRow->units_id); ?></td> -->
<td><?php echo $TableRow->description; ?></td> <td><?php echo $TableRow->description; ?></td>
<td> <td class="text-center">
<?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?> <?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?>
<?php showDeleteButton($id); ?> <?php showDeleteButton($id); ?>
</td> </td>

View File

@ -125,7 +125,7 @@
<th width="10%" class="text-right"><?php myLang('Qty'); ?></th> <th width="10%" class="text-right"><?php myLang('Qty'); ?></th>
<th width="10%" class="text-right"><?php myLang('Rate'); ?></th> <th width="10%" class="text-right"><?php myLang('Rate'); ?></th>
<th width="10%" class="text-right"><?php myLang('Total'); ?></th> <th width="10%" class="text-right"><?php myLang('Total'); ?></th>
<td width="10%" class="text-bold"><?php myLang("Action"); ?></th> <td width="7%" class="col-1 text-bold text-center"><?php myLang("Action"); ?></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -142,7 +142,7 @@
<td class="text-right"><?php echo $TableRow->Stock->qty; ?></td> <td class="text-right"><?php echo $TableRow->Stock->qty; ?></td>
<td class="text-right"><?php echo $TableRow->Stock->rate; ?></td> <td class="text-right"><?php echo $TableRow->Stock->rate; ?></td>
<td class="text-right"><?php echo $TableRow->Stock->amount; ?></td> <td class="text-right"><?php echo $TableRow->Stock->amount; ?></td>
<td> <td class="text-center">
<?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?> <?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?>
<?php showDeleteButton($id); ?> <?php showDeleteButton($id); ?>
</td> </td>

View File

@ -155,7 +155,9 @@
</div> </div>
</div> </div>
<div class="dropdown-divider"></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> </div>
<div class="btn-group"> <div class="btn-group">
@ -177,10 +179,10 @@
<table class="table table-bordered table-striped dataTable"> <table class="table table-bordered table-striped dataTable">
<thead> <thead>
<tr> <tr>
<th rowspan="2" width="40"><?php myLang('S.No.'); ?></th> <th rowspan="2" width="40" style="vertical-align: middle;"><?php myLang('S.No.'); ?></th>
<th rowspan="2"><?php myLang('Item'); ?></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('Opening'); ?></th>
<th colspan="3" class="text-center"><?php myLang('Purchase'); ?></th> <th colspan="3" class="text-center"><?php myLang('Purchase'); ?></th>

View File

@ -71,7 +71,7 @@
<th class="table-col col-1"><?php myLang('S.N'); ?></th> <th class="table-col col-1"><?php myLang('S.N'); ?></th>
<th><?php myLang('Unit Name '); ?></th> <th><?php myLang('Unit Name '); ?></th>
<th><?php myLang('Unit Code'); ?></th> <th><?php myLang('Unit Code'); ?></th>
<th class="table-col col-1">Action</th> <th class="col-1 text-center">Action</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -83,7 +83,7 @@
<td><?php echo $a; ?></td> <td><?php echo $a; ?></td>
<td><?php echo $TableRow->title; ?></td> <td><?php echo $TableRow->title; ?></td>
<td><?php echo $TableRow->description; ?></td> <td><?php echo $TableRow->description; ?></td>
<td><?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?> <td class="text-center"><?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?>
<?php showDeleteButton($id); ?> <?php showDeleteButton($id); ?>
</td> </td>
</tr> </tr>