include('pdf_header.php');
// include('includes/config/config.php');
//include('includes/functions.php')
//include('pop_up_top.php');
?>
Run Date : |
Indent List |
User : |
Id. |
Item Name |
Indent Ref No |
Indent Date |
Indent Qty |
Remarks |
Status |
' . getItemWithFormName($row2['item_id']) . '
';
$item_unit_id = getTableFieldValue('tbl_items', 'unit_id', 'item_id', $row2['item_id']);
$item_unit = getTableFieldValue(' unit_master', 'unit_name', 'unit_id', $item_unit_id);
$item_qty = $item_qty . ' ' . $row2['indent_qty'] . ' ' . $item_unit . '
';
}
?>
|
|
|
|
|
|
|
}
?>
include('pdf_footer.php');
?>