Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernandod1/laser-hair-removal-app

Full PHP control panel to manage client's database and sessions consumptions of laser hair removal in a beauty center.
https://github.com/fernandod1/laser-hair-removal-app

beauty-salon control-panel crud hair-removal hair-treatments hairsalon laser laser-hair-removal mysql php

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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