Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/views.tar
Назад
invoice.blade.php 0000644 00000022220 15021221211 0007740 0 ustar 00 <!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>BigStore: Shopping Invoice</title> </head> <body> <style> /* reset */ /***/ /*{*/ /*border: 0;*/ /*box-sizing: content-box;*/ /*color: inherit;*/ /*font-family: inherit;*/ /*font-size: inherit;*/ /*font-style: inherit;*/ /*font-weight: inherit;*/ /*line-height: inherit;*/ /*list-style: none;*/ /*margin: 0;*/ /*padding: 0;*/ /*text-decoration: none;*/ /*vertical-align: top;*/ /*}*/ /* content editable */ *[contenteditable] { border-radius: 0.25em; min-width: 1em; outline: 0; } *[contenteditable] { cursor: pointer; } *[contenteditable]:hover, *[contenteditable]:focus, td:hover *[contenteditable], td:focus *[contenteditable], img.hover { background: #DEF; box-shadow: 0 0 1em 0.5em #DEF; } span[contenteditable] { display: inline-block; } /* heading */ h1 { font: bold 100% sans-serif; letter-spacing: 0.5em; text-align: center; text-transform: uppercase; } /* table */ table { font-size: 75%; table-layout: fixed; width: 100%; } table { border-collapse: separate; border-spacing: 2px; } th, td { border-width: 1px; padding: 0.5em; position: relative; text-align: left; } th, td { border-radius: 0.25em; border-style: solid; } th { background: #EEE; border-color: #BBB; } td { border-color: #DDD; } /* page */ /*html { font: 16px/1 'Open Sans', sans-serif; overflow: auto; padding: 0.5in; }*/ /*html { background: #999; cursor: default; }*/ /*body { box-sizing: border-box; height: 11in; margin: 0 auto; overflow: hidden; padding: 0.5in; width: 8.5in; }*/ /*body { background: #FFF; border-radius: 1px; box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5); }*/ /* header */ header { margin: 0 0 3em; } header:after { clear: both; content: ""; display: table; } header h1 { background: #117283; border-radius: 0.25em; color: #FFF; margin: 0 0 1em; padding: 0.5em 0; } header address { float: left; font-size: 75%; font-style: normal; line-height: 1.25; margin: 0 1em 1em 0; } header address p { margin: 0 0 0.25em; } header span, header img { display: block; float: right; } header span { margin: 0 0 1em 1em; max-height: 25%; max-width: 60%; position: relative; } header img { max-height: 100%; max-width: 100%; } header input { cursor: pointer; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; } /* article */ article, article address, table.meta, table.inventory { margin: 0 0 3em; } article:after { clear: both; content: ""; display: table; } article h1 { clip: rect(0 0 0 0); position: absolute; } article address { float: left; font-size: 125%; font-weight: bold; } /* table meta & balance */ table.meta, table.balance { float: right; width: 36%; } table.meta:after, table.balance:after { clear: both; content: ""; display: table; } /* table meta */ table.meta th { width: 40%; } table.meta td { width: 60%; } /* table items */ table.inventory { clear: both; width: 100%; } table.inventory th { font-weight: bold; text-align: center; } table.inventory td:nth-child(1) { width: 26%; } table.inventory td:nth-child(2) { width: 38%; } table.inventory td:nth-child(3) { text-align: right; width: 12%; } table.inventory td:nth-child(4) { text-align: right; width: 12%; } table.inventory td:nth-child(5) { text-align: right; width: 12%; } /* table balance */ table.balance th, table.balance td { width: 50%; } table.balance td { text-align: right; } /* aside */ aside h1 { border: none; border-width: 0 0 1px; margin: 0 0 1em; } aside h1 { border-color: #999; border-bottom-style: solid; } /* javascript */ .add, .cut { border-width: 1px; display: block; font-size: .8rem; padding: 0.25em 0.5em; float: left; text-align: center; width: 0.6em; } .add, .cut { background: #9AF; box-shadow: 0 1px 2px rgba(0,0,0,0.2); background-image: -moz-linear-gradient(#00ADEE 5%, #0078A5 100%); background-image: -webkit-linear-gradient(#00ADEE 5%, #0078A5 100%); border-radius: 0.5em; border-color: #0076A3; color: #FFF; cursor: pointer; font-weight: bold; text-shadow: 0 -1px 2px rgba(0,0,0,0.333); } .add { margin: -2.5em 0 0; } .add:hover { background: #00ADEE; } .cut { opacity: 0; position: absolute; top: 0; left: -1.5em; } .cut { -webkit-transition: opacity 100ms ease-in; } tr:hover .cut { opacity: 1; } </style> <br/> <div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-body"> <header> <h1>Invoice</h1> <span> <img alt="{{config('app.name')}}" src="{{asset('images/jm-logo.svg')}}"> </span> </header> <article> @php($customer = $order->user) <h1>Recipient</h1> <address> <p>{{$customer->name}}<br>{{$customer->phone_number}}</p> </address> <table class="meta"> <tr> <th><span>Invoice #</span></th> <td><span>{{ $invoice_number ?? 'N/A'}}</span></td> </tr> <tr> <th><span>Date</span></th> <td><span>{{ $order->created_at }}</span></td> </tr> </table> <table class="inventory"> <thead> <tr> <th><span>Item</span></th> <th><span>Product Number</span></th> <th><span>Price</span></th> <th><span>Quantity</span></th> <th><span>Engraving Fee</span></th> <th><span>Total Price</span></th> </tr> </thead> <tbody> @php($sum = $total = 0) @foreach($order->items as $orderDetail) <tr> <td><span>{{ $orderDetail->product_name }}</span></td> <td><span>{{$orderDetail->productPrice->supplier_prod_number ?? 'N/A'}}</span></td> <td><span data-prefix>$ </span><span>{{ $orderDetail->price }}</span></td> <td><span>{{ $orderDetail->quantity }}</span></td> <td><span>{{ $orderDetail->engraving_fee }}</span></td> <td><span data-prefix>$</span><span>{{ $total = $orderDetail->total_price + ($orderDetail->quantity * $orderDetail->engraving_fee)}}</span></td> </tr> @php($sum += $total) @endforeach </tbody> </table> <table class="balance"> <tr> <th><span>Sub Total</span></th> <td><span data-prefix>$ </span><span>{{ $sum }}</span></td> </tr> <tr> <th><span>Rush Order Fee</span></th> <td><span data-prefix>$ </span><span>{{ $sum }}</span></td> </tr> <tr> <th><span>Engraving Fee</span></th> <td><span data-prefix>$ </span><span>{{ $sum }}</span></td> </tr> <tr> <th><span>Sales Tax</span></th> <td><span data-prefix>$ </span><span>{{ $sum }}</span></td> </tr> <tr> <th><span>Shipping Fee</span></th> <td><span data-prefix>$ </span><span>{{ 0 }}</span></td> </tr> <tr> <th><span>Grand Total</span></th> <td><span data-prefix>$ </span><span>{{ $sum }}</span></td> </tr> </table> </article> {{--<aside> <h1><span>Additional Notes</span></h1> <div> <p>A finance charge of 1.5% will be made on unpaid balances after 30 days.</p> </div> </aside>--}} </div> </div> </div> </div> </body> </html> layouts/reports/sales-tax-exemption.blade.php 0000644 00000006522 15021221211 0015420 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Sales Tax Exemption Report ({{$data['year_from']->format('M Y')}} - {{$data['year_to']->format('M Y')}})</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 12px; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">Sales Tax Exemption Report ({{$data['year_from']->format('M Y')}} - {{$data['year_to']->format('M Y')}})</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <th>#</th> <th>Order Number</th> <th>Date</th> <th>Exemption Reason</th> <th>Resale Number (If any)</th> <th>Tax Amount</th> </thead> <tbody class=thead-dark> @foreach($data['reports'] as $report) <tr> <td>{{++$loop->index}}</td> <td>{{$report->order_number}}</td> <td>{{$report->date}}</td> <td>{{$report->waive_off_sales_tax_reason}}</td> <td>{{$report->resale_number ?? "-"}}</td> <td>{{"$".$report->amount}}</td> </tr> @endforeach </tbody> <tfoot> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td><strong>Total Amount</strong></td> <td>{{"$".$data['total_tax_exempted']}}</td> </tr> </tfoot> </table> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/yoy-non-grouped.blade.php 0000644 00000010245 15021221211 0014561 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>PO Report (Date: {{ $year_from."-".$year_to }})</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 10px; } .last-border { border-top: 2px solid black; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">PO Report (Date: {{ $year_from."-".$year_to }})</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <th>Order Number</th> <th>Ordered By</th> <th>Order Date</th> <th>Payment Terms</th> <th>Reference</th> <th>Total Quantity</th> <th>Total Price</th> </tr> </thead> <tbody> @foreach($report_filtered as $key => $report) <tr> <td> <strong>{{ $key }}</strong> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> @foreach($report as $value) <tr> <td>{{ $value['order_number'] }}</td> <td>{{ $value['ordered_by'] }}</td> <td>{{ $value['created_at'] }}</td> <td>{{ $value['payment_terms'] }}</td> <td>{{ $value['reference'] }}</td> <td>{{ $value['quantity'] }}</td> <td>{{ "$".$value['price'] }}</td> </tr> @endforeach <tr class="last-border"> <td> </td> <td> </td> <td> </td> <td> </td> <td>Total</td> <td>{{ $totals[$key]['total_quantity'] }}</td> <td>{{ "$".$totals[$key]['total_price'] }}</td> </tr> @endforeach </tbody> </table> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/yoy-grouped.blade.php 0000644 00000006301 15021221211 0013767 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>PO Report (Date: {{ $year_from."-".$year_to }})</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 10px; } .last-border { border-top: 2px solid black; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">PO Report (Date: {{ $year_from."-".$year_to }})</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <th>Vendor</th> <th>Quantity</th> <th>Amount</th> </tr> </thead> <tbody> @php $quantity_total = 0; $amount_total = 0; @endphp @foreach($reports as $report) <tr> <td>{{ $report->vendor_name }}</td> <td>{{ $report->quantity }}</td> <td>{{ "$".$report->total }}</td> </tr> @php $quantity_total += $report->quantity; $amount_total += $report->total; @endphp @endforeach <tr class="last-border"> <th>Total</th> <td>{{ $quantity_total }}</td> <td>{{ "$".$amount_total }}</td> </tr> </tbody> </table> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/jobs-completed-weekly.blade.php 0000644 00000005445 15021221211 0015721 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Jobs Completed Weekly</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 12px; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">Jobs Completed Weekly (Date: {{$data['year_from']->format('Y-m-d')."-".$data['year_to']->format('Y-m-d')}})</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead> <tr class="thead-dark"> <th>Date</th> <th>Jobs Completed</th> </tr> </thead> <tbody> @foreach($data['data'] as $report) <tr> <th>{{ \Carbon\Carbon::make($report['formatted_date'])->format('Y-m-d') }}</th> <td>{{ $report['total'] }}</td> </tr> @endforeach </tbody> <tfoot> <tr> <th>Total Jobs</th> <td>{{$data['total_jobs']}}</td> </tr> </tfoot> </table> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/sales-tax-summarization-report.blade.php 0000644 00000011422 15021221211 0017616 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Sales Tax Summarization Report : {{ $data['date_title'] }}</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 10px; } .last-border { border-top: 2px solid black; } .table td{ border: 0; padding: .3rem; font-size: 15px; } .big-fonts{ font-size: 15px; } .text-align-right { text-align: right; } .text-align-center { text-align: center; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">Sales Tax Summarization Report</div> <hr class="border-4 thick-hr" style="margin: 0;"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <th class="text-align-center big-fonts">Date Range: {{ $data['date_title'] }}</th> </tr> </thead> </table> </div> </div> </div> <div class="row"> <div class="col-6"> <div class="d-flex justify-content-between"> <div class="w-100"> <div class="font-weight-bold">Receipts Subject to Sales and Use Tax</div> <hr class="border-4 thick-hr" style="margin: 0;"> </div> </div> </div> </div> <div class="row"> <div class="col-6"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <td class="text-align-right">Gross Receipts:</td> <td class="text-align-right">{{ $data['gross_total'] }}</td> </tr> </thead> </table> </div> </div> </div> <div class="row"> <div class="col-6"> <div class="d-flex justify-content-between"> <div class="w-100"> <div class="font-weight-bold">Exemptions</div> <hr class="border-4 thick-hr" style="margin: 0;"> </div> </div> </div> </div> <div class="row"> <div class="col-6"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> @foreach($data['exemption_data'] as $exemption) <tr> <td class="text-align-right">{{ $exemption['reason'].":" }}</td> <td class="text-align-right">{{ $exemption['amount'] }}</td> </tr> @endforeach <tr> <td class="text-align-right">Sub-Total</td> <td class="text-align-right">{{ $data['total_exemptions'] }}</td> </tr> </thead> </table> </div> </div> </div> <div class="row"> <div class="col-6"> <div class="d-flex justify-content-between"> <div class="w-100"> <div class="font-weight-bold">Final Totals</div> <hr class="border-4 thick-hr" style="margin: 0;"> </div> </div> </div> </div> <div class="row"> <div class="col-6"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <td class="text-align-right">Taxable Transactions:</td> <td class="text-align-right">{{ $data['taxable_transactions'] }}</td> </tr> <tr> <td class="text-align-right">Total Sales and Use Tax Due:</td> <td class="text-align-right">{{ $data['tax_due'] }}</td> </tr> </thead> </table> </div> </div> </div> </body> </html> layouts/reports/jobs-completed-comparison.blade.php 0000644 00000007505 15021221211 0016572 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Jobs Completed Report</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 12px; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">Jobs Completed Comparison</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <th>Year</th> <th>Jan</th> <th>Feb</th> <th>Mar</th> <th>Apr</th> <th>May</th> <th>Jun</th> <th>Jul</th> <th>Aug</th> <th>Sep</th> <th>Oct</th> <th>Nov</th> <th>Dec</th> <th>Lowest</th> <th>Highest</th> <th>Average</th> <th>Total</th> </thead> <tbody class=thead-dark> @foreach($data['years'] as $year) <tr> <td class="font-weight-bold">{{$year}}</td> @foreach($data['data'] as $key => $datum) <td>{{$datum[$year]}}</td> @endforeach <td>{{$data['yearly_lowest'][$year]}}</td> <td>{{$data['yearly_highest'][$year]}}</td> <td>{{$data['yearly_average'][$year]}}</td> <td>{{$data['yearly_totals'][$year]}}</td> </tr> @endforeach </tbody> <tfoot> <tr class="border-top border-danger"> <td class="font-weight-bold">Monthly Total</td> @foreach (range(1, 12) as $month) @php $m = \Carbon\Carbon::createFromDate(null, $month, 1)->format('M') @endphp <td>{{$data['monthly_totals'][$m]}}</td> @endforeach </tr> </tfoot> </table> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/payment-collection-report.blade.php 0000644 00000007513 15021221211 0016631 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Payment Transaction Report (Date: {{ $data['year_from']->format('Y-m-d')."-".$data['year_to']->format('Y-m-d') }})</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 10px; } .last-border { border-top: 2px solid black; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">Payment Transaction Report (Date: {{ $data['year_from']->format('Y-m-d')."-".$data['year_to']->format('Y-m-d') }})</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <th>Order Number</th> <th>Date</th> <th>Description</th> <th>Amount</th> </tr> </thead> <tbody> @foreach($data['reports'] as $key => $report) <tr> <td> <strong>{{ $key }}</strong> </td> <td> </td> <td> </td> <td> </td> </tr> @foreach($report as $value) @if(is_array($value)) <tr> <td>{{ $value['order_number'] }}</td> <td>{{ $value['date'] }}</td> <td>{{ $value['description'] }}</td> <td>{{ "$".$value['amount'] }}</td> </tr> @endif @endforeach <tr class="last-border"> <td> </td> <td> </td> <td>Total</td> <td>{{ "$".$data['reports'][$key]['total_amount'] }}</td> </tr> @endforeach </tbody> </table> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/sales-tax-comparison.blade.php 0000644 00000007717 15021221211 0015571 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Sale Comparison Report</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 12px; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">Sales Tax Comparison</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <th>Year</th> <th>Jan</th> <th>Feb</th> <th>Mar</th> <th>Apr</th> <th>May</th> <th>Jun</th> <th>Jul</th> <th>Aug</th> <th>Sep</th> <th>Oct</th> <th>Nov</th> <th>Dec</th> <th>Lowest</th> <th>Highest</th> <th>Average</th> <th>Total</th> </tr> </thead> <tbody class=thead-dark> @foreach($data['years'] as $year) <tr> <td class="font-weight-bold">{{$year}}</td> @foreach($data['data'] as $key => $datum) <td>{{"$$datum[$year]"}}</td> @endforeach <td>{{"$".$data['yearly_lowest'][$year]}}</td> <td>{{"$".$data['yearly_highest'][$year]}}</td> <td>{{"$".$data['yearly_average'][$year]}}</td> <td>{{"$".$data['yearly_totals'][$year]}}</td> </tr> @endforeach </tbody> <tfoot> <tr class="border-top border-danger"> <td class="font-weight-bold">Monthly Total</td> @foreach (range(1, 12) as $month) @php $m = \Carbon\Carbon::createFromDate(null, $month, 1)->format('M') @endphp <td>{{"$".$data['monthly_totals'][$m]}}</td> @endforeach </tr> </tfoot> </table> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/jobs-completed-daily.blade.php 0000644 00000005001 15021221211 0015507 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Jobs Completed Daily</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 12px; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">Jobs Completed Daily (Date: {{$data['year_from']->format('Y-m-d')}})</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <tbody> @foreach($data['data'] as $report) <tr> <th>Date</th> <td>{{ \Carbon\Carbon::make($report['formatted_date'])->format('Y-m-d') }}</td> </tr> <tr> <th>Jobs Completed</th> <td>{{ $report['total'] }}</td> </tr> @endforeach </tbody> </table> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/sale-comparison.blade.php 0000644 00000007526 15021221211 0014612 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Sale Comparison Report</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 12px; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies</h3> <div class="font-weight-bold">Orders Sale Comparison</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <th>Year</th> <th>Jan</th> <th>Feb</th> <th>Mar</th> <th>Apr</th> <th>May</th> <th>Jun</th> <th>Jul</th> <th>Aug</th> <th>Sep</th> <th>Oct</th> <th>Nov</th> <th>Dec</th> <th>Lowest</th> <th>Highest</th> <th>Average</th> <th>Total</th> </thead> <tbody class=thead-dark> @foreach($data['years'] as $year) <tr> <td class="font-weight-bold">{{$year}}</td> @foreach($data['data'] as $key => $datum) <td>{{"$$datum[$year]"}}</td> @endforeach <td>{{"$".$data['yearly_lowest'][$year]}}</td> <td>{{"$".$data['yearly_highest'][$year]}}</td> <td>{{"$".$data['yearly_average'][$year]}}</td> <td>{{"$".$data['yearly_totals'][$year]}}</td> </tr> @endforeach </tbody> <tfoot> <tr class="border-top border-danger"> <td class="font-weight-bold">Monthly Total</td> @foreach (range(1, 12) as $month) @php $m = \Carbon\Carbon::createFromDate(null, $month, 1)->format('M') @endphp <td>{{$data['monthly_totals'][$m]}}</td> @endforeach </tr> </tfoot> </table> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> </body> </html> layouts/reports/top-selling-products-v2.blade.php 0000644 00000007234 15021221211 0016135 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Top Selling Products Report</title> <style> .details>p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 12px; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies <span class="float-right">(Date: {{ $data['date_title'] }})</span></h3> <div class="font-weight-bold">Top Selling Products Report</div> <div class="font-weight-bold">Order by: {{ $data['order_by'] }}</div> <div class="font-weight-bold">Sort by: {{ $data['sort_by'] }}</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <th>Product Name</th> <th>Sku</th> <th>Vendor</th> <th>Total Qty.</th> <th>Total Price</th> </tr> </thead> <tbody class=thead-dark> @foreach ($data['data'] as $order) <tr> <td>{{ $order['product_name'] }}</td> <td>{{ $order['sku'] }}</td> <td>{{ $order['vendor_name'] }}</td> <td>{{ number_format($order['total_quantity']) }}</td> <td>{{ "$" . number_format($order['total_price'], 2) }}</td> </tr> @endforeach </tbody> <tfoot> <tr class="border-top border-danger"> <td class="font-weight-bold" colspan="3"> </td> <th class="font-weight-bold">Total Quantity</th> <th align="left">{{ $data['total_quantity'] }}</th> </tr> <tr class="border-top border-danger"> <td class="font-weight-bold" colspan="3"> </td> <th class="font-weight-bold">Total Price</th> <th align="left">{{ $data['total_price'] }}</th> </tr> <tr class="border-top border-danger"> <td class="font-weight-bold" colspan="3"> </td> <th class="font-weight-bold">Total Products</th> <th align="left">{{ number_format($data['total_products'], 2) }}</th> </tr> </tfoot> </table> </div> </div> </div> </body> </html> layouts/reports/outstanding-orders.blade.php 0000644 00000005473 15021221211 0015350 0 ustar 00 <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <title>Outstanding Orders Report</title> <style> .details > p { margin: 0; padding: 0; } .table-responsive { overflow-x: auto; } .thick-hr { border-top: 4px solid #000; margin: 20px 0; } .custom-font { font-size: 12px; } </style> </head> <body> <div class="row"> <div class="col-12 mt-5"> <div class="d-flex justify-content-between"> <div class="w-100"> <h3>J&M Trophies <span class="float-right">(Date: {{$data['date_range']}})</span></h3> <div class="font-weight-bold">Outstanding Orders Report</div> <hr class="border-4 thick-hr"> </div> </div> </div> <div class="col-12 mt-5"> <div class="table-responsive"> <table class="table table-striped custom-font"> <thead class=thead-dark> <tr> <th>Order Number</th> <th>Order Date</th> <th>Customer Name</th> <th>Customer Email</th> <th>PO Number</th> <th>Current Status</th> <th>Order Total</th> </tr> </thead> <tbody class=thead-dark> @foreach($data['data'] as $order) <tr> <td>{{$order['order_number']}}</td> <td>{{$order['created_at']->format('m-d-Y')}}</td> <td>{{$order['user']['name']}}</td> <td>{{$order['user']['email']}}</td> <td>{{$order['purchase_order_number'] ?? 'N/A'}}</td> <td>{{$order['current_status']->name}}</td> <td>{{'$'.$order['grand_total']}}</td> </tr> @endforeach </tbody> <tfoot> <tr class="border-top border-danger"> <td class="font-weight-bold" colspan="5"> </td> <th class="font-weight-bold">Grand Total</th> <th align="left">{{'$'.$data['total_amount']}}</th> </tr> </tfoot> </table> </div> </div> </div> </body> </html> layouts/app.blade.php 0000644 00000002011 15021221211 0010560 0 ustar 00 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>{{ trans('panel.site_title') }}</title> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" /> <link href="{{ asset('css/adminltev3.css') }}" rel="stylesheet" /> <link href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" rel="stylesheet" /> <link href="https://cdn.jsdelivr.net/npm/icheck-bootstrap@3.0.1/icheck-bootstrap.min.css" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet" /> @yield('styles') </head> <body class="header-fixed sidebar-fixed aside-menu-fixed aside-menu-hidden login-page"> @yield('content') @yield('scripts') </body> </html>