Full PHP script control panel to manage client's database and sessions of laser hair removal treatments in a beauty center.
- Add, edit, remove clients.
- List all clients or search one client.
- Upload system of client's disclaimer treatment documents.
- Add, remove new treatment to client. (Mode just one session or Pack of 5 sessions ("bonus pack")).
- Consume session of client.
- Counter of sessions left of each treatment of client.
- Option "pay before session treatment" or "pending payment" label reminder).
- Note: script is actually only translated to spanish, sorry.
PHP and MySQL database.
- Import in MySQL tables struct from database_struct.sql.
- Configure MySQL connection parameters in connectDB.php.
- Set in upload.php file full path to /documents/ folder where will be stored client's disclaimer treatment documents.
- Upload all files to your hosting. Done.
Main page of control panel:
Listing clients:
Add new client to database:
Client treatments and sessions consumption:
Add new treatment:
Sessions consumption page:
Client's disclaimer treatment documents upload:
Collaborations to improve script are always welcome.