stock module

This commit is contained in:
venbatechnologies@gmail.com 2018-06-05 17:58:43 +05:30
parent 10ef37c659
commit 9b9ea858af

View File

@ -28,7 +28,7 @@
<th>Adjusted Qty</th>
<!-- <th>Adjustment</th> -->
<th>Adjusted On</th>
<!-- <th>Action</th> -->
<th>Action</th>
</tr>
</thead>
<tbody><?php
@ -51,11 +51,11 @@
<td><?php echo $record->CreatedOn ?></td>
<!--
<td> <a data-toggle="tooltip" href="<?php echo base_url().'EditMaterialAdjustment?AdjustmentId='.$record->AdjustmentId;?>&date=<?php echo $record->CreatedOn?>&mc=<?php echo $record->MaterialCode?>
&sn=<?php echo $record->SupplierID?>" ><i class="fa fa-pencil" data-toggle="tooltip" title="<?php echo $record->AdjustmentId; ?> - Click here to Edit details"></i>&nbsp;&nbsp;&nbsp;</a>
<a data-toggle="tooltip" href="<?php echo base_url().'batchcard/Deletequantity?AdjustmentId='.$record->AdjustmentId; ?>" ><i class="fa fa-trash" data-toggle="tooltip" title="<?php echo $record->AdjustmentId; ?> - Click here to Delete details"></i>&nbsp;&nbsp;&nbsp;</a>
</td> -->
<!-- <a data-toggle="tooltip" href="<?php echo base_url().'batchcard/Deletequantity?AdjustmentId='.$record->AdjustmentId; ?>" ><i class="fa fa-trash" data-toggle="tooltip" title="<?php echo $record->AdjustmentId; ?> - Click here to Delete details"></i>&nbsp;&nbsp;&nbsp;</a>
</td> -->
</tr>
<?php