aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-03-16 02:51:06 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-03-16 02:51:06 +0100
commitda57beb574fb9f756a7de036e8003f75ec47432c (patch)
treeb34bba686432f972816bb649d47431fcd2efa66e /README.md
parentecdcfff2460db708ae4b471140335ce47aaaf54b (diff)
downloadarfnet2-cstims-da57beb574fb9f756a7de036e8003f75ec47432c.tar.gz
arfnet2-cstims-da57beb574fb9f756a7de036e8003f75ec47432c.zip
Email verification
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index b7441af..556781f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
-# arfnet2-csti
-ARFNET2 Client, Service, Ticket and Invoice management system
+# arfnet2-cstims
+ARFNET2 Client, Service, Ticket and Invoice Management System
+
+Depends on PHPMailer
```
User types:
@@ -23,11 +25,14 @@ FILES:
logout.php -> login.php
stops session
+ verify.php -> login.php
+ from a link, has the base64 code generated at registration sent to email for verification
+
client.php -> { order.php, openticket.php }
shows ordered services and opened tickets
helpdesk.php
view, self-assign and close tickets
- accounting.php
+ accountant.php
view invoices and change status
admin.php -> { manageusers.php, manageservices.php, managetickets.php }
shows users, services, tickets and invoices
@@ -58,7 +63,7 @@ FILES:
SQL:
Tables:
users User logins
- id autoincrement, username, password (hash), email, email verification code, user type { client, helpdesk, accountant, admin }, register date
+ id autoincrement, username, password (hash), email, email verification code, status { verified, unverified }, type { client, helpdesk, accountant, admin }, register date
services Available services and management notes etc
id autoincrement, name, type, billing, description
orders