generate_document_pdf.php
Lekjew.com
# |
# |
pdf |
Employee Code |
Employee Name |
Position |
BirthDay |
amount |
# |
# |
pdf |
Employee Code |
Employee Name |
Position |
BirtdDay |
amount |
generate_document_data.php
$rowp->slip_id
, "slip_emcode" => $rowp->slip_emcode
, "slip_emname" => $rowp->slip_emname
, "slip_position" => $rowp->slip_position
, "slip_birthday" => $rowp->slip_birthday
, "slip_netamt" => $rowp->slip_netamt
, "slip_pdf" => $rowp->slip_pdf
, "slip_status" => $rowp->slip_status
);
}
$json = array('result' => $data);
echo json_encode($json, JSON_UNESCAPED_UNICODE);
sqlsrv_close($ConnDB);
?>generate_document_print.php
Lekjew.com
Print PayRoll
ชื่อ-สกุล
slip_accountname; ?>
ตำแหน่ง
slip_position; ?>
เลขที่บัญชี
slip_accountno; ?>
ประจำเดือน
slip_month); ?>
รวมรายได้
slip_workday_amt,2); ?>
ค่าครองชีพ
slip_food_amt,2); ?>
วันทำงาน
slip_workday,2); ?>
ค่าเดินทาง
slip_travel_amt,2); ?>
OT 1.5 เท่า
slip_ot1_5_amt,2); ?>
เบี้ยขยัน
slip_deligence,2); ?>
จำนวนชั่วโมง
slip_ot1_5,2); ?>
ค่ากะ
slip_shiftfee_amt,2); ?>
OT 1 เท่า
slip_ot1_amt,2); ?>
incentive/ประกัน
slip_income_insurance,2); ?>
จำนวนชั่วโมง
slip_ot1,2); ?>
ค่ากล่อง/ค่าแรงตก
slip_box,2); ?>
OT 2 เท่า
slip_ot2_amt,2); ?>
ค่าที่พัก/ค่าตำแหน่ง
slip_room,2); ?>1000.00
จำนวนชั่วโมง
slip_ot2,2); ?>
OT 3 เท่า
slip_ot3_amt,2); ?>
จำนวนชั่วโมง
slip_ot3,2); ?>
ประกันสังคม
slip_social,2); ?>
ค่าเช่าห้อง
slip_roomrent,2); ?>
หัก ณ ที่จ่าย
slip_tax,2); ?>
ค่าน้ำ-ค่าไฟ
slip_water_electricity_bill,2); ?>
เบิกล่วงหน้า 25
slip_advance25,2); ?>
ค่าเสียหาย
slip_damages,2); ?>
เบิกนอกรอบ
slip_advance,2); ?>
อื่นๆ
slip_deduct_other,2); ?>
เงินกู้ยืม
slip_loan,2); ?>
เงินมัดจำ
slip_deposit,2); ?>
ค่าธรรมเนียม
slip_fee,2); ?>
เงินช่วยค่าทำศพ
slip_funeral_donation,2); ?>
ค่าแรงเกิน
slip_overpaid,2); ?>
ค่าอุปกรณ์เซฟตี้
slip_safetyfee,2); ?>
รวมรายได้ทั้งหมด
slip_income,2); ?>
รวมรายจ่ายทั้งหมด
slip_sum_deduct,2); ?>
รวมรายได้สุทธิ
slip_netamt,2); ?>
generate_document_create_pdf.php
slip_pwd;
$pdf->SetProtection(array('print'),$pwd); //in place of password user your password
$pdf->SetMargins(10, 10, 0);
$pdf->AddPage();
$pdf->AliasNbPages();
$pdf->AddFont('THSarabunNew','','THSarabunNew.php');
$pdf->SetFont('THSarabunNew','',8);
$pdf->Cell(0,6,iconv( 'UTF-8','TIS-620',$pdf->PageNo()." "),0,1,"R");
$pdf->Ln(4);
$pdf->SetFont('THSarabunNew','',14);
$pdf->Cell(0,6,iconv( 'UTF-8','TIS-620','บริษัท lekjew.com จำกัด'),0,1,"C");
$pdf->Ln(4);
$pdf->SetFont('THSarabunNew','',13);
$pdf->Cell(25, 6, iconv( 'UTF-8','TIS-620','ชื่อ-สกุล') ,0, 0 , 'L');
$pdf->Cell(98, 6, iconv( 'UTF-8','TIS-620',$rh->slip_emname) ,0, 0 , 'L');
$pdf->Cell(20, 6, iconv( 'UTF-8','TIS-620', 'ตำแหน่ง') ,0, 0 , 'L');
$pdf->Cell(50, 6, iconv( 'UTF-8','TIS-620', $rh->slip_position) ,0, 0 , 'L');
$pdf->Ln(6);
$pdf->Cell(25, 6, iconv( 'UTF-8','TIS-620','เลขที่บัญชี') ,0, 0 , 'L');
$pdf->Cell(98, 6, iconv( 'UTF-8','TIS-620',$rh->slip_bankaccountno) ,0, 0 , 'L');
$pdf->Cell(20, 6, iconv( 'UTF-8','TIS-620', 'ประจำเดือน') ,0, 0 , 'L');
$pdf->Cell(50, 6, iconv( 'UTF-8','TIS-620', CallMonth($slip_month) ." ". $slip_yearth) ,0, 0 , 'L');
$pdf->Ln(10);
$pdf->setFillColor(230,230,230);
$slipnoi=array(iconv( 'UTF-8','TIS-620','รายได้'),iconv( 'UTF-8','TIS-620','รายการหัก'));
$x=array(95, 95);
for($j=0;$jCell($x[$j],7,$slipnoi[$j],1,0,'C', 'TRUE');
}
$pdf->Ln(7);
$pdf->SetFont('THSarabunNew','',12);
$pdf->Cell(95, 54, iconv( 'UTF-8','TIS-620','') ,1, 0 , 'L');
$pdf->Cell(95, 54, iconv( 'UTF-8','TIS-620','') ,1, 0 , 'L');
$pdf->Ln(2);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','รวมรายได้') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_workday_amt,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','ค่าครองชีพ') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_food_amt,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','ประกันสังคม') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_social,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','ค่าเช่าห้อง') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_roomrent,2)) ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','วันทำงาน') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_workday,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','ค่าเดินทาง') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_travel_amt,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','หัก ณ ที่จ่าย') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_tax,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','ค่าน้ำ-ค่าไฟ') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_water_electricity_bill,2)) ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','OT 1.5 เท่า') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_ot1_5_amt,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','เบี้ยขยัน') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_deligence,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','เบิกล่วงหน้า 25') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_advance25,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','ค่าเสียหาย') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_damages,2)) ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','จำนวนชั่วโมง') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_ot1_5,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','ค่ากะ') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_shiftfee_amt,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','เบิกนอกรอบ') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_advance,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','อื่นๆ') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_deduct_other,2)) ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','OT 1 เท่า') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_ot1_amt,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','Incentive/ประกัน') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_income_insurance,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','เงินกู้ยืม') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_loan,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','จำนวนชั่วโมง') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_ot1,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','ค่ากล่อง/ค่าแรงตก') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_box,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','เงินมัดจำ') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_deposit,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','OT 2 เท่า') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_ot2_amt,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','ค่าที่พัก/ค่าตำแหน่ง') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_room,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','ค่าธรรมเนียม') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_fee,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','จำนวนชั่วโมง') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_ot2,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','เงินช่วยค่าทำศพ') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_funeral_donation,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','OT 3 เท่า') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_ot3_amt,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','ค่าแรงเกิน') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_overpaid,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Ln(5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','จำนวนชั่วโมง') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_ot3,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(33, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(12, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','ค่าอุปกรณ์เซฟตี้') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_safetyfee,2)) ,0, 0 , 'R');
$pdf->Cell(3, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(30, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'R');
$pdf->Ln(6.5);
$pdf->setFillColor(230,230,230);
$slipnoi=array(iconv( 'UTF-8','TIS-620',''),iconv( 'UTF-8','TIS-620',''));
$x=array(95, 95);
for($j=0;$jCell($x[$j],7,$slipnoi[$j],1,0,'C', 'TRUE');
}
$pdf->Ln(0.5);
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','รวมรายได้ทั้งหมด') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_income,2)) ,0, 0 , 'R'); //อันเดิมใช้ slip_sum_income
$pdf->Cell(51, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','รวมรายจ่ายทั้งหมด') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_sum_deduct,2)) ,0, 0 , 'R');
$pdf->Ln(6.5);
$pdf->setFillColor(230,230,230);
$slipnoi=array(iconv( 'UTF-8','TIS-620',''),iconv( 'UTF-8','TIS-620',''));
$x=array(95, 95);
for($j=0;$jCell($x[$j],7,$slipnoi[$j],1,0,'C', 'TRUE');
}
$pdf->Ln(0.5);
$pdf->Cell(96, 5, iconv( 'UTF-8','TIS-620','') ,0, 0 , 'L');
$pdf->Cell(35, 5, iconv( 'UTF-8','TIS-620','รวมรายได้สุทธิ') ,0, 0 , 'L');
$pdf->Cell(10, 5, iconv( 'UTF-8','TIS-620',number_format($rh->slip_netamt,2)) ,0, 0 , 'R');
$pdfname = "PDF/".$shortyear.$slip_month."_".trim($slip_emcode)."_".trim($rh->slip_emname).".pdf";
$upd = "UPDATE slip_header SET slip_pdf='".$pdfname."' WHERE slip_id = '".$rh->slip_id."' ";
$rsd = sqlsrv_query($ConnDB, $upd);
$pdf->Output(iconv( 'UTF-8','TIS-620', $pdfname ),"F");
if(!$rsd){
$result[] = array("ERR" => "Fail".$upd);
}
}
// $pdf->Output();
//I ดู PDF ผ่าน Browser
//D เมื่อมีการรันหน้า page จะมันจะสร้างเอกสาร PDF แล้วโหลดลงเครื่องผู้ใช้งาน อยู่ใน Folder Download
//F เอาไฟล์ PDF ไปวางที่ Folder ที่เราต้องการ
//S ส่งคืนเอกสาร
$json = array('result' => $result );
echo json_encode($json, JSON_UNESCAPED_UNICODE);
function CallMonth($slipmonth){
switch($slipmonth){
case "01" : $month="มกราคม"; break;
case "02" : $month="กุมภาพันธ์"; break;
case "03" : $month="มีนาคม"; break;
case "04" : $month="เมษายน"; break;
case "05" : $month="พฤษภาคม"; break;
case "06" : $month="มิถุนายน"; break;
case "07" : $month="กรกฎาคม"; break;
case "08" : $month="สิงหาคม"; break;
case "09" : $month="กันยายน"; break;
case "10" : $month="ตุลาคม"; break;
case "11" : $month="พฤศจิกายน"; break;
case "12" : $month="ธันวาคม"; break;
}
return $month;
}
?>font.php