Accounts Department Dashboard
Employees
TOTAL NO OF EMPLOYEES
totemp;?>
TOTAL EMPLOYEES ABSENT
YESTERDAY
TODAY
'Select Employee');
//print_r( $options);
if(!empty($emplist))
{
foreach ($emplist as $SID):
$options[$SID->EmpID] = $SID->name.' '.' - '.' '.$SID->EmpID;
endforeach;
}
echo form_dropdown('emp', $options,set_value('emp'),'id="emp"' ,'required="true"' ,'class="form-control select2');
?>
0
0
'Select Employee');
//print_r( $options);
if(!empty($emplist))
{
foreach ($emplist as $SID):
$options[$SID->EmpID] = $SID->name.' '.' - '.' '.$SID->EmpID;
endforeach;
}
echo form_dropdown('employee', $options,set_value('employee'),'id="employee"' ,'required="true"' ,'class="form-control select2');
?>
0
0
Admin Dashboard
Manager Department Dashboard
Employees
Monthly Released Purchase Order
1 April, 2017 - 31 March, 2018
BUDGET AMOUNT
SERVICE : totalserviceamount;?>
REVENUE : totalrevenueamount;?>
IMPORT : totalimportamount;?>
CAPITAL :  totalcapitalamount;?>