diff --git a/CustomerDetails_20231122120827.pdf b/CustomerDetails_20231122120827.pdf deleted file mode 100644 index 28d276a2..00000000 Binary files a/CustomerDetails_20231122120827.pdf and /dev/null differ diff --git a/CustomerDetails_20231122120845.pdf b/CustomerDetails_20231122120845.pdf deleted file mode 100644 index 4d07d2a0..00000000 Binary files a/CustomerDetails_20231122120845.pdf and /dev/null differ diff --git a/CustomerDetails_20231122120916.pdf b/CustomerDetails_20231122120916.pdf deleted file mode 100644 index f9f1c38d..00000000 Binary files a/CustomerDetails_20231122120916.pdf and /dev/null differ diff --git a/app/Models/SettingsModel.php b/app/Models/SettingsModel.php index fee4a633..13ef4477 100644 --- a/app/Models/SettingsModel.php +++ b/app/Models/SettingsModel.php @@ -5,7 +5,7 @@ class SettingsModel extends Model { protected $table = 'settings'; protected $primaryKey = 'setting_id'; - protected $allowedFields = ['business_id','setting_id','site_name','site_color','site_short_name','site_email','mobile','country','favicon','site_info','logo','terms_service','footer_about','about_info','copyright','pagination_limit','mail_protocol','mail_title','mail_host','mail_port','mail_encryption','mail_username','mail_password','currency','created_on','created_by','updated_on','updated_by','isactive']; + protected $allowedFields = ['business_id','setting_id','site_name','site_color','site_short_name','site_email','mobile','country','favicon','site_info','logo','terms_service','footer_about','about_info','copyright','pagination_limit','currency','created_on','created_by','updated_on','updated_by','isactive']; public function saveData($data, $id = null) { diff --git a/app/Views/invoice_list.php b/app/Views/invoice_list.php index 4a4ca368..043029ee 100644 --- a/app/Views/invoice_list.php +++ b/app/Views/invoice_list.php @@ -10,7 +10,7 @@ /* Apply font family and size */ body { font-family: 'Times New Roman', Times, serif; - font-size: 12px; + font-size: 8pt; } } #pdfPreviewModal .modal-dialog { @@ -23,8 +23,9 @@ } #pdfPreviewModal .modal-body { - font-family: 'Times New Roman', Times, sans-serif; - font-size: 12px; + font-family: 'Times New Roman', Times, serif !important; + font-size: 8pt !important; + margin: 0; } .table-responsive { @@ -148,7 +149,7 @@ -