From 79dbcb10c9d218adb881fb361ee010c9e15cac9d Mon Sep 17 00:00:00 2001 From: Robert-Azelis <82208283+Robert-Azelis@users.noreply.github.com> Date: Wed, 11 Jun 2025 09:22:13 +0200 Subject: [PATCH] Update location print assigned assets Lets allow user to select print layout: portrait or landscape Use dedicated logo for PDF documents: acceptance_pdf_logo --- resources/views/locations/print.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php index 156eb04265..4265a54c5d 100644 --- a/resources/views/locations/print.blade.php +++ b/resources/views/locations/print.blade.php @@ -14,7 +14,7 @@ } @page { - size: A4; + size: auto; } table.inventory th, table.inventory td { border: solid #000; @@ -36,13 +36,13 @@

@if ($snipeSettings->logo!='') - + @endif {{ $snipeSettings->site_name }}

@elseif ($snipeSettings->brand == '2') @if ($snipeSettings->logo!='') - + @endif @else

{{ $snipeSettings->site_name }}