opening stock
This commit is contained in:
parent
161df5fd1f
commit
60ac8340ac
@ -25,6 +25,7 @@
|
||||
<th>Material Description</th>
|
||||
<th>Type of Material</th>
|
||||
<th>UOM</th>
|
||||
<th>Opening Stock</th>
|
||||
<th>Material Category</th>
|
||||
<th>Conversion Factor</th>
|
||||
<th>Con Factor UOM</th>
|
||||
@ -50,6 +51,7 @@
|
||||
<td style="width:12%;"><?php echo $record->MaterialName ?></td>
|
||||
<td style="width:10%;"><?php echo $record->MaterialType ?></td>
|
||||
<td style="width:7%;"><?php echo $record->UOM ?></td>
|
||||
<td style="width:7%;"><?php echo $record->stock?></td>
|
||||
<td style="width:11%;"><?php echo $record->Category ?></td>
|
||||
<td style="width:11%;"><?php echo $record->ConversionFactorUnit ?></td>
|
||||
<td style="width:11%;"><?php echo $record->ConversionFactorUOM ?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user