diff --git a/add_client_modal.php b/add_client_modal.php index bfa6b6be..770a7eba 100644 --- a/add_client_modal.php +++ b/add_client_modal.php @@ -114,16 +114,23 @@ -
- -
-
- + +
+
+
+
+
+ +
+ +
- +
+
+
- +
diff --git a/add_contact_modal.php b/add_contact_modal.php index 5e717d00..c68da29c 100644 --- a/add_contact_modal.php +++ b/add_contact_modal.php @@ -30,13 +30,20 @@
-
- -
-
- + +
+
+
+
+
+ +
+ +
- +
+
+
diff --git a/add_vendor_modal.php b/add_vendor_modal.php index 80ed81a6..4cfeb742 100644 --- a/add_vendor_modal.php +++ b/add_vendor_modal.php @@ -122,13 +122,20 @@
-
- -
-
- + +
+
+
+
+
+ +
+ +
- +
+
+
diff --git a/client_assets.php b/client_assets.php index ecbb7c24..d43fa223 100644 --- a/client_assets.php +++ b/client_assets.php @@ -73,7 +73,6 @@ $total_pages = ceil($total_found_rows / 10); Type Name - IP Make Model Serial @@ -183,7 +182,6 @@ $total_pages = ceil($total_found_rows / 10); ?> - diff --git a/client_contacts.php b/client_contacts.php index cebc29e3..745bcb2a 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -87,6 +87,7 @@ $total_pages = ceil($total_found_rows / 10); if(strlen($contact_phone)>2){ $contact_phone = substr($row['contact_phone'],0,3)."-".substr($row['contact_phone'],3,3)."-".substr($row['contact_phone'],6,4); } + $contact_extension = $row['contact_extension']; $contact_mobile = $row['contact_mobile']; if(strlen($contact_mobile)>2){ $contact_mobile = substr($row['contact_mobile'],0,3)."-".substr($row['contact_mobile'],3,3)."-".substr($row['contact_mobile'],6,4); @@ -122,7 +123,7 @@ $total_pages = ceil($total_found_rows / 10); - +
2){ $client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4); } + $client_extension = $row['client_extension']; $client_mobile = $row['client_mobile']; if(strlen($client_mobile)>2){ $client_mobile = substr($row['client_mobile'],0,3)."-".substr($row['client_mobile'],3,3)."-".substr($row['client_mobile'],6,4); @@ -172,7 +173,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); - +
Title Email Phone - Action + Actionl @@ -87,6 +87,7 @@ $total_pages = ceil($total_found_rows / 10); if(strlen($contact_phone)>2){ $contact_phone = substr($row['contact_phone'],0,3)."-".substr($row['contact_phone'],3,3)."-".substr($row['contact_phone'],6,4); } + $contact_extension = $row['contact_extension ']; $contact_mobile = $row['contact_mobile']; if(strlen($contact_mobile)>2){ $contact_mobile = substr($row['contact_mobile'],0,3)."-".substr($row['contact_mobile'],3,3)."-".substr($row['contact_mobile'],6,4); @@ -96,6 +97,7 @@ $total_pages = ceil($total_found_rows / 10); $contact_initials = initials($contact_name); $client_id = $row['client_id']; $client_name = $row['client_name']; + ?> @@ -124,7 +126,7 @@ $total_pages = ceil($total_found_rows / 10); - +
-
- -
-
- + +
+
+
+
+
+ +
+ +
- +
+
+
diff --git a/edit_contact_modal.php b/edit_contact_modal.php index 95b17f00..0a969bb4 100644 --- a/edit_contact_modal.php +++ b/edit_contact_modal.php @@ -41,14 +41,21 @@
- -
- -
-
- + + +
+
+
+
+
+ +
+ +
- +
+
+
diff --git a/edit_vendor_modal.php b/edit_vendor_modal.php index 9ad4cec3..ae588058 100644 --- a/edit_vendor_modal.php +++ b/edit_vendor_modal.php @@ -122,13 +122,20 @@
-
- -
-
- + +
+
+
+
+
+ +
+ +
- +
+
+
diff --git a/invoice.php b/invoice.php index 9521e658..49ef9bec 100644 --- a/invoice.php +++ b/invoice.php @@ -239,7 +239,7 @@ if(isset($_GET['invoice_id'])){ - +