Commit graph

114 commits

Author SHA1 Message Date
Alex Tselegidis
e69f7ca634 Add sample service and provider after the installation completes successfully. 2016-01-01 16:45:01 +01:00
Alex Tselegidis
0dc88a85a9 Refactored the get_available_providers method. 2016-01-01 15:52:43 +01:00
Alex Tselegidis
655f068a8d Integrated CAPTCHA setting within the booking wizard. 2015-12-30 12:54:33 +01:00
Alex Tselegidis
af976440f8 Minor code format corrections. 2015-12-30 12:02:14 +01:00
Alex Tselegidis
18a4603072 The 'any-provider' option will select the provider with the most free time instead of the first available one. 2015-12-30 11:44:42 +01:00
Alex Tselegidis
de872cfc36 Corrected error if there is no provider or service to select. 2015-12-10 23:29:15 +01:00
Alex Tselegidis
c60a0feeaf Added the dateFormat value to the GlobalVariables of every backend page. 2015-12-01 23:39:31 +01:00
Alex Tselegidis
284abdfd54 Added date dynamic date format to booking wizard. 2015-12-01 23:25:59 +01:00
Alex Tselegidis
38187a208f Fixes #19 - Customers can add appointments to 'any provider'. 2015-12-01 00:10:16 +01:00
Alex Tselegidis
5896588abc Fixed problem with appointment update and the check_datetime_availability method. 2015-11-28 12:00:01 +01:00
Alex Tselegidis
8fd024d34d Added check before sending the notification. 2015-11-24 23:12:37 +01:00
Alex Tselegidis
1e31c11341 Fixes #66 thanks to bikimike solution. 2015-11-24 22:12:44 +01:00
Alex Tselegidis
f0c4f6f12b Fixes #31 2015-11-23 22:58:32 +01:00
Alex Tselegidis
2f2e1c5adc Added default data sql file. 2015-11-05 21:19:52 +01:00
Alex Tselegidis
adbd329f0c Fixed error on backend calendar when there are not services or providers. 2015-11-05 20:38:13 +01:00
Alex Tselegidis
9d706d7125 Fixes #79 2015-11-05 20:30:54 +01:00
Alex Tselegidis
b86c850b88 Fixed the translation issue with the installation page. 2015-11-05 20:13:44 +01:00
Alex Tselegidis
d1b5d66acc Added captcha to the appointment registration, fixes #15 2015-10-21 23:29:20 +02:00
Alex Tselegidis
056e9c1165 Moved the register-appointment function to a new ajax callback and added extra installation checks to the installation.php controller. 2015-10-18 20:00:01 +02:00
Alex Tselegidis
a8cedcd9aa Moved installation procedure from the appointments.php controller to the new installation.php file. 2015-10-18 19:18:02 +02:00
Alex Tselegidis
b4181f502c Fixes #4 2015-10-11 22:21:45 +02:00
Alex Tselegidis
daa4d28a6e Merged pull request #60 which fixes issue #56 2015-10-07 22:51:12 +02:00
Alex Tselegidis
178f9f951d Merge branch 'master' of https://github.com/chrispichardo/easyappointments into chrispichardo-master 2015-10-07 22:30:15 +02:00
Alex Tselegidis
6bfa642339 Added the google_analytics_code in the booking page. 2015-10-07 21:38:14 +02:00
chris.pichardo
d5481cdeb8 Fixed Issue #56, refresh of the page inserts duplicated appointments in calendar 2015-10-06 01:51:07 -04:00
Alex Tselegidis
29a6c0f136 Removed email notification. 2015-10-05 00:32:47 +02:00
Alex Tselegidis
62ecc7ae3d Changed function name in order to fit with the project's coding style. 2015-10-04 21:47:57 +02:00
Alex Tselegidis
7cf37efa7b Added credentials docblock banner. 2015-07-20 21:41:24 +02:00
Alex Tselegidis
4614fc8c1d Added @package tag to controllers. 2015-07-08 00:33:33 +02:00
Alex Tselegidis
02a62635db Corrected translation key. 2015-07-07 22:42:52 +02:00
Alex Tselegidis
6fd64a0a16 fetching the installation sql file without the base_url 2015-06-22 21:12:10 +02:00
Alex Tselegidis
fb1a0d6d25 Added POST constraint to backend_api controller. 2015-05-28 00:13:26 +02:00
alextselegidis
a6ab065491 Fixed forgotten backend controller urls. 2015-05-20 23:21:02 +02:00
alextselegidis
8975eb5c59 Fixed URLs with index.php value (work without mod_rewrite) 2015-05-20 23:19:52 +02:00
alextselegidis
845288e17d Fixed URLs with index.php value (work without mod_rewrite) 2015-05-20 23:18:46 +02:00
alextselegidis
3062e73d22 Fixed URLs with index.php value (work without mod_rewrite) 2015-05-20 23:18:27 +02:00
alextselegidis
1793dd2eae Updated appointment email links (work without mod_rewrite) 2015-05-20 23:00:05 +02:00
alextselegidis
efaa5bdf85 Updated app URLs with index.php so that they work without URL rewrite 2015-05-20 22:41:03 +02:00
Alex Tselegidis
31f6227276 Replaced appointments/cancel.php view with message.php file 2015-04-29 22:49:27 +02:00
Alex Tselegidis
2f1b0efd1f Applied Bootstrap 3 to frontend book. 2015-04-09 21:50:16 +02:00
Alex Tselegidis
45753adbd0 Refactored config file 2015-01-28 23:53:13 +01:00
Alex Tselegidis
1d0ee088c4 Cleanup Respository
- Updated CodeIgniter
- Removed unnecessary files.
- Added custom translations.
- Updated release-notes.txt for v1.1
2015-01-15 00:03:46 +01:00
alextselegidis@gmail.com
3e98961e7e Fixed provider availability generation bug. 2014-01-15 15:48:58 +00:00
alextselegidis@gmail.com
919c3da18d Fixes in minor bugs. 2014-01-11 00:07:25 +00:00
alextselegidis@gmail.com
7ac98c1e8d * Added update algorithm.
* Fixed firefox issues
2014-01-04 17:25:21 +00:00
alextselegidis@gmail.com
982a9abb23 Finished the google calendar selection for the synchronization feature. 2013-12-26 13:32:25 +00:00
alextselegidis@gmail.com
de29ef1ef4 Added calendar selection when the user enables the google calendar synchronization for a provider. 2013-12-26 00:57:59 +00:00
alextselegidis@gmail.com
05416823f6 Added translation change button in frontend. 2013-12-25 01:22:37 +00:00
alextselegidis@gmail.com
6b03dcff90 Added language selection functionality to backend pages. 2013-12-23 16:55:42 +00:00
alextselegidis@gmail.com
4767dc36f9 * Translated datetime pickers.
* Merged translation files into one per language.
2013-12-20 17:44:44 +00:00