/
home
/
sjslayjy
/
public_html
/
assets
/
storage
/
framework
/
views
/
Upload File
HOME
<style type="text/css"> table#table { border: 1px solid #ccc; width: 100%; padding: 0 10px; } table#table1 { border-left: 1px solid #ccc; width: 100%; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } table#tablelist{ border-left: 1px solid #ccc; width: 100%; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } table#tablelist th { border: 1px solid #ccc; text-align: center; font-size: 12px; text-transform: capitalize; } table#tablelist td{ border-left: 1px solid #ccc; text-align: center; font-size: 12px; } td.logo > img { width: 100px; } td.logo { width: 25%; } td.center { width: 50%; text-align: center; } td.center > h1 { margin: 0; } td.center > h3 { margin: 0; } td.print-text { width: 25%; text-align: center; font-size: 30px; font-weight: 700; color: #b5b5b5; } td.center > h2 { padding: 0; margin: 0; text-decoration: underline; } td.center > p { margin: 0; padding: 5px 0; } td.address-left {border-right: 1px solid #ccc;width: 50%;} td.address-right > table { width: 100%; } td.rowb { width: 100%; border-bottom: 1px solid #ccc; } td.address-left > table { width: 100%; } #tablelist > tbody > tr.noboder > td:nth-child(1) { border-bottom: none; text-align: right; } table.innerTable{ width: 100%; } td.right { border-right: 1px solid #ccc; } table.innerTable td { border-bottom: 1px solid #ccc; width: 50%; padding: 10px 5px; } table#footer { border: 1px solid #ccc; width: 100%; } table#footer td.footer-left { width: 60%; padding: 6px 10px; border-right: 1px solid #ccc; font-size: 12px; } table#footer td.footer-right { width: 40%; padding: 6px 10px; text-align: center; } p.signatory { margin-top: 50px; } td.footer-left > h3 { margin-bottom: 100px; } tr.noboder > td { border-top: 1px solid #ccc; } tr.noboderleft> td { text-align: left !important; border-top: 1px solid #ccc; } </style> <!--button onclick="window.print()" id="printInvoice" class="btn btn-info"><i class="fa fa-print"></i> Print</button--> <table id="table"> <tr> <!-- <td class="logo"><img src="http://aerial.shubhmuhurt.in/images/aerial-logo-print.png" /></td> --> <td class="logo"><img src="http://asset.aerialtelecom.in/images/new_logo/dashboard-logo-dark.png" alt="logo"></td> <td class="center"> <h1>Tax Invoice</h1> <?php if($stn->from_warehouse != null): ?> <?php if($stn->from_warehouse == "SERPNT" && strtotime($stn->created_at) > strtotime('2024-06-02')): ?> <h3>Aerial Telecom Solutions Pvt. Ltd.</h3> <p>Annapurna Cold Store Compound, Village Fauji Matkota, PO. Bhurarani, Rudrapur, Distt. Udham Singh Nagar, Uttarakhand 263153.</p> GST : <?php echo e($from_warehouse->gst_no); ?> <?php else: ?> <h3>Aerial Telecom Solutions Pvt. Ltd.</h3> <p><?php echo e($from_warehouse->address); ?></p> GST : <?php echo e($from_warehouse->gst_no); ?> <?php endif; ?> <?php endif; ?> </td> <td class="print-text"><?php echo e($paper_type); ?></td> </tr> </table> <table id="table1"> <tr> <td class="address-left"> <table> <tr> <td class="rowb"> <h3>Name & Address Of Buyer</h3> <?php if($stn->to_warehouse != null): ?> <?php if($stn->to_warehouse == "SERMPD" && strtotime($stn->created_at) > strtotime('2023-10-01')): ?> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> Plot number 304 Tansen nagar Hazira Gwalior (MP) 474003<br> <strong> GST : </strong><span><?php echo e($to_warehouse->gst_no); ?></span> <?php elseif($stn->to_warehouse == "SERPNT" && strtotime($stn->created_at) > strtotime('2024-06-02')): ?> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> Annapurna Cold Store Compound, Village Fauji Matkota, PO. Bhurarani, Rudrapur, Distt. Udham Singh Nagar, Uttarakhand 263153.<br> <strong> GST : </strong><span><?php echo e($to_warehouse->gst_no); ?></span> <?php else: ?> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> <?php echo e($to_warehouse->address); ?><br> <strong> GST : </strong><span><?php echo e($to_warehouse->gst_no); ?></span> <?php endif; ?> <?php else: ?> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> <?php echo e($to_warehouse->address); ?><br> <strong> GST : </strong><span><?php echo e($to_warehouse->gst_no); ?></span> <?php endif; ?> </td> </tr> <tr> <?php if($stn->consignee_address == null): ?> <td> <h3>Name & Address Of Consignee/Site</h3> <?php if($stn->to_warehouse != null): ?> <?php if($stn->to_warehouse == "SERMPD" && strtotime($stn->created_at) > strtotime('2023-10-01')): ?> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> Plot number 304 Tansen nagar Hazira Gwalior (MP) 474003<br> <strong> GST : </strong><span><?php echo e($to_warehouse->gst_no); ?></span> <?php elseif($stn->to_warehouse == "SERPNT" && strtotime($stn->created_at) > strtotime('2024-06-02')): ?> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> Annapurna Cold Store Compound, Village Fauji Matkota, PO. Bhurarani, Rudrapur, Distt. Udham Singh Nagar, Uttarakhand 263153.<br> <strong> GST : </strong><span><?php echo e($to_warehouse->gst_no); ?></span> <?php else: ?> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> <?php echo e($to_warehouse->address); ?><br> <strong> GST : </strong><span><?php echo e($to_warehouse->gst_no); ?></span> <?php endif; ?> <?php else: ?> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> <?php echo e($to_warehouse->address); ?><br> <strong> GST : </strong><span><?php echo e($to_warehouse->gst_no); ?></span> <?php endif; ?> </td> <?php else: ?> <td> <h3>Name & Address Of Consignee/Site</h3> <p><b>Aerial Telecom Solutions Pvt. Ltd.</b></p> <?php echo e($stn->consignee_address); ?> </td> <?php endif; ?> </tr> </table> </td> <td class="address-right"> <table> <tr> <td> <table class="innerTable"> <tr> <td class="right"><strong>PAN No. :</strong> <span> AAICA6823A </span></td> <td><strong> GST No. :</strong> <span> <?php echo e($from_warehouse->gst_no); ?> </span></td> </tr> <tr> <td class="right"><strong>Date :</strong> <span> <?php echo e($stn->stn_date); ?> </span></td> <td><strong> Time:</strong> <span> </span></td> </tr> <tr> <td class="right"><strong>Invoice No:</strong> <span> <?php echo e($stn->invoice_no); ?> </span></td> <td><strong> Ref. No :</strong> <span> <?php echo e($stn->stn_no); ?> </span></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table id="tablelist"> <tr> <th>S No.</th> <th>HSN Code</th> <th>Description & Specification of Goods</th> <th>No. & Description of Package</th> <th>Stock Type</th> <th>Total Quantity of Goods (Net)</th> <th>Rate per unit</th> <th>Total Value</th> <td>Tax @</td> <th>GST</th> <th>UT/SGST</th> <th>IGST</th> <th colspan="2">Cess</th> </tr> <tr> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td>Rate</td> <td>Amount</td> </tr> <?php $__currentLoopData = $stn_items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $stn_item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($stn_item->fresh_qty != 0): ?> <tr> <td><?php echo e($key+1); ?></td> <td><?php echo e($stn_item->hsn); ?></td> <td>(<?php echo e($stn_item->spare_code); ?>) <?php echo e($stn_item->description); ?></td> <td></td> <td>Fresh</td> <td><?php echo e($stn_item->fresh_qty); ?></td> <td><?php echo e($stn_item->rate); ?></td> <td><?php echo e($stn_item->fresh_qty*$stn_item->rate); ?> Rs</td> <td><?php echo e($stn_item->gst_slab_rates); ?>%</td> <?php if($to_warehouse->ware_house == $from_warehouse->ware_house): ?> <td><?php echo e(($stn_item->fresh_qty*$stn_item->rate*$stn_item->gst_slab_rates)/100); ?></td> <td></td> <td></td> <?php else: ?> <td></td> <td></td> <td><?php echo e(($stn_item->fresh_qty*$stn_item->rate*$stn_item->gst_slab_rates)/100); ?></td> <?php endif; ?> <td></td> <td></td> </tr> <?php endif; ?> <?php if($stn_item->repaired_qty != 0): ?> <tr> <td><?php echo e($key+1); ?></td> <td><?php echo e($stn_item->hsn); ?></td> <td>(<?php echo e($stn_item->spare_code); ?>) <?php echo e($stn_item->description); ?></td> <td></td> <td>Repaired</td> <td><?php echo e($stn_item->repaired_qty); ?></td> <td><?php echo e($stn_item->rate); ?></td> <td><?php echo e($stn_item->repaired_qty*$stn_item->rate); ?> Rs</td> <td><?php echo e($stn_item->gst_slab_rates); ?>%</td> <?php if($to_warehouse->ware_house == $from_warehouse->ware_house): ?> <td><?php echo e(($stn_item->repaired_qty*$stn_item->rate*$stn_item->gst_slab_rates)/100); ?> Rs</td> <td></td> <td></td> <?php else: ?> <td></td> <td></td> <td><?php echo e(($stn_item->repaired_qty*$stn_item->rate*$stn_item->gst_slab_rates)/100); ?> Rs</td> <?php endif; ?> <td></td> <td></td> </tr> <?php endif; ?> <?php if($stn_item->faulty_qty != 0): ?> <tr> <td><?php echo e($key+1); ?></td> <td><?php echo e($stn_item->hsn); ?></td> <td>(<?php echo e($stn_item->spare_code); ?>) <?php echo e($stn_item->description); ?></td> <td></td> <td>Faulty</td> <td><?php echo e($stn_item->faulty_qty); ?></td> <td><?php echo e($stn_item->rate); ?></td> <td><?php echo e($stn_item->faulty_qty*$stn_item->rate); ?> Rs</td> <td><?php echo e($stn_item->gst_slab_rates); ?>%</td> <?php if($to_warehouse->ware_house == $from_warehouse->ware_house): ?> <td><?php echo e(($stn_item->faulty_qty*$stn_item->rate*$stn_item->gst_slab_rates)/100); ?> Rs</td> <td></td> <td></td> <?php else: ?> <td></td> <td></td> <td><?php echo e(($stn_item->faulty_qty*$stn_item->rate*$stn_item->gst_slab_rates)/100); ?> Rs</td> <?php endif; ?> <td></td> <td></td> </tr> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <tr class="noboder"> <td colspan="11">Gst Total</td> <td colspan="3" style="text-align: left !important;"><?php echo e($gst_total); ?> Rs</td> </tr> <tr class="noboder"> <td colspan="7">Sub Total</td> <td colspan="7" style="text-align: left !important;"><?php echo e($sub_total); ?> Rs</td> </tr> <tr class="noboder"> <td colspan="11">Grand Total</td> <td colspan="2" style="text-align: left !important;"><?php echo e($grand_total); ?> Rs</td> </tr> <tr class="noboderleft"> <td colspan="13"><b>Amount In Word : <i><?php echo e($amount_in_word); ?> Rupee Only</i> </b> </td> </tr> </table> <table id="footer"> <tr class="fsrow"> <td class="footer-left"> <b> Appropriate Certificate as below : </b>Certified that the particulars given above are true & correct and the amount indicated represents the price actuaiiy charged and that there is no flow of additional consideration directly or indirectly from the buyer <br> Terms of Business (i) Goods one sold will not be taken back <br> (ii) Our responsibility ceases when the goods are delivered to the party scarriers. <br> (iii) In case of any disputes the matter shall be referred to gurugram jurisdiction, The decision of arbitrator nominated by this Centre shall be full &final & binding for all the parties <br> (iv) interest @ 18% Per annum will be charged if the bills are not paid on presentatino.<br> </td> <td class="footer-right"> <h4>Aerial Telecom Solutions Pvt. Ltd.</h4> <p class="signatory">Authorised Signatory</p> </td> </tr> </table> <table class="lasttable"> <tr> <td class="fs"></td> <td class="mid"></td> <td class="ls"></td> </tr> </table><?php /**PATH /var/www/assets/resources/views/admin/indent/print-stn.blade.php ENDPATH**/ ?>