From 6aebe260f5fb085f2900bbf28e6016026b44e759 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Tue, 26 Jan 2021 19:16:51 -0500 Subject: [PATCH] Changed notes to documents DB Structure updated --- add_note_modal.php => add_document_modal.php | 10 ++-- client.php | 4 +- client_notes.php => client_documents.php | 48 +++++++++---------- client_routes.php | 4 +- client_side_nav.php | 10 ++-- db.sql | 40 ++++++++-------- ..._note_modal.php => edit_document_modal.php | 12 ++--- post.php | 45 +++++++---------- view_client_note.php | 12 ----- ..._note_modal.php => view_document_modal.php | 6 +-- 10 files changed, 85 insertions(+), 106 deletions(-) rename add_note_modal.php => add_document_modal.php (64%) rename client_notes.php => client_documents.php (70%) rename edit_note_modal.php => edit_document_modal.php (56%) delete mode 100644 view_client_note.php rename view_note_modal.php => view_document_modal.php (68%) diff --git a/add_note_modal.php b/add_document_modal.php similarity index 64% rename from add_note_modal.php rename to add_document_modal.php index b632d670..8d6e9053 100644 --- a/add_note_modal.php +++ b/add_document_modal.php @@ -1,8 +1,8 @@ -