diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-16 17:15:11 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-16 17:15:11 +0100 |
commit | 3de91148bc3b634feb6d4b882c743317c517b8b0 (patch) | |
tree | 4bdaa7e70c4fcf2bcb46587fb59e142299b8cb5b /README.md | |
parent | da57beb574fb9f756a7de036e8003f75ec47432c (diff) | |
download | arfnet2-cstims-3de91148bc3b634feb6d4b882c743317c517b8b0.tar.gz arfnet2-cstims-3de91148bc3b634feb6d4b882c743317c517b8b0.zip |
Add client and admin panels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -9,6 +9,11 @@ User types: Helpdesk: read, answer and close tickets Accountant: view invoices and change status Client: order services and open tickets +Service types: + premium, standard, free +Services: + VPS, VPN, webhost, bot host, game host, proxy, mirror, subdomain, storage, + nextcloud, jellyfin, email, matrix, xmpp, voip Report problems with CST or such as password changes to admin@arf20.com @@ -50,6 +55,8 @@ FILES: form to add, edit and delete user entries manageservices.php form to add, edit and delete service entries + manageorders.php + form to add, edit and delete order entries managetickets.php form to add, edit and delete ticket entries (assign, too, sends email to specific helpdesk person) manageinvoices.php @@ -64,9 +71,9 @@ SQL: Tables: users User logins 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 + services Available services id autoincrement, name, type, billing, description - orders + orders List of user orders and management notes etc id autoincrement, service id, instance name, client id, order date, specific billing, comments tickets List of tickets id autoincrement, client id, title, body, status { open, closed, nofix }, asignee |