ok
Direktori : /home2/selectio/www/saew.in/admin/print-form/ |
Current File : /home2/selectio/www/saew.in/admin/print-form/update-nom-and-dec.php |
<?php ob_start(); session_start(); include"../config/config.php"; $id=$_REQUEST['id']; //$id=2; //$statement = $pdo->prepare("SELECT * FROM tbl_user where id ='$id'"); $statement = $pdo->prepare("SELECT tbl_user.*,(SELECT departement from tbl_departement WHERE id=tbl_user.department_id) as department_name,(SELECT desgination from tbl_desgination WHERE id=tbl_user.designation_id) as designation_name,tbl_branch.branch_name,tbl_branch.branch_location,tbl_branch.address FROM `tbl_user` inner join tbl_branch on tbl_user.branch_id=tbl_branch.id where tbl_user.id ='$id'"); $statement->execute(); $emp_data = $statement->fetchAll(PDO::FETCH_ASSOC); $totalData = $statement->rowCount(); //Single Words $employees = "Employees'"; $nominees = "Nominee's"; $husbands = "Husband's"; $fathers = "Father's"; $age=(date('Y')-date('Y',strtotime($mem['family_member_dob']))); //$family_member = json_encode($family_members); if($totalData){ foreach($emp_data as $data){ $tem_address= $data['address']; $pem_address= $data['permanentadress']; $tem_address_result = ""; $pem_address_result = ""; if($tem_address==''){ $tem_address_result = 'NO'; }else { $tem_address_result = 'YES'; } if($pem_address==''){ $pem_address_result = 'NO'; }else { $pem_address_result = 'YES'; } $nominee_age=(date('Y')-date('Y',strtotime($data['nominee_dob']))); $family_member= json_decode($data['family_members'], true); //foreach($family_member as $mem){ $content=' <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> <div style="margin-left: 20%; margin-right: 20%;"> <table> <td style="width: 15%;text-align:center;"><img src="2.png" style="width:120px;"></td> <td style="text-align: center;" class="title-form6"> <span style="">FORM-2(REVISED)/படிவம்-2(திருத்தியது) DOJ:</span> <br>N0MINATION AND DECLARATION FORM/<span style="font-size:10px;">நியமனம் மற்றும் உறுதிமொழிப்படிவம்</span></td> </table> <br> <div style="text-align: right;"><span style="" class="title-form6">FOR UNEXEMPTED/EXEMPTED ESTABLISHMENTS/</span><span style="font-size:10px;">( விதிவிலக்கு பெறாத/பெற்ற நிறுவனங்களுக்கு)</span></div> <br><br> <p style="width: 100%;border-top: 1px solid black;" class="title-form6"> <br> (Paragraph 33 & 61(1) of the '.$employees.' Provident Fund Scheme , 1952 & Paragraph 18 of the '.$employees.' Pension Scheme,1995)/<span style="font-size:10px;">(தொழிலாளர் <br> வருங்கால வைப்பு நிதித் திட்டம் 1952 பாரா 33 & 61 (1) ன் படியும் தொ.ஒ.திட்ட 1995 பாரா 18ன் படியும்)</span> </p> <table style="width: 100%;border: 1px solid black;"> <tr> <td style="width: 3%;text-align: center;padding: 5px 0px 5px 0px;" >1</td> <td style="width: 55%;">Name (in Block Letters)/ <span style="font-size:10px;">பெயர்(தனித் தனி எழுத்துக்களில்)</span></td> <td style="width: 1%;">:</td> <td>'.$data['emp_name'].'</td> </tr> <tr> <td style="width: 3%;text-align: center;padding: 5px 0px 5px 0px;">2</td> <td style="width: 55%;">'.$fathers.' / '.$husbands.' Name/<span style="font-size:10px;">(தந்தை/கணவர் பெயர்)</span></td> <td style="width: 1%;">:</td> <td>'.$data['fname'].'</td> </tr> <tr> <td style="width: 3%;text-align: center;padding: 5px 0px 5px 0px;">3</td> <td style="width: 55%;">Date of Birth/<span style="font-size:10px;">(பிறந்த தேதி)</span></td> <td style="width: 1%;">:</td> <td>'.date('d-m-Y', strtotime($data['dob'])).'</td> </tr> <tr> <td style="width: 3%;text-align: center;padding: 5px 0px 5px 0px;">4</td> <td style="width: 55%;">Sex/ <span style="font-size:10px;">இனம்</span></td> <td style="width: 1%;">:</td> <td>'.$data['gender'].'</td> </tr> <tr> <td style="width: 3%;text-align: center;padding: 5px 0px 5px 0px;">5</td> <td style="width: 55%;">Marital Status/<span style="font-size:10px;">(திருமணமானவரா/இல்லையா?)</span></td> <td style="width: 1%;">:</td> <td>'.$data['married_status'].'</td> </tr> <tr> <td style="width: 3%;text-align: center;padding: 5px 0px 5px 0px;">6</td> <td style="width: 55%;">Account No/ <span style="font-size:10px;">(கணக்கு எண்)</span></td> <td style="width: 1%;">:</td> <td>'.$data['account_number'].'</td> </tr> <tr> <td style="width: 3%;text-align: center;padding: 5px 0px 5px 0px;">7</td> <td style="width: 55%;">Address/<span style="font-size:10px;">முகவரி</span></td> <td style="width: 1%;">:</td> <td>'.$data['address'].'</td> </tr> <tr> <td style="width: 3%;text-align: center;"></td> <td style="width: 55%;padding: 5px 0px 3px 0px;">Permanent/ <span style="font-size:10px;">நிரந்தரம்</span></td> <td style="width: 1%;">:</td> <td> '.$pem_address_result.'</td> </tr> <tr> <td style="width: 3%;text-align: center;"></td> <td style="width: 55%;padding: 0px 0px 3px 0px;">Temporary/<span style="font-size:10px;">தற்காலிகம்</span></td> <td style="width: 1%;">:</td> <td> '.$tem_address_result.'</td> </tr> </table> <table style="width: 100%"> <tr> <td style="text-align: center;" class="title-form6">PART-A(EPF)/<span style="font-size:10px;">பிரிவு-அ(தொ.வை.நி)</span></td> </tr> <tr> <td style="font-family: Calibri;font-size:10px;font-weight: bold;">I hereby nominate the person (s)/cancel the nomination made by previously and nominate the person (s) mentioned below to receive the<br> amount standing to my credit in the '.$employees.' Provident Fund,in the event of my death</td> </tr> </table> <br><br> <table style="width: 100%"> <tr> <td style="font-family: Calibri;font-size:8px;">என் இறப்புக்கு பின்னால் என் கணக்கில் உள்ள வைப்பு நிதித் தொகையைப் பெற்றிடக் கீழ்க்காணும் நபர்களை நியமிக்கிறேன் (நான் <br> ஏற்கனவே முன்னால் கொடுத்திருந்த நியமனத்தை ரத்து செய்கிறேன்)</td> </tr> </table> <table style="width: 100%;border: 1px solid black;border-collapse: collapse;"> <tr> <th style="border:1px solid black;border-collapse: collapse;" class="calibri10_6">Name & Address of the nominee/Nominess</th> <th style="border:1px solid black;border-collapse: collapse;" class="calibri10_6">'.$nominees.' relationship with the member</th> <th style="border:1px solid black;border-collapse: collapse;" class="calibri10_6">Date of Birth/ Age</th> <th style="border:1px solid black;border-collapse: collapse;" class="calibri10_6">Total amount or Share of accumulations in Provident Fund to be Paid to each nominee</th> <th style="border:1px solid black;border-collapse: collapse;" class="calibri10_6">If the Nominee is a minor, name and relationship & address of the guardian who may received the amount during the minority of naminee</th> </tr> <tr> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:15%;">1</td> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:15%;">2</td> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:15%;">3</td> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:15%;">4</td> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:40%;">5</td> </tr> <tr style="height:70px;"> <td style="border:1px solid black;border-collapse: collapse;width:15%;padding-left: 3px;">'.$data['nominee_name'].'<br>'.$data['nominee_address'].'</td> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:15%;">'.$data['nominee_relationship'].'</td> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:15%;"> '.date('d-m-Y', strtotime($data['nominee_dob'])).'/ '.$nominee_age.'</td> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:15%;">'.$data['nominee_percentage'].'</td> <td style="border:1px solid black;border-collapse: collapse;text-align:center;width:40%;"></td> </tr> </table> <table style="width:100%;"> <tr> <td style="width:1%;padding-left: 13px;vertical-align: top;">1</td> <td style="width:99%;font-family: Calibri;font-size:11px;padding-top:5px;"> * Certified that I have no family as defined para 2 (g) of the '.$employees.' Provident Fund Scheme 1956 and should I acquire a <br>family hereafter the above nomination should be deemed as cancelled </td> </tr> <tr> <td style="width:1%;padding-left: 13px;padding-top:5px;"></td> <td style="font-family: Calibri;font-size:7px;">தொழிலாளர் வருங்கால வைப்புநிதித் திட்டம் 1952, பாரா 2 ன் படி எனக்கு குடும்பம் இல்லையென்று இனிமேல் எனக்கென்று குடும்பம் ஏற்பட்டால் <br>மேற்காணும் நியமனம் ரத்தாகும் என சான்று அளிக்கிறேன். </td> </tr> <tr> <td style="width:1%;padding-left: 13px;vertical-align: top;padding-top:5px;">2</td> <td style="font-family: Calibri;font-size:11px;">*Certified that my father /mother is /are dependent upon me./ <span style="font-family: Calibri;font-size:9px;">என்னுடைய தந்தை / தாய் என்னைச் சார்ந்தே இருக்கிறார்கள் என்றும் சான்று அளிக்கிறேன். </span></td> </tr> <tr> <td style="width:1%;padding-left: 13px;padding-top:5px;"></td> <td style="width:100%;font-family: Calibri;font-size:11px;">Strike out whichever is not applicabel ./ <span style="font-family: Calibri;font-size:9px;">தேவையில்லாதவற்றை நீக்கிடுக. </span></td> </tr> </table> <table style="width:100%;"> <tr> <td rowspan="2" style="border:1px solid black;width:50%;height: 75px;vertical-align: top;font-family: Calibri;font-size:11px;"> Note : A fresh nomination shall be made by the member <br> on his marriage and any nomination made before such <br> marriage shall be deemed to be invalid </td> <td rowspan="2" style="width:50%;vertical-align: bottom;"> Signature or thumb impression of the subscriber /<span style="font-family: Calibri;font-size:9px;">உறுப்பினரின் <br> கையொப்பம்(அ) இடது கை பெருவிரல் ரேகை.</span> </td> </tr> </table> </div> <!-- Part B Form --> <div style="margin-left: 20%; margin-right: 20%;"> <table style="width: 100%"> <tr> <td style="text-align: center;" class="title-form6">PART-B(EPS)/பிரிவு-அ(தொ.வை.நி)</td> </tr> <tr> <td style="class="title-form6">I hereby furnish below particulars of the members of my family who would be eligible to receive widow/ children pension in th event<br> of my death./<span style="font-family: Calibri;font-size:9px;">தொழிலாளர் ஒய்வூதியத்திட்டம் 1995ல் பாரா 2 ஆ இன் படி எனக்கென்று குடும்பம் இல்லையென்றும் இனி ஏற்பட்டால் <br> மேற்சொன்ன படிவத்தில் அதற்கேற்ப தகவல்களைத் தருவேன்.</span></td> </tr> </table> <table style="margin-top: 3px;"> <thead> <th class="tdb">S.No</th> <th class="tdb" style="width:25%;">Name of the family members/<span class="tamil-font-size-sm">குடும்ப உறுப்பினர்களின் பெயர்கள்/<br>परिवार के सदस्यों का नाम</span></th> <th class="tdb" style="width:36%;">Address /<span class="tamil-font-size-sm">முகவரி/ पता</span></th> <th class="tdb">Date of Birth / <span class="tamil-font-size-sm">AGE பிறந்த தேதி / வயது जन्म तिथि / आयु </span></th> <th class="tdb">Relationship with the member /<span class="tamil-font-size-sm">உறுப்பினருடன் உறவுமுறை /<br> सदस्य के साथ संबंध</span></th> </thead><tbody>'; $n=1; foreach($family_member as $mem){ if (strlen($mem['family_member_address']) > 75) { $str = substr($mem['family_member_address'], 0, 75) . '...'; }else {$str=$mem['family_member_address']; } $age = (date('Y') - date('Y',strtotime($mem['family_member_dob']))); $content.='<tr> <td class="tdb">'.$n.'</td> <td class="tdb">'.$mem['family_member_name'].'</td> <td class="tdb" style="font-size:12px;">'.$str.'</td> <td class="tdb">'.date('d-m-Y', strtotime($mem['family_member_dob'])).' / '.$age.'</td> <td class="tdb">'.$mem['family_member_relationship'].'</td> </tr>'; $n++; } $content.='</tbody> </table> <table> <tr> <td style="padding:10px;" class="text-form6">** Certified that I have no family , as defined in para2 (vii) of '.$employees.' Pension Scheme , 1995 and should I acquire a family here <br> after I shall furnish particulars there on in the above form/<span class="tamil-font-size6">தொழிலாளர் ஒய்வூதியத் திட்டம் 1995ல் பாரா 2 ஆ இன் படி எனக்கென்று <br> குடும்பம் இல்லையென்றும் இனி ஏற்பட்டால் மேற்சொன்ன படிவத்தில் அதற்கேற்ப தகவல்களைத் தருவேன்</span>.</td> </tr> </table> <table> <tr> <td Style="padding:10px;" class="text-form6">I hereby nominate the following person for receiving the monthly widow pension (admissible under para16(2) (g)(i) (ii) in the event<br> of my death without leaving any eligible family members for receiving pension./ <span class="tamil-font-size6">என் இறப்புக்குப் பின்னால் மாதாந்திர விதவை <br> ஒய்வூதியம் பெற்றிட என் குடும்பத்தில் உரிய நபர் இல்லாதபட்சத்தில் கீழ்க்காணும் நபரை ஒய்வூதியம் பெற நியமனம் செய்கிறேன்.(பாரா 16(2 ) ன் படி </span></td> </tr> </table> <table style="width:100%;border-collapse: collapse;"> <tr> <td style="width:30%;text-align:center;border:1px solid black;border-collapse: collapse;" class="text-form6">Name & Address of the Nominee</td> <td style="width:20%;text-align:left;border:1px solid black;border-collapse: collapse;" class="text-form6">Date of Birth</td> <td style="width:50%;text-align:left;border:1px solid black;border-collapse: collapse;" class="text-form6">Relationship with the member</td> </tr> <tr style="height:100px;"> <td style="width:30%;border:1px solid black;border-collapse: collapse;text-align: center;">'.$data['nominee_name'].'</td> <td style="width:20%;border:1px solid black;border-collapse: collapse;text-align: center;">'.date('d-m-Y', strtotime($data['nominee_dob'])).'</td> <td style="width:50%;border:1px solid black;border-collapse: collapse;text-align: center;">'.$data['nominee_relationship'].'</td> </tr> <tr> <td colspan="2" style="width:50%;border:0px;">Date /தேதி :       <input type="date" value="'.$data['joining_date'].'" placeholder="Enter Date" class="input_method"/></td> <td style="width:50%;border:1px solid black;border-collapse: collapse;height:30px;"></td> </tr> </table> <table style="width:100%;"> <tr> <td style="width:50%;text-align:center;">Strike out whichever is not applicable<br> /<span class="tamil-font-size6">தேவையற்றவற்றை நீக்கிடுக</span></td> <td style="width:50%;text-align:center;">Signature or thumb impression of the subscriber/<span class="tamil-font-size6">உறுப்பினரின் கையொப்பம்/இடது கை பெருவிரல் ரேகை</span></td> </tr> </table> <center><span style="font-family: Calibri;font-size:12px;font-weight: bold;">CERTIFICATION BY EMPLOYER/(நிறுவன உரிமையாளரின் சான்று)</span></center> <center><span style="font-family: Calibri;font-size:11px;">Certified that the above declaration and nomination has been signed /thumb impressed before me by Shri/Smt/ Kum</span></center> <table style="width:100%;"> <tr> <td style="width: 50%;border-bottom: 1px solid black;"><span> <input type="date" value="'.$data['joining_date'].'" placeholder="Enter Date" class="input_method"/> </span></td> <td style="font-family: Calibri;font-size:11px;"> employed in my establishment after he /she has read the entires have<br> </td> </tr> <tr> <td style="font-family: Calibri;font-size:11px;"> been read over to him /her by me and got confirmed by him /her. </td> </tr> <tr> <td class="tamil-font-size6"> எனது நிறுவனத்தில் பணிபுரியும் திரு./திருமதி./செல்வி </td> <td style="width: 50%;border-bottom: 1px solid black;"><span ><b>'.$data['emp_name'].'</b></span></td> </tr> </table> <br> <span class="tamil-font-size6">அவர்கள் விவரங்கள் அறிந்தும் / என்னால் விளக்கிக் கூறப்பட்டும், பின் அதனால் பொருள் புரிந்து மேற்காணும் உறுதிமொழி மற்றும்</span><br><span class="tamil-font-size6">நியமனத்தில் கையொப்பம் / கைரேகை என் முன்னால் இட்டுள்ளார் என்பதற்கு இதுவே சான்று.</span> <br><br> <table style="width:100%;"> <tr> <td style="width:15%;"></td> <td style="width:15%;"></td> <td style="font-family: Calibri;font-size:10px;">Signature of the Employer or authorised officers of the establishment</td> </tr> <tr> <td style="width:15%;"></td> <td class="tamil-font-size6" style="width:15%;"></td> <td>நிறுவன உரிமையாளரின்/நிறுவனத்தின் அதிகாரம் பெற்றவரின் கையொப்பம்</td> </tr> <tr> <td style="width:15%;"></td> <td style="width:15%;"></td> <td>Designation/<span class="tamil-font-size6">பதவி</span> : MANAGER</td> </tr> <tr> <td style="width:15%;"><br><br>Place/<span class="tamil-font-size6">இடம்:</span></td> <td style="width:15%;"><br><br>'.$data['branch_location'].'</td> <td></td> </tr> <tr> <td style="width:15%;"></td> <td style="width:15%;"></td> <td><br><br>Name & Address of the factory / Establishment or Rubber Stamp there on</td> </tr> <td style="width:15%;"></td> <td style="width:15%;"></td> <td><span class="tamil-font-size6">தொழிலகத்தின் / நிறுவனத்தின் பெயரும் , முகவரியும் அல்லது முத்திரையும்</span></td> </tr> </table> <br><br> <center> <button class="btn btn-success btn-xs" onclick=""><i class="fa fa-print"></i> Update </button> </center> <br><br><br><br> </div> <style> tr{ font-size: 11px; } td{ font-family: Calibri;font-size: 11px; } </style> <style> .compnay_name{ font-family: Algerian Regular; font-size:20px;font-weight: bold; } .address{ font-family: Cambria; font-size:11px;font-weight: bold; } .title-form6{ font-family: Calibri; font-size:13px; } .text-form6{ font-family: Calibri; font-size:13px; } .tamil-font-size6{ font-family: Calibri; font-size:11px; } .calibri10_6{ font-family: Calibri;font-size:12px; } .tdb { border: 1px solid gray; text-align: left; padding: 3px; } .input_method{ width: 20%; border: none; text-align: left; border-bottom-style: ridge; -webkit-text-fill-color: red; } </style>'; }}else{ $content='<center>Empty</center>';} echo $content;