Linux 软件免费装
Banner图

Easy Appointments

开发者 loncar
更新时间 2024年3月27日 05:30
捐献地址: 去捐款
PHP版本: 5.3 及以上
WordPress版本: 6.1
版权: GPLv2
版权网址: 版权信息

标签

plugin reservation plugin appointment calendar Booking reservations schedule appointments reservation wp appointment

下载

2.2.3 2.3.1 2.3.5 2.3.6 2.3.7 2.3.9 2.4.4 2.5.0 2.5.2 2.5.5 2.5.6 2.5.9 2.6.0 2.8.0 3.0.0 3.0.3 3.4.0 3.5.0 3.6.0 3.11.2 2.10.0 2.3.3 2.3.2 2.3.4 2.2.4 2.1.4 2.3.11 3.8.1 2.1.0 2.1.3 2.1.1 2.0.0 2.2.0 2.3.0

详情介绍:

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, Escape rooms etc, 实际演示 Responsive Appointment form Responsive Appointment form - two column layout Full calendar NEW Standard Appointment form Doc Documentation 特点 Need even more like Google Calendar, iCalendar, WooCommerce or SMS support? There is extension plugin that you can buy and add to your Easy Appointments plugin : For more info follow the link for Extension plugin 查看博客首页 easy-appointments.net

安装:

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. There is a really good non-official step-by-step video tutorial on https://www.youtube.com/watch?v=H7Hj4jfMDik Shortcode In order to have Appointments form in your Page or Post insert following shortcode [ea_bootstrap] Options : width : default value 400px scroll_off : default value off layout_cols : default value 1 all available shortcode options example : [ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]

屏幕截图:

  • Responsive front end two column `[ea_bootstrap layout_cols="2"]` - part2
  • Responsive front end shortcode `[ea_bootstrap]` - part1
  • Responsive front end shortcode `[ea_bootstrap]` - part2
  • Standard front end form for Appointment `[ea_standard]`
  • Full Calendar short code
  • Admin panel - Appointments list
  • Admin panel - Settings Location. Define your Locations
  • Admin panel - Settings Services. Define your Services
  • Admin panel - Settings Workers. Define your Workers
  • Admin panel - Settings Connection. Set single combination for location, service, worker
  • Admin panel - Settings - Bulk connection creation
  • Admin panel - Settings - Customize General
  • Admin panel - Settings - Customize - Email notifications / templates
  • Admin panel - Settings - Customize - Custom labels
  • Admin panel - Settings - Customize - Date & Time format
  • Admin panel - Settings - Customize - Custom fields
  • Admin panel - Settings - Customize - Google Captcha
  • Admin panel - Settings - Customize - Custom styles and redirects
  • Admin panel - Settings - Customize - GDPR
  • Admin panel - Settings - Customize - Money format
  • Admin panel - Tools page
  • Admin panel - Report
  • Admin panel - Report - Time table overview
  • Admin panel - Report - Export page

升级注意事项:

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.

常见问题:

How to set custom cron task for clearing reserved slots

Create cron task on your host that have this link : wget -q -O - <STIE_URL>/?_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_bootstrap] For bootstrap there are options : width : default value 400px scroll_off : default value off layout_cols : default value 1 all available shortcode options 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.

更新日志:

3.11.2 (2022-12-25) 3.11.1 (2022-12-25) 3.10.6 (2022-11-17) 3.10.5 (2022-09-05) 3.10.4 (2022-08-15) 3.10.3 (2022-06-05) 3.10.2 (2022-06-01) 3.10.1 (2022-05-10) 3.10.0 (2022-05-08) 3.9.3 (2022-04-01) 3.9.2 (2022-03-20) 3.9.1 (2022-03-06) 3.9.0 (2022-03-06) 3.8.1 (2022-03-03) 3.8.0 (2022-03-03) 3.7.3 (2022-02-07) 3.7.2 (2022-02-06) 3.7.1 (2022-01-20) 3.7.0 (2022-01-16) 3.6.1 (2021-12-27) 3.6.0 (2021-12-26) 3.5.9 (2021-11-14) 3.5.8 (2021-10-18) 3.5.7 (2021-09-26) 3.5.6 (2021-08-29) 3.5.5 (2021-08-04) 3.5.4 (2021-07-25) 3.5.3 (2021-06-21) 3.5.2 (2021-05-16) 3.5.1 (2021-05-08) 3.5.0 (2021-05-02) 3.4.13 (2021-04-14) 3.4.12 (2021-04-04) 3.4.11 (2021-03-31) 3.4.10 (2021-03-29) 3.4.9 (2021-03-27) 3.4.8 (2021-03-24) 3.4.7 (2021-03-23) 3.4.6 (2021-03-15) 3.4.5 (2021-03-13) 3.4.4 (2021-03-10) 3.4.3 (2021-02-15) 3.4.2 (2021-02-13) 3.4.1 (2021-02-12) 3.4.0 (2021-02-11) 3.3.2 (2021-02-05) 3.3.1 (2021-02-03) 3.3.0 (2021-01-31) 3.2.5 (2021-01-28) 3.2.4 (2021-01-19) 3.2.3 (2021-01-10) 3.2.2 (2021-01-04) 3.2.1 (2020-12-28) 3.2.0 (2020-12-27) 3.1.4 (2020-12-08) 3.1.3 (2020-12-07) 3.1.2 (2020-12-04) 3.1.1 (2020-11-29) 3.1.0 (2020-11-29) 3.0.15 (2020-11-22) 3.0.14 (2020-11-03) 3.0.13 (2020-10-30) 3.0.12 (2020-10-29) 3.0.11 (2020-10-23) 3.0.10 (2020-10-21) 3.0.9 (2020-10-20) 3.0.8 (2020-10-16) 3.0.7 (2020-10-06) 3.0.6 (2020-09-27) 3.0.5 (2020-09-21) 3.0.4 (2020-08-23) 3.0.3 (2020-08-08) 3.0.2 (2020-07-29) 3.0.1 (2020-07-28) 3.0.0 (2020-07-26) 2.14.3 (2020-07-13) 2.14.2 (2020-07-08) 2.14.1 (2020-06-14) 2.14.0 (2020-06-13) 2.13.7 (2020-06-08) 2.13.6 (2020-06-08) 2.13.5 (2020-06-02) 2.13.4 (2020-05-24) 2.13.3 (2020-05-17) 2.13.2 (2020-04-28) 2.13.1 (2020-04-27) 2.13.0 (2020-04-26) 2.12.3 (2020-03-28) 2.12.2 (2020-03-18) 2.12.1 (2020-03-01) 2.12.0 (2020-02-13) 2.11.2 (2020-02-12) 2.11.1 (2020-02-06) 2.11.0 (2020-01-28) 2.10.2 (2020-01-12) 2.10.1 (2020-01-07) 2.10.0 (2020-01-05) 2.9.2 (2019-12-23) 2.9.1 (2019-12-14) 2.9.0 (2019-12-13) 2.8.2 (2019-12-04) 2.8.1 (2019-11-25) 2.8.0 (2019-11-18) 2.7.1 (2019-10-28) 2.7.0 (2019-10-27) 2.6.0 (2019-10-01) 2.5.9 (2019-09-29) 2.5.8 (2019-08-28) 2.5.7 (2019-08-12) 2.5.6 (2019-08-04) 2.5.5 (2019-06-26) 2.5.4 (2019-06-23) 2.5.3 (2019-06-19) 2.5.2 (2019-06-17) 2.5.1 (2019-06-11) 2.5.0 (2019-06-09) 2.4.4 (2019-06-03) 2.4.3 (2019-05-16) 2.4.2 (2019-05-12) 2.4.1 (2019-05-05) 2.4.0 (2019-03-06) 2.3.12 (2019-02-04) 2.3.11 (2019-01-14) 2.3.10 (2019-01-09) 2.3.9 (2018-11-26) 2.3.8 (2018-10-25) 2.3.7 (2018-08-26) 2.3.6 (2018-08-12) 2.3.5 (2018-07-29) 2.3.4 (2018-07-06) 2.3.3 (2018-06-11) 2.3.2 (2018-06-02) 2.3.1 (2018-05-22) 2.3.0 (2018-05-12) 2.2.4 (2018-04-18) 2.2.3 (2018-04-17) 2.2.2 (2018-04-16) 2.2.1 (2018-04-15) 2.2.0 (2018-04-15) 2.1.4 (2018-03-18) 2.1.3 (2018-03-11) 2.1.2 (2018-03-07) 2.1.1 (2018-03-06) 2.1.0 (2018-03-04) 2.0.1 (2018-02-18) 2.0.0 (2018-01-31) 1.12.7 (2018-01-21) 1.12.6 (2018-01-14) 1.12.5 (2018-01-05) 1.12.4 (2017-12-03) 1.12.3 (2017-11-14) 1.12.2 (2017-11-4) 1.12.1 (2017-11-3) 1.12.0 (2017-10-16) 1.11.7 (2017-10-05) 1.11.6 (2017-10-01) 1.11.5 (2017-08-27) 1.11.4 (2017-08-14) 1.11.3 (2017-08-13) 1.11.2 (2017-08-04) 1.11.1 (2017-07-30) 1.11.0 (2017-07-22) 1.10.6 (2017-07-20) 1.10.5 (2017-07-16) 1.10.4 (2017-07-09) 1.10.3 (2017-06-12) 1.10.2 (2017-05-28) 1.10.1 (2017-05-21) 1.10.0 1.9.28 1.9.27 1.9.26 1.9.25 1.9.24 1.9.23 1.9.22 1.9.21 1.9.20 1.9.19 1.9.18 1.9.17 1.9.16 1.9.15 1.9.14 1.9.13 1.9.12 1.9.11 1.9.10 1.9.9 1.9.8 1.9.7 1.9.6 1.9.5 1.9.4 1.9.3 1.9.2 1.9.1 1.9.0 1.8.17 1.8.16 1.8.15 1.8.14 1.8.13 1.8.12 1.8.11 1.8.10 1.8.9 1.8.8 1.8.7 1.8.6 1.8.5 1.8.4 1.8.3 1.8.2 1.8.1 1.8.0 1.7.1 1.7.0 1.6.0 1.5.2 1.5.1 1.5.0 1.4.1 1.4.0 1.3.0 1.2.11 1.2.10 1.2.9 1.2.8 1.2.7 1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.1 1.1 1.0