From 159586329f404236e7e877036bc46201600ba251 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 18 Jan 2023 18:12:14 -0500 Subject: [PATCH] Feature: Document Templates - You can now officially create document template and create documents from a template - WIP list/edit/delete document templates --- client_document_add_from_template_modal.php | 83 +++++++++++++++++++++ client_document_add_modal.php | 1 - client_documents.php | 13 ++-- post.php | 40 ++++++++++ 4 files changed, 131 insertions(+), 6 deletions(-) create mode 100644 client_document_add_from_template_modal.php diff --git a/client_document_add_from_template_modal.php b/client_document_add_from_template_modal.php new file mode 100644 index 00000000..983af75b --- /dev/null +++ b/client_document_add_from_template_modal.php @@ -0,0 +1,83 @@ + \ No newline at end of file diff --git a/client_document_add_modal.php b/client_document_add_modal.php index 02e540ca..bbb04e00 100644 --- a/client_document_add_modal.php +++ b/client_document_add_modal.php @@ -30,7 +30,6 @@ diff --git a/client_documents.php b/client_documents.php index dbb952bb..398021b1 100644 --- a/client_documents.php +++ b/client_documents.php @@ -49,13 +49,15 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));

Documents

- -