diff --git a/app/Controllers/Subscription.php b/app/Controllers/Subscription.php index 00c31186..8955b78b 100644 --- a/app/Controllers/Subscription.php +++ b/app/Controllers/Subscription.php @@ -143,10 +143,10 @@ public function download_details() $configa4 = [ 'mode' => 'utf-8', 'format' => 'A4', - 'margin_left' => 0, - 'margin_right' => 0, - 'margin_top' => 0, - 'margin_bottom' => 0, + 'margin_left' => 1, + 'margin_right' => 1, + 'margin_top' => 1, + 'margin_bottom' => 1, 'margin_header' => 0, 'margin_footer' => 0, ]; diff --git a/app/Views/print_addresses_form.php b/app/Views/print_addresses_form.php index d807cf4a..678a24cb 100644 --- a/app/Views/print_addresses_form.php +++ b/app/Views/print_addresses_form.php @@ -11,7 +11,7 @@ } .invoice { width: 48%; - height: 277px; + height: 273px; margin-left: 2px; float: left; page-break-inside: avoid; @@ -26,6 +26,9 @@ .bill-details { margin-bottom: 20px; + + margin-top: 30px; + margin-left: 10px; } .customer-details { @@ -63,10 +66,10 @@
- - , - , - , +
+ ,
+ ,
+ ,
-