modified assests
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
margin-top: 0.1cm;
|
||||
margin-left: 0.5cm !important;
|
||||
}
|
||||
|
||||
|
||||
@page :second {
|
||||
margin-top: 2cm;
|
||||
}
|
||||
@@ -188,7 +188,7 @@
|
||||
.border-0{
|
||||
border:none !important;
|
||||
}
|
||||
|
||||
|
||||
#print_preview_modal .modal-dialog.A4-portrait {
|
||||
width: 29.7cm !important;
|
||||
}
|
||||
@@ -197,8 +197,8 @@
|
||||
|
||||
|
||||
<page size="A4">
|
||||
|
||||
|
||||
|
||||
|
||||
<table border="0" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -216,7 +216,7 @@
|
||||
<p style="line-height: 13px !important; font-size: 13.5pt; font-weight: bold; color: #0000ff;" class="text-uppercase py-1">{{$labSettings->name_en}}</p>
|
||||
<p style="line-height: 10px !important;">{{ app()->getLocale()=='kh' ? $labSettings->address_kh : $labSettings->address_en}} </p>
|
||||
<p style="line-height: 10px !important;">{{$labSettings->phone_number}} {{$labSettings->email}}</p>
|
||||
|
||||
|
||||
</td>
|
||||
<td style="width:120px" > </td>
|
||||
</tr>
|
||||
@@ -226,7 +226,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text-top text-center">
|
||||
<div class="" style="font-size: 13pt; font-weight: 600;text-decoration: underline;">{{__('Laboratory Financial Report')}}</div>
|
||||
<div class="" style="font-size: 13pt; font-weight: 600;text-decoration: underline;">{{__('Organization Financial Report')}}</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -239,7 +239,7 @@
|
||||
<p style="text-align: center">{{__('From Date:') . date('d-M-Y',strtotime($_GET['start_date'])) . ' To Date: '.date('d-M-Y',strtotime($_GET['end_date']))}}</p>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
|
||||
<table class="table-inv" width="100%" border="0" style="border-collapse: collapse !important; font-size: 9pt">
|
||||
<thead>
|
||||
<tr class="bg-light">
|
||||
@@ -256,7 +256,7 @@
|
||||
<td width="70px" style="padding-right: 1px; text-align:center;">Bank Pay</td>
|
||||
<td width="70px" style="padding-right: 1px; text-align:center;">Owe</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</thead>
|
||||
<tbody>
|
||||
@php
|
||||
@@ -293,7 +293,7 @@
|
||||
$i++;
|
||||
@endphp
|
||||
@endforeach
|
||||
|
||||
|
||||
<tr><td colspan="12" style="padding-left:20px">Exchange Rate : 1 USD = {{$labSettings->exchange_rate}}</td></tr>
|
||||
|
||||
<tr>
|
||||
@@ -304,7 +304,7 @@
|
||||
<td style="text-align: right;" class="bg-light"><b style="float: left"> $ </b> {{number_format(($total_paid),2)}}<br><b style="float: left"> ៛ </b> {{number_format(($total_paid * $labSettings->exchange_rate))}}</td>
|
||||
<td style="text-align: right;" class="bg-light"><b style="float: left"> $ </b> {{number_format(($total_bank_paid),2)}}<br><b style="float: left"> ៛ </b> {{number_format(($total_bank_paid * $labSettings->exchange_rate))}}</td>
|
||||
<td style="text-align: right;" class="bg-light"><b style="float: left"> $ </b> {{number_format(($total_owe),2)}}<br><b style="float: left"> ៛ </b> {{number_format(($total_owe * $labSettings->exchange_rate))}}</td>
|
||||
|
||||
|
||||
</tr>
|
||||
@if($labSettings->is_hide_comission_percentage>0)
|
||||
@php
|
||||
@@ -321,7 +321,7 @@
|
||||
<td style="text-align: right;" class="bg-light"><b style="float: left"> $ </b> {{number_format(($total_owe * ($labSettings->is_hide_comission_percentage/100)),2)}}<br><b style="float: left"> ៛ </b> {{number_format((($total_owe * ($labSettings->is_hide_comission_percentage/100)) * $labSettings->exchange_rate))}}</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
<td style="text-align: right; font-weight: bold" class="border-0" colspan="6">{{$ownBenefitRate}}% {{__('Percent')}} </td>
|
||||
<td style="text-align: right;" class="bg-light"><b style="float: left"> $ </b> {{number_format(($total * ($ownBenefitRate/100)),2)}}<br><b style="float: left"> ៛ </b> {{number_format((($total * ($ownBenefitRate/100)) * $labSettings->exchange_rate))}}</td>
|
||||
|
||||
Reference in New Issue
Block a user