From 53550e509281805bb1cbf0f99b1aafd3216d4578 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 5 Jul 2024 15:31:01 -0400 Subject: [PATCH] Updated Client Export Fields, and added Client Import along with download client sample file --- client_import_modal.php | 28 ++++++ clients.php | 6 ++ post/client.php | 189 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 221 insertions(+), 2 deletions(-) create mode 100644 client_import_modal.php diff --git a/client_import_modal.php b/client_import_modal.php new file mode 100644 index 00000000..eb447ebe --- /dev/null +++ b/client_import_modal.php @@ -0,0 +1,28 @@ + diff --git a/clients.php b/clients.php index 8922cecb..c7549d94 100644 --- a/clients.php +++ b/clients.php @@ -101,6 +101,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));