//include ('pdf_header_reverse.php');
include('includes/config/config.php');
include('includes/functions.php');
include('log_entry.php');
?>
Less Qty Prescribe Medicine Report |
Date :
echo date('d-m-Y', strtotime($_POST['startDate_l_qty'])) . " To " . date('d-m-Y', strtotime($_POST['endDate_l_qty'])); ?>
|
|
Sr |
Emp Code |
Patient Name |
Designation |
Division |
Department |
Section |
Items Name |
Frequency |
Duration / Days |
Daily Dose Qty |
Prescribe Qty |
Issued Qty |
Less Qty |
Batch |
while ($row = mysqli_fetch_assoc($result)) {
$item_from_id = getTableFieldValue("tbl_items", "item_form_id", "item_id", $row['item_id']);
$is_qty_fixed = getTableFieldValue("medicine_form", "is_qty_fixed", "form_id", $item_from_id);
if($is_qty_fixed != 'YES'){
}else{
continue;
}
?>
= getTableFieldValue("tbl_categories", "cat_name", "cat_id", $value) ?>
|
= ++$count ?> |
= $emp_code ?> |
= $patient_name ?> |
|
|
|
|
= $item_name ?> |
= $frequency_name ?> |
|
|
|
|
|
|