=== Easy Appointments ===
Contributors: loncar
Donate link: http://nikolaloncar.com/donate/
Tags: appointment, appointments, booking, calendar, plugin, reservation, reservations, wp appointment
Requires at least: 3.7
Tested up to: 4.6
Stable tag: 1.9.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Easy Appointments Wordpress plugin. Add Booking system to your WordPress site and manage Appointments with ease. Extremely flexible time management.
== Description ==
Add Booking Appointments system to your WordPress site and manage Appointments with ease. Extremely flexible time management. Multiple location, services and workers. Email notifications.
Can be used for : Lawyers, Salons, Mechanic, Cleaning services, Doctors, Spas, Personal trainers , Private Lessons, etc,
= Features =
* Multiple **Locations**
* Multiple **Services**
* Multiple **Workers**
- Create dedicated calendar for one location / service / worker **NEW**
* **Extremely flexible time table**
* **Email notifications :**
- Visitor notification
- Admin notification
- Custom content and subject
- Confirm or cancel appointment by link in email
* **Responsive Bootstrap Layout** for Appointment form - new shorcode `[ea_bootstrap]`
* Two column layout for bootstrap form
* Custom form fields (input, select, textarea). **Create your own custom form fields in a few clicks**
* **Export to CSV (for Calc, Excel...)**
* Localization of **datepicker for 77 different languages** (day of week, months)
* **Internationalization** - support for translations (you can create your own translation >> tutorial <<)
- German translation (thanks to Matthias)
- Romanian translation (thanks to Vlad)
- Polish translation (thanks to Maciej Bauza)
= Live Demo =
**Responsive Appointment form**
**Responsive Appointment form - two column layout**
**Standard Appointment form**
= Doc =
http://nikolaloncar.com/easy-appointments-wordpress-plugin/easy-appointments-documentacion/
= HomePage =
http://nikolaloncar.com/easy-appointments-wordpress-plugin/
== Installation ==
= Install process is quite simple : =
– After getting plugin ZIP file log onto WP admin page.
– Open Plugins >> Add new.
– Click on “Upload plugin” beside top heading.
– Drag and drop plugin zip file.
= Shorcode =
In order to have Appointments form in your Page or Post insert following shortcode
[ea_standard]
For **NEW** bootstrap version :
[ea_bootstrap]
Options :
width : default value 400px
scroll_off : default value off
layout_cols : default value 1
example : [ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]
== Frequently Asked Questions ==
= How to set custom cron task for clearing reserved slots =
Create cron task on your host that have this link : `wget -q -O - /?_ea-action=clear_reservations > /dev/null 2>&1` . This will delete all reservations older than 6min.
= How to translate labels =
Form labels can change in settings page but if you want to translate rest of it you need to create translation file. Here is video tutorial for that : Screencast
= How to hide service / location / worker in front end part of form? =
To do this you must create one location / worker or service and set Name that starts with underscore. For example : *_dummy*, *_location*...
= In admin panel all pages from plugin are blank? =
You have probably turned on option in PHP called asp_tags, you need to turn it off in order to plugin work properly.
= I can't edit or delete any settings? =
Your hosting is probably blocking HTTP PUT and DELETE method. You must mark option called 'Compatibility mode' in settings.
= How to set multiple slots for one combination of location, service, worker? =
To add more slots per (location, service, worker) combination just clone the existing one. For two slots you need to
have that connection twice.
= How to insert Easy Appointments widget on Page/Post? =
Place following shortcode into your Page/Post content:
[ea_standard]
OR
[ea_bootstrap]
For bootstrap there are options :
width : default value 400px
scroll_off : default value off
layout_cols : default value 1
Example :
`[ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]`
= How to set form in two columns? =
You can set bootstrap form in two columns with `layout_cols` option. Example :
[ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]
= How to create calendar only for one worker / service / location =
If you want to have separate calendars base on worker for example. You can do that by setting default worker inside short code.
`[ea_bootstrap worker="1"]`
Value is worker #id number. Examples :
`[ea_bootstrap worker="1"]`
`[ea_bootstrap worker="1" location="1"]`
`[ea_bootstrap worker="1" location="1" service="1"]`
Note: you can have only one calendar on one page.
== Screenshots ==
1. **NEW** Responsive front end shortcode `[ea_bootstrap]` - part1
2. **NEW** Responsive front end shortcode `[ea_bootstrap]` - part2
3. Standard front end form for Appointment `[ea_standard]` - part1
4. Standard front end form for Appointment `[ea_standard]` - part2
5. Admin panel - Appointments list
6. Admin panel - Settings Location. Define your Locations
7. Admin panel - Settings Services. Define your Services
8. Admin panel - Settings Workers. Define your Workers
9. Admin panel - Settings Connection. Set single combination for location, service, worker
10. Admin panel - Customize - Email notifications
11. Admin panel - Customize - Label customization
12. Admin panel - Report - Time table overview
== Changelog ==
= 1.9.0 =
* New core architecture
* Polish translation (thanks to Maciej Bauza)
= 1.8.17 =
* Improved DateTime format in email notifications
* Improved styles for Bootstrap form on small resolutions
* Update of German translation (thanks to Matthias)
= 1.8.16 =
* Standard short code - added scroll_off option from bootstrap version
* Admin notification email - added links for confirm and cancel appointment
* Fix - issue with PHP version 5.2
* Fix - localization script prevent from loading Reports page
= 1.8.15 =
* Fix - issue with form validation that was blocking submit
* Fix - issue with confirm / cancel links
* Email tag #location# is now #location_location# due to name conflict
= 1.8.14 =
* Support for bootstrap short code - create dedicated calendar for single Location / Service / Worker
* Clone button inside Appointments page - now you can clone existing appointments
* New option for default status of newly created appointment by visitor. If you want to place it under confirmed right away
= 1.8.13 =
* Added new email tags : #service_duration#, #service_price#, #worker_email#, #worker_phone#, #location_address#, #location#
= 1.8.12 =
* Fix for editing appointment for non EN translations
* Added new option for making appointment at end of form subbmition if you want to avoid making reservation at selecting date/time
= 1.8.11 =
* New quick filter on appointments page - filter out appointments for this month, week, day
* Improved links for cancel and confirm appointment
* Sending mails to admin for cancel and confirm appointments
= 1.8.10 =
* Fixed issue with non translateble email error notification for frontend form
* Add new pot file for translations. In previous version there was missing translations for confirm and cancel link message from email.
* Fixed issue with double email
* Fixed issue with missing email notifications after hitting confirm or cancel link from email
= 1.8.9 =
* Fixed bug with making last reservation on current day that blocks other slots for that day
* Email notification for confirm link action
* Separate cron capability for deleting reservation that are not completed. See FAQ for details
= 1.8.8 =
* New option for user email notification: Link for confirm and cancel appointment
* NL translation thanks to Renate
= 1.8.7 =
* Fixed - all slots seems to be busy when translation has been used (not english version). If you had this problem plase edit all connections and reselect days in week/
* Fixed - HTTPS problem on front end, now JS files use same protocol as current page.
* Added translation for status in email notifications
= 1.8.6 =
* Fixed - Autoselect for Appointments
* Fixed - Admin notification email for time (00:00)
* Spanish and Galician translations - thanks to Kike
= 1.8.5 =
* Bug fix - unistall
= 1.8.4 =
* Fix for double click on edited row
* Autoselect for Appointments
* New translation file thanks to Vlad and Matthias (RO and DE)
* Fix autoloader for PHP <5.3
* Small fixes
= 1.8.3 =
* Block time now works for all day not only for current day
* Overview report default selection if there is only one option
* Autoloader, supports only PHP 5.3 or greater
= 1.8.2 =
* Fixed bugs with big phone numbers
* Formating date/time field in admin notifications
= 1.8.1 =
* New option for max number of reservations by one visitor during one day before alert is shown.
* Formating of date/time fields in notification emails. It is using site settings for that (*Settings > General*)
* Small fixes for two column layout form
= 1.8.0 =
* New report - Export data
* Time window for making appointment. You can block user from creating appointment just before that Appointment time. For example set that visitor must be two hours before actual time of appointment.
* Customization of subject for visitor notification email
* Auto delete of reservation that are not completed (this is done on every hour)
= 1.7.1 =
* Bug fix for start day of week. This is now depend on **Calendar localization**
* New option to turn off css files from being included in front-end form
* New option for redirect after creating appointment (2 second timeout before redirect)
= 1.7.0 =
* New option for subject of email admin notification
* New option for "Send form" email notifications
* Unistall script. Now after uninstall database tables of plugin will be removed
* Bug fix for extended time for appointment after editing in admin panel
= 1.6.0 =
* Fix issue with activating the plugin and error output
* UTF8 email encoding
* Option for turning of Location/Services/Worker by setting dummy records. Set name that starts with underscore (for example :*_dummy*).
= 1.5.2 =
* Compatibility mode for hostings that are blocking PUT and DELETE methods
= 1.5.1 =
* Fix bug with sending email notification
* Fix bug with filtering appointments in Admin panel
* New options for worker, before free slots are calculated only for current service type. Now you can calculate free slots for all services for that worker
= 1.5.0 =
* Custom form fields
* Fix bug with new year and date selection in calendar
* Fix issue with wrong time after creating appointment in admin panel
= 1.4.1 =
* Fix bug with status change and email notification in admin panel
= 1.4.0 =
* Calendar in bootstrap form now shows the free days and days with out free slots
* Improved scroll to after cancel option
* Fix bug with clone button in settings/connection
= 1.3.0 =
* New options for cancel button and scroll
* I agree option for form
= 1.2.11 =
* Fix install
= 1.2.10 =
* Fix bug with fresh install and customize page of settings
= 1.2.9 =
* Fix for bug on editing location/service/worker that delete connection.
* New option is customize tab : custom css field
* Minor css improvement
= 1.2.8 =
* Option for sending user email after completing the form on frontend
= 1.2.7 =
* Fix bug with Media item in menu
* Ajax spinner
* Added rows class attributes for overview on bootstrap form
= 1.2.6 =
* Bootstrap widget improvement: scroll_off option, two column layout, custom width value.
= 1.2.5 =
* Fix bootstrap issue that change style on whole page
* New tags for email notification
* Improved style of new appointment notification
= 1.2.4 =
* Localization of datepicker for 77 different languages
* Fix issue with phone that starts with 0
= 1.2.3 =
* Fix translations issue, not including mo files
* Fix bug with db update in 1.2.2 version
= 1.2.2 =
* Fix timezone issue for current day
* Fix translations issue
* Price field in booking overview
* Database changes (force reference integrity)
= 1.2.1 =
* Included label translation functions
* Fix : init scroll
= 1.2.0 =
* New shortcode for bootstrap version of frontend form `[ea_bootstrap]`
= 1.1.1 =
* Fix : select all days in a week
* Improved styles
= 1.1 =
* Improved styles and overview form
* Translations : done message
* Notification to custom email on pending appointment
* Fix scroll for date/time change
= 1.0 =
* First release
== Upgrade Notice ==
= 1.8.3 =
* Autoloader, supports only PHP 5.3 or greater!
= 1.6.0 =
* Please update if you are experiencing problems with AJAX naming collision
= 1.5.2 =
* If you can't edit or delete items on settings page please update this version. After update mark Compatibility mode option in settings.
= 1.5.1 =
* Please update to new version, there are bugs on 1.5 with email notifications.
= 1.5.0 =
* Please check if there are all fields with appointments
= 1.4.1 =
* Please update plugin to fix bug with email notifications on status change
= 1.4.0 =
* Calendar in bootstrap form now shows the free days and days with out free slots
* Improved scroll to after cancel option
* Fix bug with clone button in settings/connection
= 1.3.0 =
* New options
= 1.2.11 =
* Fix install
= 1.2.10 =
* If you have fresh install of 1.2.9 (not upgrade from previous versions), there is problem with customize page of settings. This version have fix for it.
= 1.2.9 =
* * Fix for bug on editing location/service/worker that delete connection
= 1.2.8 =
* Option for sending user email after completing the form on frontend
= 1.2.7 =
* Fix bug with Media menu item that is missing
= 1.2.6 =
* Bootstrap widget improvement: scroll_off option, two column layout, custom width value.
= 1.2.5 =
* Please check bootstrap widget if you using it. There has been changes on style part.
= 1.2.4 =
* Localization of datepicker for 77 different languages
* Fix issue with phone that starts with 0
= 1.2.3 =
* Fix translation issue with mo files. In order to use localization, place *.mo files into languages dir inside plugin dir.
* Fix bug with db update in 1.2.2 version.
= 1.2.2 =
* Please take upgrade with great care. There has been database changes regarding reference integrity of data. So upgrade will remove appointments/connections that don't have some key value (location, worker, service).
= 1.2.1 =
* Fixed init scroll
= 1.2.0 =
* New Responsive layout shortcode.
== Feature requests ==
This is list of all features that will be added at some point of time :
* Multi select slots (select more than one slot at time)
* Whole day selection (for example if you are renting something on daily basis)
* County field in Location along with improved dropdown selection