Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/resources/views/layouts/reports/sales-tax-summarization-report.blade.php
Назад
<!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>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка