Okullar, Üniversiteler ve Organizasyonlar için MAKET Randevu Uygulaması (Easy!Appointments çatalı)
Go to file
Alex Tselegidis f2c8df38b9 Correct the babel config for the minify script in to avoid the "Couldn't find intersection" errors 2023-05-04 12:05:51 +02:00
.github Update phpunit version in ci.yml 2023-03-23 08:07:45 +01:00
application Enhance the booking info field display. 2023-05-04 11:52:54 +02:00
assets Automatically store and remember the last selected filter item in the calendar page. 2023-05-04 12:00:17 +02:00
docker Fix the docker integration of MailHog and fine tune the Dockerfile 2023-01-25 08:48:44 +01:00
docs Update docker.md 2023-01-25 08:51:34 +01:00
storage Added new console command for created data backups. 2020-12-04 14:28:18 +02:00
system Correct deprecation warning on cookies 2023-03-13 07:42:49 +01:00
tests Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +01:00
.editorconfig
.gitattributes
.gitignore
.prettierignore
.prettierrc.json
CHANGELOG.md
LICENSE
README.md
babel.config.json Correct the babel config for the minify script in to avoid the "Couldn't find intersection" errors 2023-05-04 12:05:51 +02:00
composer.json Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +01:00
composer.lock Update dependencies 2023-05-03 07:39:22 +02:00
config-sample.php
docker-compose.yml Fix the docker integration of MailHog and fine tune the Dockerfile 2023-01-25 08:48:44 +01:00
gulpfile.js Correct the gulp script minification process. 2023-03-17 07:20:22 +01:00
index.php Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +01:00
logo.png
openapi.yml Allow API clients to filter appointments by service, provider and customer ID (#1296, #1325) 2023-01-14 10:25:25 +01:00
package-lock.json Update dependencies 2023-05-03 07:39:22 +02:00
package.json Update dependencies 2023-05-03 07:39:22 +02:00
patch.php
phpunit.xml Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +01:00
screenshot.png

README.md


Easy!Appointments
Easy!Appointments


A powerful Open Source Appointment Scheduler that can be installed on your server.

GitHub GitHub release (latest by date) GitHub All Releases Chat On Discord

AboutFeaturesSetupInstallationLicense

screenshot

About

Easy!Appointments is a highly customizable web application that allows customers to book appointments with you via a sophisticated web interface. Moreover, it provides the ability to sync your data with Google Calendar so you can use them with other services. It is an open source project that you can download and install even for commercial use. Easy!Appointments will run smoothly with your existing website as it can be installed in a single folder of the server and of course share an existing database.

Features

The application is designed to be flexible enough so that it can handle any enterprise work flow.

  • Customers and appointments management.
  • Services and providers organization.
  • Working plan and booking rules.
  • Google Calendar synchronization.
  • Email notifications system.
  • Self hosted installation.
  • Translated user interface.
  • User community support.

Setup

To clone and run this application, you'll need Git, Node.js (which comes with npm) and Composer installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/alextselegidis/easyappointments.git

# Go into the repository
$ cd easyappointments

# Install dependencies
$ npm install && composer install

# Start the file watcher
$ npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

You can build the files by running npm run build. This command will bundle everything to a build directory.

Installation

You will need to perform the following steps to install the application on your server:

  • Make sure that your server has Apache/Nginx, PHP and MySQL installed.
  • Create a new database (or use an existing one).
  • Copy the "easyappointments" source folder on your server.
  • Make sure that the "storage" directory is writable.
  • Rename the "config-sample.php" file to "config.php" and update its contents based on your environment.
  • Open the browser on the Easy!Appointments URL and follow the installation guide.

That's it! You can now use Easy!Appointments at your will.

You will find the latest release at easyappointments.org. If you have problems installing or configuring the application visit the official support group. You can also report problems on the issues page and help the development progress.

License

Code Licensed Under GPL v3.0 | Content Under CC BY 3.0


Website alextselegidis.com  ·  GitHub alextselegidis  ·  Twitter @alextselegidis

More Projects On Github
Plainpad · Self Hosted Note Taking App
Questionful · Web Questionnaires Made Easy
Integravy · Service Orchestration At Your Fingertips