Original Easy!Appointments Source Code
Go to file
Alex Tselegidis aa3bbdfeba Call global methods in appointments modal 2024-08-13 13:36:03 +02:00
.github GitHub Actions with PHP 8.2 2024-05-11 18:02:42 +02:00
.run Remove the migrate run file 2023-11-03 17:50:10 +01:00
application Hook the optional field checks to all CRUD controllers 2024-08-13 13:34:03 +02:00
assets Call global methods in appointments modal 2024-08-13 13:36:03 +02:00
docker Upgrade Dockerfile to PHP8.3 2024-07-07 13:07:17 +02:00
docs Correct the example service category requests 2024-07-22 16:54:54 +02:00
storage Change the permission of the storage files 2023-08-16 15:50:48 +02:00
system Skip regenerate if session is not active 2024-05-22 11:18:22 +02:00
tests Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +01:00
.editorconfig Yml files have 2 white spaces for indentation 2021-11-04 09:33:51 +01:00
.gitattributes Added .gitattributes 2019-06-08 16:50:21 +02:00
.gitignore Add the LDAP docker configuration (#128) 2024-05-12 19:42:36 +02:00
.prettierignore Remove line breaks from translations 2023-12-08 11:28:24 +01:00
.prettierrc.json Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
CHANGELOG.md Patch error with Safari while booking related to time parsing (#1584) 2024-08-12 08:53:17 +02:00
LICENSE
README.md Update php version in docs 2024-07-07 13:02:38 +02:00
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 Update vendor package so that vendor files support PHP8.1 as well 2024-07-07 13:47:58 +02:00
composer.lock Update vendor package so that vendor files support PHP8.1 as well 2024-07-07 13:47:58 +02:00
config-sample.php Update default config-sample.php values 2024-06-03 19:13:21 +02:00
docker-compose.yml Add the LDAP docker configuration (#128) 2024-05-12 19:42:36 +02:00
gulpfile.js Remove the git folder of the build directory only 2024-01-31 10:40:38 +01:00
index.php Remove cast 2024-01-29 13:17:53 +01:00
logo.png Added the project logo to the root directory. 2021-10-23 12:23:21 +02:00
openapi.yml Remove the automated calendar detection from the CalDAV sync as it will not work with all CalDAV providers (some use different URL structures than Baikal) 2024-06-14 18:49:41 +02:00
package-lock.json Update 3rd party NPM libraries 2024-05-11 18:51:27 +02:00
package.json Update 3rd party NPM libraries 2024-05-11 18:51:27 +02:00
patch.php Update patch.php 2022-02-25 18:32:24 +01:00
phpunit.xml Load the framework while testing in order to allow for additional tests 2023-03-24 08:11:25 +01:00
screenshot.png Update screenshot 2024-07-01 09:39:13 +02:00

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 (8.2+) 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