diff --git a/add_client_application_modal.php b/add_client_application_modal.php new file mode 100644 index 00000000..af6d428a --- /dev/null +++ b/add_client_application_modal.php @@ -0,0 +1,57 @@ + \ No newline at end of file diff --git a/client.php b/client.php index cc5f7f3e..72cf862c 100644 --- a/client.php +++ b/client.php @@ -36,6 +36,8 @@ if(isset($_GET['client_id'])){ $num_networks = $row['num']; $row = mysqli_fetch_assoc(mysqli_query($mysqli,"SELECT COUNT('client_domain_id') AS num FROM client_domains WHERE client_id = $client_id")); $num_domains = $row['num']; + $row = mysqli_fetch_assoc(mysqli_query($mysqli,"SELECT COUNT('client_application_id') AS num FROM client_applications WHERE client_id = $client_id")); + $num_applications = $row['num']; $row = mysqli_fetch_assoc(mysqli_query($mysqli,"SELECT COUNT('invoice_id') AS num FROM invoices WHERE client_id = $client_id")); $num_invoices = $row['num']; $row = mysqli_fetch_assoc(mysqli_query($mysqli,"SELECT COUNT('client_note_id') AS num FROM client_notes WHERE client_id = $client_id")); @@ -59,11 +61,13 @@ if(isset($_GET['client_id'])){ New Login New Network New Domain + New Application New Invoice New Quote New Attachment New Note + Print Edit Delete @@ -92,6 +96,7 @@ if(isset($_GET['client_id'])){ + diff --git a/client_applications.php b/client_applications.php new file mode 100644 index 00000000..e427b6f0 --- /dev/null +++ b/client_applications.php @@ -0,0 +1,47 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + +
ApplicationTypeLicenseActions
+ +
+
\ No newline at end of file diff --git a/client_nav.php b/client_nav.php index e4322623..075d84d0 100644 --- a/client_nav.php +++ b/client_nav.php @@ -44,6 +44,12 @@ +