Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.57 KB

README.md

File metadata and controls

64 lines (35 loc) · 1.57 KB

Laser hair removal control panel to manage client's treatments in beauty center

Full PHP script control panel to manage client's database and sessions of laser hair removal treatments in a beauty center.

Features:

  • 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.

Requirements

PHP and MySQL database.

Instalation

  1. Import in MySQL tables struct from database_struct.sql.
  2. Configure MySQL connection parameters in connectDB.php.
  3. Set in upload.php file full path to /documents/ folder where will be stored client's disclaimer treatment documents.
  4. Upload all files to your hosting. Done.

Screenshots

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

Collaborations to improve script are always welcome.