Alex Tselegidis
|
a090b2eba9
|
Updated the file banner info
|
2021-12-18 17:44:07 +01:00 |
|
Alex Tselegidis
|
526df6e4d7
|
Replaced the "show_error" with the "abort" equivalent
|
2021-12-18 17:32:05 +01:00 |
|
Alex Tselegidis
|
ff03b71060
|
Replaced resource names with constants for "cannot" checks
|
2021-12-15 08:05:08 +01:00 |
|
Alex Tselegidis
|
6376fea885
|
Added the find method to controllers
|
2021-12-14 07:18:46 +01:00 |
|
alextselegidis
|
7eac5b8638
|
Moved the frontend book functionality to a new controller called Booking.php and created a new resource controller for appointments
|
2021-11-18 07:12:16 +01:00 |
|
alextselegidis
|
ca8f3524ef
|
Replaced the render function with the new component function
|
2021-11-16 10:15:37 +01:00 |
|
alextselegidis
|
8f74643437
|
Updated the controller classes to use the slots instead
|
2021-11-15 09:49:19 +01:00 |
|
alextselegidis
|
abf9bdd049
|
Set the page title of the booking page
|
2021-11-12 21:27:11 +01:00 |
|
alextselegidis
|
1103db92df
|
Loaded scripts from the appointments controller
|
2021-11-12 17:30:09 +01:00 |
|
alextselegidis
|
2d1c7c0f7a
|
Miscellaneous fixes and refactoring on Appointments.php
|
2021-11-12 17:23:43 +01:00 |
|
alextselegidis
|
d2be2327e8
|
Minor refactoring for the appointments page
|
2021-11-12 17:09:39 +01:00 |
|
alextselegidis
|
9fdafa5497
|
Converted the booking message to the booking message layout
|
2021-11-12 16:39:38 +01:00 |
|
alextselegidis
|
b31b4c87bd
|
Converted the booking success page to the layout structure
|
2021-11-12 16:33:01 +01:00 |
|
alextselegidis
|
d96e65792b
|
Converted the booking page view files to the layout structure
|
2021-11-12 08:38:20 +01:00 |
|
Alex Tselegidis
|
f41547b77d
|
Method could also return null and not always an int
|
2021-11-08 10:44:36 +01:00 |
|
Alex Tselegidis
|
54e86795d5
|
Minor comment changes for consistency
|
2021-11-06 16:21:27 +01:00 |
|
Alex Tselegidis
|
a280496294
|
Updated all the main controllers to work with the updated code.
|
2021-10-28 14:01:17 +02:00 |
|
Thomas Saedt
|
9671def4ea
|
Merge branch 'develop' into 1081_hide_data_fields
|
2021-10-20 22:12:47 +02:00 |
|
Alex Tselegidis
|
6b179c3b58
|
When selecting the any provider option in the booking page then merge all the available hours of all providers that can serve the selected service (#1147).
|
2021-10-18 13:04:32 +02:00 |
|
Thomas S
|
872640c46d
|
[1081] Frontend hiding of fields
|
2021-05-28 15:39:14 +02:00 |
|
Thomas S
|
094b780fd8
|
[1081] Add new settings in db
|
2021-05-28 13:37:58 +02:00 |
|
Alex Tselegidis
|
7c9137f69d
|
Make sure the selected hour is checked before selecting a provider on behalf of the customer, if he selected the any-provider option (#982).
|
2021-01-20 15:21:59 +01:00 |
|
Alex Tselegidis
|
5512731c41
|
Added customer data in the book success page
|
2020-12-14 20:40:56 +02:00 |
|
Alex Tselegidis
|
39d4f3185e
|
Removed [AJAX] string from controller comments.
|
2020-12-09 14:46:27 +02:00 |
|
Alex Tselegidis
|
e084ee913f
|
Moved all the loader commands to the constructors
|
2020-12-05 11:55:09 +02:00 |
|
Alex Tselegidis
|
e31aec1ab5
|
Pass the manage_mode parameter to notifications and google libraries
|
2020-12-05 11:46:05 +02:00 |
|
Alex Tselegidis
|
9cde499f9a
|
Use the shorthand method for config items
|
2020-12-02 22:12:54 +02:00 |
|
Alex Tselegidis
|
77d8d4e5ab
|
Use the shorthand method for translations
|
2020-12-02 22:11:07 +02:00 |
|
Alex Tselegidis
|
e7b4aeedab
|
Automatically load the translations
|
2020-12-02 20:04:06 +02:00 |
|
Alex Tselegidis
|
d6a5373264
|
Less data loaded for providers in book success.
|
2020-11-21 22:02:55 +02:00 |
|
Alex Tselegidis
|
75a5addbc2
|
Grouped the property tag into parent core classes so that it does not need to be repeated.
|
2020-11-16 10:29:36 +02:00 |
|
Alex Tselegidis
|
976cabb2c4
|
Updated URLs in the file comments
|
2020-11-16 10:16:00 +02:00 |
|
Alex Tselegidis
|
6e66eb4fd8
|
Consistent module naming throughout the app
|
2020-11-16 10:16:00 +02:00 |
|
Alex Tselegidis
|
0c20363b8b
|
Correction in the Appointments check datetime availability method
|
2020-11-12 14:46:51 +02:00 |
|
Alex Tselegidis
|
25fdd5636d
|
Corrected wrong parameters order.
|
2020-11-12 14:15:38 +02:00 |
|
Alex Tselegidis
|
f7ca104836
|
Moved duplicated code into re-usable library classes
|
2020-10-21 21:37:47 +03:00 |
|
Alex Tselegidis
|
0e6fdebe0f
|
Completed the working plan exceptions feature.
|
2020-10-20 16:05:00 +03:00 |
|
Alex Tselegidis
|
069509c8da
|
Merge branch 'book-advance-timeout-improvements' of https://github.com/popod/easyappointments into popod-book-advance-timeout-improvements
# Conflicts:
# application/views/backend/calendar.php
# application/views/backend/settings.php
|
2020-09-23 15:13:58 +03:00 |
|
Alex Tselegidis
|
a3dfb91550
|
Improvements in the user language storage feature.
|
2020-09-23 13:48:07 +03:00 |
|
Alex Tselegidis
|
532548d64d
|
Proper use of the property phpdoc tag
|
2020-09-23 13:16:37 +03:00 |
|
Alex Tselegidis
|
7bbe85b88a
|
Merge pull request #817 from popod/save-customer-language
Save customer language to the database
|
2020-09-23 13:16:25 +03:00 |
|
Alex Tselegidis
|
f5a94ea6fe
|
Notify admins and secretaries on appointment changes (#889).
|
2020-09-23 12:42:18 +03:00 |
|
Alex Tselegidis
|
30eb95461a
|
Improvements and fixes on the custom availability feature
|
2020-09-23 12:24:42 +03:00 |
|
Alex Tselegidis
|
ae1f951cf8
|
Resolve the any-provider selection before processing provider information (#885).
|
2020-09-21 14:26:21 +03:00 |
|
Alex Tselegidis
|
5220e87249
|
Renamed installation helper method
|
2020-09-07 11:15:58 +03:00 |
|
Alex Tselegidis
|
4f1c39b564
|
Consider the book advance timeout when generating unavailable dates (#855).
|
2020-08-15 15:58:17 +03:00 |
|
Sébastien
|
1e6a13d146
|
Save customer language.
|
2020-06-16 17:01:27 +02:00 |
|
Sébastien
|
950738f2fe
|
Redirect clients which are tying to update an appointment during the book advance timeout to a warning page.
|
2020-06-05 18:24:05 +02:00 |
|
Alex Tselegidis
|
df44f72964
|
The timezones model got converted into a library (as there is no direct database table to manage).
|
2020-05-12 20:59:29 +02:00 |
|
Alex Tselegidis
|
39956c6b37
|
Major refactoring and improvements to the application API code.
|
2020-04-22 21:48:56 +02:00 |
|