/
home
/
sjslayjy
/
public_html
/
mosaram
/
storage
/
framework
/
views
/
Upload File
HOME
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script src="https://use.fontawesome.com/e2d16502eb.js"></script> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> <style> #page-wrap { width: 297mm; 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; } } 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" > <table width="90%" style="border:1px solid;" cellspacing="0" cellpadding="0"> <tr> <td style="height: 38px;border-bottom:1px solid;" valign="top"> <p style="text-align:center;font-weight:bolder;margin-top: 15px; font-size: 15px;"><b>Tax Invoice</b></p> </td> </tr> <tr> <td style="height:60px;" valign="top"> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%" style="height:60px; border-right:1px solid;"> <p style="text-align:left; font-size: 15px; margin-left: 5px; font-weight:bold; margin-bottom:0px; margin-top:4px; "><?php echo e(ucwords(strtolower($company->name))); ?> </p> <p style="text-align:left; margin-left: 5px; margin-top:4px; margin-bottom:0px;"><?php echo e($company->address1); ?>, <?php echo e($company->city); ?></p> <p style="text-align:left; margin-left: 5px; margin-bottom:0px; margin-top:4px;">GSTIN/UIN : <?php echo e($company->gst_no); ?></p> <p style="text-align:left; margin-left: 5px; margin-bottom:0px; margin-top:4px;">State Name : Uttar Pradesh, Code : 09</p> </td> <td width="50%" style="height:60px; padding-left:10px; margin: 0px;" valign=""> <table cellspacing="0" cellpadding="0" width="100%" style="margin:0px; padding: 0px;"> <tr> <td style="height:40px; ">Invoice No. <br/> <strong><?php echo e($invoice_data['invoice_number']); ?></strong> </td> <td style="height:20px; margin-left: 5px;">Dated <br/> <strong><?php echo e(date('d-M-Y', strtotime($invoice_data['invoice_date']))); ?></strong></td> <td style="height:220px; border-left:1px solid;text-align: center"> <?php if($invoice_data['qr_code']): ?> <!--<img src="https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=<?php echo e($invoice_data['qr_code']); ?>&choe=UTF-8" title="E-invoice qr" style="height:200px; " />--> <img src="https://quickchart.io/qr?text=<?php echo e($invoice_data['qr_code']); ?>&size=100" title="E-invoice QR" style="height:200px;" /></td> <?php endif; ?> </tr> <!--<tr>--> <!-- <td style="height:20px; ">Delivery Note</td>--> <!-- <td style="height:20px; ;"> </td>--> <!-- <td style="height:20px; margin-left: 5px;">Mode/Terms of Payment </td>--> <!-- <td style="height:20px; "> </td>--> <!--</tr>--> <!--<tr>--> <!-- <td style="height:20px; ">Supplier's Ref.</td>--> <!-- <td style="height:20px;"> </td>--> <!-- <td style="height:20px; margin-left: 5px;">Other Reference(s) </td>--> <!-- <td style="height:20px; "> </td>--> <!--</tr>--> </table> </td> </tr> </table> </td> </tr> <tr> <td width="100%"> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%" style="border-top:1px solid; height:100px; border-right:1px solid; " valign="top"> <!-- Invoice Details --> <table> <tr> <td width="50%" style="height:60px; "> <p style="text-align:left; margin-left: 5px; margin-top:4px; margin-bottom:0px;"><u>BUYER</u></p> <p style="text-align:left; font-size: 15px; margin-left: 5px; font-weight:bold; margin-bottom:0px; margin-top:4px; "> <?php echo e(getModelById('Retailer',$invoice_data['retailer_id'])->name); ?></p> <p style="text-align:left; margin-left: 5px; margin-bottom:0px; margin-top:4px;"><?php echo e(getModelById('Retailer',$invoice_data['retailer_id'])->address1); ?> </p> <p style="text-align:left; margin-left: 5px; margin-bottom:0px; margin-top:4px;">GSTIN/UIN : <?php echo e(getModelById('Retailer',$invoice_data['retailer_id'])->gst_number); ?> </p> <p style="text-align:left; margin-left: 5px; margin-bottom:0px; margin-top:4px;">Destination : <?php echo e($invoice_data['destination']); ?></p> <p style="text-align:left; margin-left: 5px; margin-bottom:0px; margin-top:4px;">Pincode : </p> </td> </tr> </table> <!-- Invoice Details --> </td> <td width="50%" style="border-top:1px solid; padding-left:10px;margin: 0px;" valign=""> <!-- Invoice Other Details --> <table cellspacing="0" cellpadding="0" width="100%" style="margin:0px; padding: 0px;"> <tr> <!-- <td style="height:20px; ">Buyer Order No.</td>--> <!-- <td style="height:20px; "> </td>--> <td style="height:20px; margin-left: 2px;">IRN =</td> <td style="height:20px; "><?php echo e($invoice_data['irn_no']); ?> </td> </tr> <!--<tr>--> <!-- <td style="height:20px; ">Despatch Document No.</td>--> <!-- <td style="height:20px; "> </td>--> <!-- <td style="height:20px; margin-left: 5px;">Delivery Note Date </td>--> <!-- <td style="height:20px; "> </td>--> <!--</tr>--> <tr> <td style="height:20px; margin-left: 2px;">Ack No. = </td> <td style="height:20px; "><?php echo e($invoice_data['AckNo']); ?> </td> </tr> <tr> <td style="height:20px; margin-left: 2px;">Ack Date = </td> <td style="height:20px; "><?php echo e($invoice_data['AckDt']); ?> </td> </tr> <tr> <td style="height:20px; margin-left: 2px;">E-Way Bill No.= </td> <td style="height:20px; "><?php echo e($invoice_data['eway_bill_number']); ?></td> </td> </tr> <tr> <td style="height:20px; margin-left: 2px;">Eway_bill_date = </td> <td style="height:20px; "><?php echo e($invoice_data['eway_bill_date']); ?></td> </td> </tr> <tr> <td style="height:20px; ">Eway_bill_ValidTill.= </td> <td style="height:20px; "><?php echo e($invoice_data['eway_bill_ValidTill']); ?></td> </td> </tr> </table> <!-- Invoice Other Details --> </td> </tr> </table> </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:20px; text-align:center;" width="3%"> Sr. No. </td> <td width="24%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> Description of Goods </td> <td width="8%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> HSN Code </td> <td width="8%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> Quantity </td> <td width="8%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"> RATE </td> <td width="9%" style="border-top:1px solid; text-align:center; height:20px;"> Amount </td> </tr> </table> </td> </tr> <tr> <td width="100%"> <table cellspacing="0" cellpadding="0" width="100%"> <?php if(count($product_id) > 0): ?> <?php $i = 0; $final_show_amount = 0; $products_total_amount = 0; $total_cgst = 0; $total_sgst = 0; $total_quantity = 0; ?> <?php $__currentLoopData = $product_id; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $total_quantity = $total_quantity + $quantity[$i]; $product_details = getModelById('Product',$product); $cgst_percentage = $product_details->cgst; $sgst_percentage = $product_details->sgst; $new_product_rate = $product_rate[$i] - $freight_discount[$i]; $new_product_rate = $new_product_rate * 100 / (100 + $product_details->cgst + $product_details->sgst); $total_amount = $new_product_rate * $quantity[$i]; $products_total_amount = $products_total_amount + $total_amount; $cgst_amount = ($cgst_percentage / 100) * $total_amount; $sgst_amount = ($sgst_percentage / 100) * $total_amount; $total_cgst = $total_cgst + $cgst_amount; $total_sgst = $total_sgst + $sgst_amount; $total_igst = $total_cgst + $total_sgst; $final_show_amount = $products_total_amount + $total_sgst + $total_cgst+$tcs; ?> <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="24%" style="border-top:1px solid; border-right:1px solid; text-align:left; height:30px; padding-left: 5px;"><?php echo e($product_details->name); ?></td> <td width="8%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e($product_details->hsn_code); ?></td> <td width="8%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e($quantity[$i]); ?> <?php echo e($product_unit); ?>s</td> <td width="8%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e(number_format($new_product_rate, 2)); ?></td> <td width="9%" style="border-top:1px solid; text-align:center; height:30px; padding-left: 12px;"><b><?php echo e(number_format($total_amount, 2)); ?></b></td> </tr> <?php $i++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <tr> <td colspan="5" 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;"><?php echo e(number_format($products_total_amount, 2)); ?></td> </tr> <?php if($invoice_data['igst'] == 1): ?> <tr> <td colspan="5" style=" border-right:1px solid; text-align:right; height:30px; padding-right: 5px;">IGST</td> <td style="border-top:1px solid; text-align:center; height:30px; padding-left: 12px;"><b><?php echo e(number_format($total_igst, 2)); ?></b></td> </tr> <?php else: ?> <tr> <td colspan="5" 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><?php echo e(number_format($total_cgst, 2)); ?></b></td> </tr> <tr> <td colspan="5" 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><?php echo e(number_format($total_sgst, 2)); ?></b></td> </tr> <?php endif; ?> <tr> <td colspan="5" style=" border-right:1px solid; text-align:right; height:30px; padding-right: 5px;">TCS</td> <td style="border-top:1px solid; text-align:center; height:30px; padding-left: 12px;"><b><?php echo e(number_format($tcs, 2)); ?></b></td> </tr> <tr> <td colspan="2" style="border-top:1px solid; border-right:1px solid; text-align:right; height:30px; padding-right: 5px;">Total</td> <td style="border-top:1px solid; border-right:1px solid; text-align:right; height:30px;"></td> <td style="border-top:1px solid;border-top:1px solid; border-right:1px solid; text-align:center; height:30px;"><?php echo e(number_format($total_quantity, 2)); ?> <?php echo e($product_unit); ?>s</td> <td style="border-top:1px solid; border-right:1px solid; text-align:right; height:30px;"></td> <td style="border-top: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(number_format($final_show_amount, 2)); ?></b></td> </tr> </table> </td> </tr> <tr> <td width="100%"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td style="border-top:1px solid; height:30px; padding: 5px; text-align:left;" width="3%" colspan="6">Amount Chargeable (in words)<br/> <strong>INR <?php echo e(ucwords(getIndianCurrency($final_show_amount))); ?> Only </strong> </td> <td style="border-top:1px solid; height:30px; margin-right: 3px; text-align:right;" width="3%" colspan="6">E. & O.E </td> </tr> </table> </td> </tr> <tr> <td width="100%"> <table cellspacing="0" cellpadding="0" width="100%"> <tr rowspan="2"> <td width="40%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">HSN/SAC</td> <td width="15%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Taxable Value</td> <?php if($invoice_data['igst'] == 1): ?> <td colspan="2" width="15%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Intrastate Tax</td> <?php else: ?> <td colspan="2" width="15%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Central Tax</td> <td colspan="2" width="15%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">State Tax</td> <?php endif; ?> <td width="15%" style="border-top:1px solid; text-align:center; height:20px;">Total Tax Amount</td> </tr> <tr> <td width="40%" style="border-right:1px solid; text-align:center; height:20px;"></td> <td width="15%" style="border-right:1px solid; text-align:center; height:20px;"></td> <?php if($invoice_data['igst'] == 1): ?> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Rate</td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Amount</td> <?php else: ?> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Rate</td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Amount</td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Rate</td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;">Amount</td> <?php endif; ?> <td width="15%" style="text-align:center; height:20px;"></td> </tr> </table> </td> </tr> <tr> <td width="100%"> <table cellspacing="0" cellpadding="0" width="100%"> <?php $j = 0; $total_cgst_amount = 0; $total_sgst_amount = 0; $total_taxable_amount = 0; $total_tax = 0; ?> <?php $__currentLoopData = $product_id; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $product_details = getModelById('Product',$product); $new_product_rate = $product_rate[$j] - $freight_discount[$j]; $new_product_rate = $new_product_rate * 100 / (100 + $product_details->cgst + $product_details->sgst); $total_amount = $new_product_rate * $quantity[$j]; $total_taxable_amount = $total_taxable_amount + $total_amount; $cgst_percentage = $product_details->cgst; $sgst_percentage = $product_details->sgst; $cgst_amount = ($cgst_percentage / 100) * $total_amount; $total_cgst_amount = $total_cgst_amount + $cgst_amount; $sgst_amount = ($sgst_percentage / 100) * $total_amount; $total_sgst_amount = $total_sgst_amount + $sgst_amount; $total_igst_amount = $total_cgst_amount + $total_sgst_amount; $total_tax_amount = $cgst_amount + $sgst_amount; $total_tax = $total_tax + $total_tax_amount; ?> <tr> <td width="40%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><?php echo e($product_details->hsn_code); ?></td> <td width="15%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><?php echo e(number_format($total_amount, 2)); ?></td> <?php if($invoice_data['igst'] == 1): ?> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><?php echo e(number_format($product_details->igst, 2)); ?> %</td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><?php echo e(number_format($total_tax_amount, 2)); ?></td> <?php else: ?> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><?php echo e(number_format($product_details->cgst, 2)); ?> %</td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><?php echo e(number_format($cgst_amount, 2)); ?></td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><?php echo e(number_format($product_details->sgst, 2)); ?> %</td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><?php echo e(number_format($sgst_amount, 2)); ?></td> <?php endif; ?> <td width="15%" style="border-top:1px solid; text-align:center; height:20px;"><?php echo e(number_format($total_tax_amount, 2)); ?></td> </tr> <?php $j++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <tr> <td width="40%" style="border-top:1px solid; border-right:1px solid; text-align:right; height:20px; padding-right: 10px;"><b>Total</b></td> <td width="15%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><b><?php echo e(number_format($total_taxable_amount, 2)); ?></b></td> <?php if($invoice_data['igst'] == 1): ?> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"></td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><b><?php echo e(number_format($total_igst_amount, 2)); ?></b></td> <?php else: ?> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"></td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><b><?php echo e(number_format($total_cgst_amount, 2)); ?></b></td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"></td> <td width="7.5%" style="border-top:1px solid; border-right:1px solid; text-align:center; height:20px;"><b><?php echo e(number_format($total_cgst_amount, 2)); ?></b></td> <?php endif; ?> <td width="15%" style="border-top:1px solid; text-align:center; height:20px;"><b><?php echo e(number_format($total_tax, 2)); ?></b></td> </tr> </table> </td> </tr> <tr> <td width="100%"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td style="border-top:1px solid; height:30px; padding: 5px; text-align:left;" width="3%" colspan="6">Tax Amount (in words) : <?php if($total_tax): ?> <br/> <strong>INR <?php echo e(ucwords(getIndianCurrency($total_tax))); ?> Only </strong> <?php else: ?> <strong>NIL</strong> <?php endif; ?> </td> </tr> </table> </td> </tr> <tr> <td width="100%"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td colspan="4" width="100%" style="border-top:1px solid; padding: 5px; text-align:center;" ><b>Company's Bank Details</b> </td> </tr> <tr> <td rowspan="3" colspan="2" style="border-top:1px solid; border-right:1px solid; padding: 5px; text-align:left;" width="50%" > Company's PAN Number : <b><?php echo e($company->pan_number); ?></b> </td> <td style="border-top:1px solid; padding: 5px; text-align:left;" width="15%" >Bank Name </td> <td style="border-top:1px solid; padding: 5px; text-align:left;" width="35%" ><?php echo e($company->bank_name); ?> </td> </tr> <tr> <td style=" padding: 5px; text-align:left;" width="15%" >Account Number </td> <td style=" padding: 5px; text-align:left;" width="35%" ><?php echo e($company->bank_account_number); ?> </td> </tr> <tr> <td style=" padding: 5px; text-align:left;" width="15%" >Branch & IFS Code </td> <td style=" padding: 5px; text-align:left;" width="35%" ><?php echo e($company->bank_branch_name); ?> & <?php echo e($company->bank_ifsc_code); ?> </td> </tr> </table> </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:70px; padding-left:10px;" width="50%">Declaration : <br /> <br /> We declare that this invoice shows the actual price of the goods described and that all particulars are true and correct. </td> <td width="50%" style="border-top:1px solid; text-align:right; height:70px; padding:10px 10px 10px 10px;"> <b>for <?php echo e(strtoupper($company->name)); ?></b> <br /> <br /> <br /> <br /> Authorised Signatory </td> </tr> </table> </td> </tr> </table> <p style="text-align: center;">SUBJECT TO SITAPUR JURISDICTION</p> <p style="text-align: center;">This is a computer generated invoice</p> </div> </body> </html> <?php /**PATH /home3/pmmsanvp/public_html/sarojMain/resources/views/dashboard/invoice/loading-slip-invoice-details.blade.php ENDPATH**/ ?>