/
home
/
sjslayjy
/
public_html
/
tabson
/
storage
/
framework
/
views
/
Upload File
HOME
<?php $__env->startSection('style'); ?> <script src="https://use.fontawesome.com/e2d16502eb.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <style> #page-wrap { width: 285mm; height:210mm; margin: 0 auto; } td { font-size:12px; } @media all { .page-break { display: none; } } @media print { .page-break { display: block; page-break-before: always; } } @media print { .page-wrapid{ display: block; page-break-before: always; } } body{ font-family: 'Droid Sans', sans-serif; } </style> <link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet"> </head> <body> <div id="page-wrap" class="content-box pad25A" style="page-break-after: always;"> <?php if($is_mail == true): ?> <?php if($role_id == '2'): ?> <h5>Dear <?php echo e($fh); ?></h5> <p><?php echo e($bill_of_material->preparer); ?> </p> <p> has requested you to review and approve BOM No. – <?php echo e($bill_of_material->bom_number); ?> </p> <?php endif; ?> <?php if($role_id == '3'): ?> <h5>Dear <?php echo e($bh); ?></h5> <h5><?php echo e($fh); ?></h5> <p><?php echo e($bill_of_material->preparer); ?> </p> <p> has requested and reviewed BOM No. <?php echo e($bill_of_material->bom_number); ?> and request you to Approve the Bill Of Material </p> <?php endif; ?> <?php if($role_id == '4'): ?> <h5>Dear <?php echo e($d); ?></h5> <p><?php echo e($bill_of_material->preparer); ?> </p> <h5><?php echo e($fh); ?></h5> <h5><?php echo e($bh); ?></h5> <p> has requested , Reviewed and Approved BOM No. – <?php echo e($bill_of_material->bom_number); ?> and request you to Approve the Bill Of Material </p> <?php endif; ?> <?php endif; ?> <?php if($is_mail == false): ?> <div class="text-center" style="padding-left: 500px;"> <button onclick="window.print();" class="btn btn-primary" id="print">Print BOM</button> </div> <?php endif; ?> <br> <table width="100%" style="border:1px solid;" cellspacing="0" cellpadding="0"> <tr> <td style="height: 38px;" valign="top"> <img src="<?php echo e(asset('/assets/images/ats_logo/tabson-india.png')); ?>" alt="logo" height="50px"/> <p style="text-align:center;font-weight:bolder;margin-top:-22px; font-size: 22px; line-height: 22px;"><b> Bill Of Material</b></p> </td> </tr> <tr> <td style="height: 38px;border-bottom:1px solid;" valign="top"> <table style="width: 100%"> <tr> <td colspan="6" style="height: 38px;border-bottom:1px solid;"><strong style="font-size: 14px;margin-left: 5px;">Transaction Details</strong></td> </tr> <tr> <td width="50" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>BOM Number : </strong> </p> </td> <td style="border-right:1px solid; height:30px; text-align:center;" width="2%"><p style="padding: 5px;"><?php echo e($bill_of_material->bom_number); ?></p></td> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>BOM Date :</strong> </p> </td> <td style="border-right:1px solid; height:30px; text-align:center;" width="2%"> <p style="padding: 5px;"><?php echo e(date('Y-m-d', strtotime($bill_of_material->bom_date))); ?></p> </td> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>Preparer :</strong> </p> </td> <td width="20%" style="height:38px;"> <p style="padding: 5px;"><?php echo e($bill_of_material->preparer); ?></p> </td> </tr> <tr> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>BOM Category :</strong> </p> </td> <td style="border-right:1px solid; height:30px; text-align:center;" width="2%"> <p style="padding: 5px;"><?php echo e($bill_of_material->project_category); ?></p> </td> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>BOM Product :</strong> </p> </td> <td style="border-right:1px solid; height:30px; text-align:center;" width="2%"> <p style="padding: 5px;"><?php echo e($bill_of_material->product_id); ?></p> </td> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>Business Unit :</strong> </p> </td> <td width="20%" style="height:38px;"> <p style="padding: 5px;"><?php echo e(getTableById('business_units', $bill_of_material->business_unit)->name ?? 'N/A'); ?></p> </td> </tr> <tr> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>BOM Project :</strong> </p> </td> <td style="border-right:1px solid; height:30px; text-align:center;" width="2%"> <p style="padding: 5px;"><?php echo e($bill_of_material->project); ?></p> </td> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>BOM Version :</strong> </p> </td> <td style="border-right:1px solid; height:30px; text-align:center;" width="2%"> <p style="padding: 5px;"><?php echo e($bill_of_material->version); ?></p> </td> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>BOM Status :</strong> </p> </td> <td width="20%" style="height:38px;"> <p style="padding: 5px;"><?php echo e($bill_of_material->status); ?></p> </td> </tr> <tr> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>Amendment Number :</strong> </p> </td> <td style="border-right:1px solid; height:30px; text-align:center;" width="2%" <p style="padding: 5px;"><?php echo e($bill_of_material->amendment_number); ?></p> </td> <td width="30" style="height:38px; text-align: left;"> <p style="padding: 5px;"><strong>BOM Remark :</strong> </p> </td> <td style="border-right:1px solid; height:30px; text-align:center;" width="2%" <p style="padding: 5px;"><?php echo e($bill_of_material->bom_comment); ?></p> </td> </tr> </table> </td> </tr> <br/><br/> <tr> <td colspan="6" style="height: 38px;border-top:1px solid;"><strong style="font-size: 14px;margin-left: 5px;">BOM Item Details</strong></td> </tr> <tr> <td width="100%"> <table cellspacing="0" cellpadding="0" width="100%"> <?php $__currentLoopData = $items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $i=>$item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(strlen($item->description) < strlen($item->specification)){ $desc_width = 20; $spec_width = 20; } else { $desc_width = 24; $spec_width = 16; } ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <tr> <td style="border-top:1px solid; border-right:1px solid; height:20px; text-align:center;" width="3%"> <b>S.N.</b> </td> <!-- <td width="24%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> <b>Type</b> </td> --> <td width="11%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> <b>Item Code</b> </td> <td width="<?php echo e($desc_width); ?>%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> <b>Item Discription</b> </td> <td width="<?php echo e($spec_width); ?>%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> <b>Specification</b> </td> <td width="11%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> <b>UoM</b> </td> <td width="11%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> <b>Qty</b> </td> <td width="11%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> <b>Unit Price</b> </td> <td width="9%" style="border-top:1px solid; text-align:center; height:20px;"> <b>Amount</b> </td> </tr> </table> </td> </tr> <tr> <td width="100%"> <table cellspacing="0" cellpadding="0" width="100%"> <?php $total=0; ?> <?php $__currentLoopData = $items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $i=>$item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(strlen($item->description) < strlen($item->specification)){ $desc_width = 20; $spec_width = 20; } else { $desc_width = 24; $spec_width = 16; } ?> <tr> <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="3%"><?php echo e($i+1); ?> </td> <td width="11%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e($item->item_code); ?></td> <td width="<?php echo e($desc_width); ?>%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e($item->description); ?></td> <td width="<?php echo e($spec_width); ?>%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e($item->specification); ?></td> <td width="11%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e(getTableById('units',$item->uom)->name); ?></td> <td width="11%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e($item->qty); ?> </td> <td width="11%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e($item->rate); ?></td> <td width="9%" style="border-top:1px solid; text-align:center; height:30px; padding-left: 12px;"><b><?php echo e($item->rate*$item->qty); ?></b></td> <?php $stotal=$item->rate*$item->qty; $total=$total+$stotal; ?> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <!-- <tr> <td colspan="8" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"></td> <td style="border-top:1px solid; text-align:center; height:30px; padding-left: 12px;">7283.85</td> </tr> <tr> <td colspan="8" style=" border-right:1px solid; text-align:right; height:30px; padding-right: 5px;">CGST</td> <td style="border-top:1px solid; text-align:center; height:30px; padding-left: 12px;"><b>655.55</b></td> </tr> <tr> <td colspan="8" style=" border-right:1px solid; text-align:right; height:30px; padding-right: 5px;">SGST</td> <td style="border-top:1px solid; text-align:center; height:30px; padding-left: 12px;"><b>655.55</b></td> </tr> --> <tr> <td colspan="7" style="border-top:1px solid; border-bottom:1px solid; border-right:1px solid; text-align:right; height:30px; padding-right: 5px;">Total</td> <td style="border-top:1px solid; border-bottom:1px solid; text-align:center; height:30px; padding-left: 10px;"><i class="fa fa-rupee" style="float: left; font-size: 16px;"></i><b><?php echo e($total); ?></b></td> </tr> </table> </td> </tr> <tr> <td width="100%" style="height:38px; margin-left:5px; border-top:1px solid; text-align:left;"> <p style="padding: 5px;"><strong><u>Supplier Note </u></strong></p> <h4>Instruction for Invoice :</h4> For Service PO :Ensure that the invoice is submitted to TABSON within 5 working days of completion of service as per PO.<br> For Goods PO :Ensure that the invoice is accompanying the goods. The goods delivered against Challan will not be received. As per attached Annexure <h4>Acceptance Notification:</h4> Please return the duplicate copy of this Bill Of Material duly signed and stamped in acceptance of all Terms & Conditions here and reverse If formal acceptance is not received within 3 days, it will be presumed that you have accepted the order. </td> </tr> <tr> <table width="100%" style="border:1px solid;" cellspacing="0" cellpadding="0"> <tr> <td style="height:38px; text-align: left; border-right:1px solid; width: 45%;"> <strong>Supplier's Acceptance: <br><br><br> <p>Note: <br>1. Please quote our PO Number on Invoice and future correspondence<br> 2. Please quote our item code on invoices</p></strong><br> </td> <td style="height:38px; text-align: center; border-right:1px solid; width:15% ;"><strong>Date : <br><?php echo e(date("d-m-Y", strtotime($bill_of_material->created_at))); ?></strong></td> <td style="height:38px; width:40% ;text-align: center;"> <strong>For TABSONS INDIA INNOVATORS PVT. LTD. <br> This is Electronic copy and does not require any signature <br><br><br><br><br> Authorized Signatory </strong> </td> </tr> </table> </tr> </table> <?php if($is_mail == true): ?> <p>Please Login to TABSON SCM Portal or Click on the below link to approve PO </p><a href="https://tabson.sjslalganj.com/user/bom-view/<?php echo e($bill_of_material->id); ?>">Click Here For Login!!</a><br> <p>This is a System generated Mail <br> Thanks</p> <?php endif; ?> <!-- <p style="text-align: center;">This is a computer generated invoice</p> --> <!-- </div> --> <div id="page-wrapp" class="content-boxx pad25A page-wrapid" style="page-break-after: always;"> <!--<table width="100%" style="border:1px solid; color:black;" cellspacing="0" cellpadding="0">--> <!-- <tr>--> <!-- <td style="height: 25px;border-bottom:1px solid;" valign="top">--> <!-- <img src="<?php echo e(asset('/assets/images/ats_logo/tabson-india.png')); ?>" alt="logo" height="50px"/>--> <!-- <p style="font-weight:bolder;margin-top:-22px; margin-left:60px; font-size: 18px; line-height: 22px;"> --> <!-- <p style="text-align:center;font-weight:bolder;margin-top:-22px;margin-left:60px; font-size: 22px; line-height: 22px;"><b> TABSONS INDIA INNOVATORS PVT. LTD.</b></p> --> <!-- </td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="height: 25px;border-bottom:1px solid;" valign="top">--> <!-- <p style="font-weight:bolder;margin-top: 7px; font-size: 14px;"><b> General Terms & Conditions to BOM No. - <?php echo e($bill_of_material->bom_number); ?></b></p> --> <!-- </td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td width="100%">--> <!-- <table cellspacing="0" cellpadding="0" width="100%">--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>1</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">A copy of the acknowledged delivery challan should be enclosed with the corresponding invoice.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>2</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Original challan should be submitted at site at the time of delivery of materials.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>3</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">The delivery of goods by the supplier to the TABSON will not constitute acceptance by the TABSON of the said goods. Only after inspection & satisfactory test by the TABSON, acceptance of the goods will be completed and communicated to the supplier and till such time the goods shall remain with the company on supplier's account on approval basis only.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>4</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Kindly quote Purchase Order in Challan and in all your correspondence and also Batch Number of the material (wherever applicable) should also he incorporated in all correspondence.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>5</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Material should be delivered at the site between 10 AM to 6 PM.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>6</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Adequacy of Supplier's Resource: Supplier shall provide adequate resources to ensure timely completion of order.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>7</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Delivery: Supplier shall ensure the delivery of material strictly as per the Purchase Order only (in all aspects unless any revision is informed in writing by TABSON. TABSON assumes no obligation to goods delivered in excess of those specifically ordered. All the material of the order should be supplied within the time specified herein. The price terms & conditions mentioned on the order will be taken as firm & cannot be changed till the obligations under this contract are duly fulfilled.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>8</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Approval of Samples: Wherever applicable, samples of all materials shall be supplied by supplier for approval before commencement of supply.Any deviation later on should not be entertained unless approved by TABSON in writing. Goods supplied must be according to the sample or previously approved by the TABSON. TABSON shall be entitled to reject the goods, which in their opinion are not according to the sample, if the goods are not approved by the TABSON for any reason whatsoever. TABSON will not be liable to pay any sum on account of such rejected goods.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>9</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Acceptance Criteria: All goods accepted are subject to final approval of the TABSON's inspectors regarding quality, quantity and specifications. TABSON reserves the right to reject to if further defects are noticed which processing, even if in the first instance the goods have accepted by the TABSON and are paid for TABSON's decision. About such rejections at whatever time may shall be final & binding upon the supplier & the supplier shall not object to it in any manner what so ever. All packing, Octroi, freight & handling cost or any other of such rejected material will be borne by the supplier.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>10</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Rejection: The supplier shall replace the rejected material within 3 days time from the date of receipt of TABSON's report of rejection at the place of supply specified by the TABSON, otherwise material rejected would be bought in open market on supplier's account & the amount will be deducted from the bill or debited to supplier's account.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>11</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Clarification or Ambiguity: Any clarification required or ambiguity noticed by you as far as specifications are concerned shall be brought to the notice before commencement of supplies.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>12</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Escalation: The rates given in the Purchase Order shall remain unchanged till the completion of order & supply and will not be entitled to claim any extra for any reasons.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>13</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Assignment and Sub-Letting: Supplier shall not be permitted to sub-let any part of the order. Supplier shall be holding the entire responsibility for the due performance of this contract.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>14</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Cancellation of Purchase Order: TABSON have the full right to cancel the Purchase Order after one week's notice in the event of your failure to supply as per the schedule or to maintain the acceptable quality of the materials or non-compliance of any other conditions required this Purchase Order. TABSON reserves the right to cancel or amend this order on any part of it for the following reasons.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>a.</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Irregularities in supply</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>b.</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Rejections</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>c.</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Escalation in price</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>d.</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Not required by TABSON without assigning any reason and without in any manner incurring any liability. TABSON decision shall be final in disputes arising out of Purchase Order. Money due to the TABSON either as damages or under any order/order's may be adjusted when setting payment against his order.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>15</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Bill Submission: The invoice must be submitted in original to TABSON's office. Purchase Order No, Date & Supplier Delivery Note Number must appear on all invoices submitted for payment. The Invoice not fulfilling these requirements will be returned.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>16</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Packing, forwarding, Cartage & freight charges will be borne by the supplier unless otherwise stipulated in the Purchase Order.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>17</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Misdemeanor on Part of the Supply: In the event if any misdemeanor on your part or your involvement in unethical / corrupt practices or your attempt to unduly influence our personals for any reasons whatsoever, we shall have full right to cancel the Purchase Order without any notice.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>18</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Force Majeure: Notwithstanding anything contained hereinabove, neither party shall be liable to other for discharging of its obligations under the terms and conditions of the agreement where,</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>a.</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">From the date of issue of the Purchase Order till the completion of supplies, if there occurs an event of Force Majeure which includes, but not limited to, earthquake, floods, famine or terrorist attacks, war (if declared or not), hostilities, invasion, act of foreign enemies, rebellion, revolution, insurrection, military of usurped power, strike, civil war, riot, commotion or disorder or any other irresistible force, we shall have option to terminate the Purchase Order, if such Force Majeure continues for a period of 30 days or beyond.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>b.</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">If during tenure of the Purchase, any completed supplies are destroyed or damaged by fire, earthquake, tempest, flood, lightning, violence of any army or mob or enemies of the country or by irresistible force of the orders of any statutory authorities or any other natural calamity so as to render the portion of work completed unfit for the purpose for which it was constructed for 30 days or beyond, TABSON shall have the right to cancel the Purchase Order with immediate effect.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>c.</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">In case of termination of the Purchase Order as mentioned hereinabove, Supplier shall retum advances paid by TABSON.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>19</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">TABSON is not responsible for any order placed by unauthorized persons.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>20</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">TABSON extends warranty for all its products and any claim accepted by the company arising from defects in material supplied by the supplier will be passed on to the supplier for similar acceptance. TABSON's decision in this matter shall be final & binding on the supplier.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>21</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">Arbitration & Juridiction: In case of disputes, if any, between the parties hereto arising out of this Purchase Order including the determination of the quantum to you by us for the supplies and or amount / quantum of amount payable to Supplier by TABSON for the supply done by Supplier and/or the quantum of amount as damages payable by Supplier to TABSON, the arbitrator approinted by TABSON shall act as the sole Arbitrator with summary powers, without right to appeal concerning workmanship, extra work done etc. and his decision shall be binding on both the parties. The venue for arbitration shall be Mohali (Gurgaon) and language shall be English.Further, the Courts of Haryana (Gurgaon) shall have the exclusive jurisdiction in this regard to the exclusion of all other Courts, Tribunals, Forums etc which may have jurisdiction over the matter</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>22</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">A copy of the accepted Purchase Order to be attached along with all the invoices.</td>--> <!-- </tr>--> <!-- <tr>--> <!-- <td style="border-top:1px solid; border-right:1px solid; height:30px; text-align:center;" width="2%"><strong>23</strong>--> <!-- </td>--> <!-- <td width="98%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;">All Bank charges etc if any shall be borne by the supplier if payment is required through Bank.</td>--> <!-- </tr>--> <!-- </table>--> <!-- </td>--> <!-- </tr>--> <!-- </table>--> </div> <div id="pageFooter">Page </div> <script type="text/javascript"> $(function () { $(".content-box").each(function () { $(this).after('<div class="watermark" style="opacity: 0.2; position: absolute; top: 14%; left: 25%; display: flex; justify-content: center;margin-top:150px;"><img class="center" src="<?php echo e(url('/assets/images/ats_logo/tabson-india.png')); ?>" height="500px" width="600px"/></div>'); }); if('<?php echo e($bill_of_material->status); ?>' == 'requested') { $(".content-box").each(function () { $(this).after('<div class="watermark" style="opacity: 0.2;position:absolute; top:50%; display:flex; left:15%;"><p style="font-size:350px;margin:0px; transform: rotate(-20deg);"></p></div>'); }); } }); </script> </body> </html> <?php /**PATH /home/sjslayjy/public_html/tabson/resources/views/dashboard/bom/bom-mail.blade.php ENDPATH**/ ?>