Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fernandod1/laser-hair-removal-app
- Owner: fernandod1
- License: other
- Created: 2021-01-03T16:43:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T00:52:27.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T22:28:07.470Z (3 months ago)
- Topics: beauty-salon, control-panel, crud, hair-removal, hair-treatments, hairsalon, laser, laser-hair-removal, mysql, php
- Language: PHP
- Homepage: https://www.fernando.info
- Size: 351 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.