From 9f067939d671d8eca206e6d687892c25eaea1cb9 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Mar 2019 02:36:47 -0400 Subject: [PATCH] Added Client Details and Contacts module and invoice stuff --- add_client_contact_modal.php | 58 ++++++++++++++++++++ client.php | 103 +++++++++++++++++++++++++++++++++++ client_contacts.php | 55 +++++++++++++++++++ client_details.php | 23 ++++++++ client_footer.php | 8 +++ client_header.php | 81 +++++++++++++++++++++++++++ 6 files changed, 328 insertions(+) create mode 100644 add_client_contact_modal.php create mode 100644 client.php create mode 100644 client_contacts.php create mode 100644 client_details.php create mode 100644 client_footer.php create mode 100644 client_header.php diff --git a/add_client_contact_modal.php b/add_client_contact_modal.php new file mode 100644 index 00000000..362f7d82 --- /dev/null +++ b/add_client_contact_modal.php @@ -0,0 +1,58 @@ + \ No newline at end of file diff --git a/client.php b/client.php new file mode 100644 index 00000000..4d53bf85 --- /dev/null +++ b/client.php @@ -0,0 +1,103 @@ + + +2){ + $client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4); + } + $client_website = $row['client_website']; + +?> +
+
+

+
+
+ +
+
+
+
+
+
+ +
+ +
+ +
+
+
+
+ + + + + +
+ + + + + + + + + + + + 2){ + $client_contact_phone = substr($row['client_contact_phone'],0,3)."-".substr($row['client_contact_phone'],3,3)."-".substr($row['client_contact_phone'],6,4); + } + + ?> + + + + + + + + + + + +
NameTitlePhoneEmailActions
+ +
+
+ + \ No newline at end of file diff --git a/client_details.php b/client_details.php new file mode 100644 index 00000000..32bcee74 --- /dev/null +++ b/client_details.php @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + +
+ " target="_blank"> + +
+ +
+
\ No newline at end of file diff --git a/client_footer.php b/client_footer.php new file mode 100644 index 00000000..8d331783 --- /dev/null +++ b/client_footer.php @@ -0,0 +1,8 @@ + + + + + + + + + +2){ + $client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4); + } + $client_website = $row['client_website']; + +?> +
+
+

+
+
+ +
+
+
+
+
+
+ +
+ +
\ No newline at end of file