diff --git a/resources/views/app/pdf/estimate/estimate1.blade.php b/resources/views/app/pdf/estimate/estimate1.blade.php index c69b993e..716905dc 100644 --- a/resources/views/app/pdf/estimate/estimate1.blade.php +++ b/resources/views/app/pdf/estimate/estimate1.blade.php @@ -263,7 +263,7 @@ } tr.main-table-header th { - border-bottom: 1px solid #EAF1FB; + border-bottom: 0.620315px solid #E8E8E8; font-style: normal; font-weight: normal; font-size: 12px; diff --git a/resources/views/app/pdf/estimate/estimate2.blade.php b/resources/views/app/pdf/estimate/estimate2.blade.php index 778e1916..e0098e38 100644 --- a/resources/views/app/pdf/estimate/estimate2.blade.php +++ b/resources/views/app/pdf/estimate/estimate2.blade.php @@ -264,7 +264,7 @@ } tr.main-table-header th { - border-bottom: 1px solid #EAF1FB; + border-bottom: 0.620315px solid #E8E8E8; font-style: normal; font-weight: normal; font-size: 12px; diff --git a/resources/views/app/pdf/estimate/partials/notes.blade.php b/resources/views/app/pdf/estimate/partials/notes.blade.php index ccde1ae9..479ee279 100644 --- a/resources/views/app/pdf/estimate/partials/notes.blade.php +++ b/resources/views/app/pdf/estimate/partials/notes.blade.php @@ -1,6 +1,8 @@ -
| # | @if($estimate->discount_per_item === 'NO')Items | @elseItems | @endifQuantity | -Price | +Price | @if($estimate->discount_per_item === 'YES') -Discount | +Discount | @endifAmount |
|---|---|---|---|---|---|---|---|---|
| {{$index}} |
{{ $item->name }} {{ $item->description }} |
{{$item->quantity}} | -{{$item->price/100}} | +{{$item->price/100}} | @if($estimate->discount_per_item === 'YES') -+ | @if($item->discount_type === 'fixed') {{$item->discount_val/100}} @endif @@ -30,12 +35,15 @@ @endif | @endif -{{$item->total/100}} | +{{$item->total/100}} |
| Subtotal |
| # | @if($invoice->discount_per_item === 'NO')Items | @elseItems | @endifQuantity | -Price | +Price | @if($invoice->discount_per_item === 'YES') -Discount | +Discount | @endifAmount |
|---|---|---|---|---|---|---|---|---|
| {{$index}} |
{{ $item->name }} {{ $item->description }} |
{{$item->quantity}} | -{{$item->price/100}} | +{{$item->price/100}} | @if($invoice->discount_per_item === 'YES') -+ | @if($item->discount_type === 'fixed') {{$item->discount_val/100}} @endif @@ -30,8 +35,11 @@ @endif | @endif -{{$item->total/100}} | +{{$item->total/100}} |