Hacked By AnonymousFox
<?
include("lib/connect.php");
include("lib/session.php");
if($System_Session_User_ID=="") {
echo "<SCRIPT LANGUAGE=\"JavaScript\">window.location = \"index.php\";alert(\"You must Login first.\");</SCRIPT>";
}
$sql="select * from fin_staff where StaffID='$System_Session_User_ID'";
$query=mysql_query($sql);
$row=mysql_fetch_array($query);
function ShowDate($myDate) {
$myDateArray=explode("-",$myDate);
$myDay = sprintf("%d",$myDateArray[2]);
switch($myDateArray[1]) {
case "01" : $myMonth = "ม.ค."; break;
case "02" : $myMonth = "ก.พ."; break;
case "03" : $myMonth = "มี.ค."; break;
case "04" : $myMonth = "เม.ย."; break;
case "05" : $myMonth = "พ.ค."; break;
case "06" : $myMonth = "มิ.ย."; break;
case "07" : $myMonth = "ก.ค."; break;
case "08" : $myMonth = "ส.ค."; break;
case "09" : $myMonth = "ก.ย."; break;
case "10" : $myMonth = "ต.ค."; break;
case "11" : $myMonth = "พ.ย."; break;
case "12" : $myMonth = "ธ.ค."; break;
}
$myYear = sprintf("%d",$myDateArray[0])+543;
return($myDay . " " . $myMonth . " " . $myYear);
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>FINANCIAL V.1</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/list.ico"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/Linearicons-Free-v1.0.0/icon-font.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animsition/css/animsition.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/daterangepicker/daterangepicker.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/splash.css">
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
<style type="text/css">
.inputlogin{
background:#056839;
font-family: 'Mitr', sans-serif;
font-size:16px;
padding: 5px 10px 5px 10px;
color: #fff;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
cursor: pointer;
border-left:none;
border-top:none;
margin:10px 0 10px 0;
}
.inputlogin:hover{
background:#727FB2;
}
table {
border-collapse: collapse;
width: 100%;
}
</style>
<link rel="stylesheet" href="dist/css/default/zebra_datepicker.min.css" type="text/css">
<link rel="stylesheet" href="examples.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
<!--
body {
background-image: url(images/bg-0111);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style37 {color: #000000}
-->
</style>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Mitr:wght@300&display=swap" rel="stylesheet">
<style type="text/css">
body{
font-family: 'Mitr', sans-serif;
}
.inputlogin1 {
background:#056839;
font-family: 'Mitr', sans-serif;
font-size:16px;
padding: 5px 10px 5px 10px;
color: #fff;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
cursor: pointer;
border-left:none;
border-top:none;
margin:10px 0 10px 0;
}
.highcharts-figure,
.highcharts-data-table table {
min-width: 310px;
max-width: 500px;
margin: 1em auto;
}
.highcharts-data-table table {
font-family: Verdana, sans-serif;
border-collapse: collapse;
border: 1px solid #ebebeb;
margin: 10px auto;
text-align: center;
width: 100%;
max-width: 500px;
}
.highcharts-data-table caption {
padding: 1em 0;
font-size: 1.2em;
color: #555;
}
.highcharts-data-table th {
font-weight: 600;
padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
background: #f8f8f8;
}
.highcharts-data-table tr:hover {
background: #f1f7ff;
}
.highcharts-description {
margin: 0.3rem 10px;
}
</style>
</head>
<body>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
<table width="100%" border="0">
<tr>
<td><div align="center">
<h2><strong><img src="logo.jpg" height="100"><br>
</strong><br>
<span class="h5"> <strong>รายงานผลการติดตามเงินงบประมาณ ปีงบประมาณ 2568 </strong></span></h2>
</div></td>
</tr>
<tr>
<tr>
<td>
<hr>
</td></tr>
<td bgcolor="#FDE8FA"><div align="center">
<h3><span class="page_title"><strong>ยินดีต้อนรับ !
<?=$System_Session_FullName?>
เข้าสู่ระบบ</strong>
<input type="submit" name="button" id="button" class="inputlogin" value="ออกจากระบบ" onClick="window.location='system/logout.php'" />
</span></h3>
</div></td>
</tr>
<tr><td>
<hr>
</td></tr>
</table>
<div class="pages_container">
<div align="center"></div>
<blockquote><strong>
<h3 align="center">ผลการดำเนินงานรายการงบลงทุน (ยังไม่ก่อหนี้)<br>
งบประมาณรายจ่ายประจำปี 2567 ที่กันไว้เบิกเหลื่อมปี 2568 <br>
ณ วันที่ 31 ตุลาคม 2567<br>
สำนักการแพทย์</h3>
</strong>
<table width="98%" border="0" align="center" cellpadding="10" cellspacing="0" style="border-collapse:collapse" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FFFFFF" align="right">หน่วย : บาท</td>
</tr>
</table>
<table width="98%" border="1" align="center" cellpadding="10" cellspacing="0" style="border-collapse:collapse">
<tr>
<td width="76" rowspan="2" bgcolor="#EFEFEF"><h3 align="center" class="style37">ลำดับ</h3></td>
<td width="135" rowspan="2" bgcolor="#EFEFEF"><h3 align="center" class="style37">รายการ/โครงการ</h3></td>
<td width="118" rowspan="2" bgcolor="#EFEFEF"><h3 align="center" class="style37">งบประมาณหลังปรับโอน<br>
(1)</h3></td>
<td width="171" rowspan="2" bgcolor="#EFEFEF"><h3 align="center" class="style37">วงเงินได้<br>
ผู้รับจ้าง<br>
(2)</h3></td>
<td width="101" rowspan="2" bgcolor="#EFEFEF"><div align="center"><strong>งบประมาณ<br>
คงเหลือ<br>
หลังก่อหนี้</strong><br>
<strong>(3) = (1) - (2)</strong></div></td>
<td width="102" rowspan="2" bgcolor="#EFEFEF"><div align="center"><strong>วันที่คาดว่า<br>
ลงนามสัญญา</strong></div></td>
<td colspan="4" bgcolor="#EFEFEF"><div align="center"><strong>แผนการเบิกจ่ายงบประมาณ</strong></div></td>
<td width="34" rowspan="2" bgcolor="#EFEFEF"><strong>ว.ด.ป.</strong></td>
<td width="17" rowspan="2" bgcolor="#EFEFEF"><strong>ขั้นตอนการดำเนินการ</strong></td>
<td width="17" rowspan="2" bgcolor="#EFEFEF"><strong>หมายเหตุ</strong></td>
</tr>
<tr>
<td width="100" bgcolor="#EFEFEF"><div align="center"><strong>ต.ค. 67</strong><br>
<strong>- ม.ค. 68</strong><strong>(3)</strong></div></td>
<td width="75" bgcolor="#EFEFEF"><div align="center"><strong>ก.พ. 68</strong><br>
<strong>- พ.ค. 68</strong><strong>(4)</strong></div></td>
<td width="95" bgcolor="#EFEFEF"><div align="center"><strong>มิ.ย. 68</strong><br>
<strong>- ก.ย. 68</strong><strong>(5)</strong></div></td>
<td width="69" bgcolor="#EFEFEF"><div align="center"><strong>รวม<br>
(6) =(3) + (4) + (5)</strong></div></td>
</tr>
<tr>
<td height="32" colspan="13"><strong>โรงพยาบาลกลาง</strong></td>
</tr>
<tr>
<td height="32"><div align="center">1</div></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
<td height="32"></td>
</tr>
<tr>
<td height="32"><div align="center"><strong>รวม</strong></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
<td height="32"><div align="center"></div></td>
</tr>
</table>
</blockquote>
<br />
<br>
</div>
</body>
</html>
Hacked By AnonymousFox1.0, Coded By AnonymousFox