Alex Tselegidis
|
de63955341
|
Integrate CalDAV Protocol for appointment syncing (#209)
|
2024-05-12 14:24:58 +02:00 |
|
Alex Tselegidis
|
a61701e2ad
|
Various minor fixes in the appointment and provider models
|
2024-04-26 16:23:45 +02:00 |
|
Alex Tselegidis
|
492a49f2b3
|
Decode the status prop
|
2024-03-08 14:10:37 +01:00 |
|
Alex Tselegidis
|
2878d1299a
|
Reformat entire codebase for trailing comma that will make line duplication easier
|
2023-12-22 11:35:41 +01:00 |
|
Alex Tselegidis
|
c8a9e2c24b
|
Enable prettier for php and reformat the entire application directory
|
2023-11-29 10:24:09 +01:00 |
|
Alex Tselegidis
|
cf19a90311
|
Drop support for soft deletes in order to reduce the code complexity and data usage
|
2023-10-19 16:25:45 +02:00 |
|
Vadim Serdunich
|
193205bfc0
|
Fix search Appointments_model: appointments id field
|
2023-09-14 19:39:52 +03:00 |
|
Vadim Serdunich
|
a05551ba74
|
Fix search Appointments_model
|
2023-09-13 17:27:19 +03:00 |
|
Alex Tselegidis
|
66dfd36d6d
|
Fix the booking settings require-notes setting application, as it should check on the appointment notes and not the customer ones
|
2023-06-30 19:04:35 +02:00 |
|
Alex Tselegidis
|
6050e6eb71
|
Add missing API fields
|
2023-05-04 11:32:40 +02:00 |
|
Alex Tselegidis
|
2b552c4535
|
Resolve various PHP inspection issues
|
2023-03-13 09:06:18 +01:00 |
|
Alex Tselegidis
|
eb863ea044
|
Add missing API fields to Appointments_model.php
|
2023-01-23 07:50:13 +01:00 |
|
Alex Tselegidis
|
b62e458258
|
Change the "value" method signature
|
2023-01-14 09:39:14 +01:00 |
|
Alex Tselegidis
|
0f6df76667
|
Allow the users to define their own status and assign them to appointments (#244).
|
2022-10-16 21:54:26 +03:00 |
|
Alex Tselegidis
|
ccc503e618
|
Touch the new timestamp fields on insert/update.
|
2022-01-24 23:42:13 +01:00 |
|
Alex Tselegidis
|
2c203ae1aa
|
Add support for soft appointment, service, customer and provider removals (#1115).
|
2022-01-24 23:32:42 +01:00 |
|
Alex Tselegidis
|
25f533df39
|
The service and appointment models support color API encoding/decoding.
|
2022-01-18 18:22:24 +01:00 |
|
Alex Tselegidis
|
54e4c208a3
|
Update the project subtitle.
|
2022-01-18 13:05:42 +01:00 |
|
Alex Tselegidis
|
09775d25d5
|
Rename all "unavailable" occurrences to "unavailability" for consistency.
|
2022-01-18 12:54:41 +01:00 |
|
Alex Tselegidis
|
a090b2eba9
|
Updated the file banner info
|
2021-12-18 17:44:07 +01:00 |
|
Alex Tselegidis
|
73bc0659cd
|
Corrected the database table name
|
2021-11-24 08:33:27 +01:00 |
|
Alex Tselegidis
|
c68565e2c3
|
Renamed the attached method to load for all models
|
2021-11-06 15:40:55 +01:00 |
|
Alex Tselegidis
|
bd8144f7cb
|
Make sure the attach method works with API properties
|
2021-11-06 15:34:35 +01:00 |
|
Alex Tselegidis
|
b4f903e724
|
Various fixes and additions to the model classes
|
2021-11-06 15:02:40 +01:00 |
|
Alex Tselegidis
|
ba77658551
|
Ported the api parser encode and decode into the model classes
|
2021-11-05 09:37:14 +01:00 |
|
Alex Tselegidis
|
182cebfb74
|
Renamed the add_unavailable method to save_unavailable for consistency
|
2021-10-29 13:12:39 +02:00 |
|
Alex Tselegidis
|
e29c2198de
|
Removed the delete_unavailable method
|
2021-10-29 13:11:56 +02:00 |
|
Alex Tselegidis
|
8b02cbb369
|
Added missing type hints for method params
|
2021-10-29 13:10:54 +02:00 |
|
Alex Tselegidis
|
64205cb23b
|
Type casting for the Appointments_model.php
|
2021-10-29 12:38:30 +02:00 |
|
Alex Tselegidis
|
18e89e1ba4
|
Minor formatting change
|
2021-10-28 13:27:47 +02:00 |
|
Alex Tselegidis
|
0aaff2eae1
|
Removed manual helper loading
|
2021-10-27 12:05:28 +02:00 |
|
Alex Tselegidis
|
4bec35d70c
|
Removed the : void return typehint
|
2021-10-27 10:49:42 +02:00 |
|
Alex Tselegidis
|
85ac86caae
|
Updated class comment
|
2021-10-27 10:46:32 +02:00 |
|
Alex Tselegidis
|
a72a33abb1
|
Updated the appointments model class.
|
2021-10-27 10:04:01 +02:00 |
|
Alex Tselegidis
|
120421b3af
|
Replaced the generation of the appointment hash with the use of CodeIgniter's random_string method, in order to avoid collisions (#986).
|
2021-01-21 14:10:13 +01:00 |
|
Alex Tselegidis
|
cf7bad9f19
|
Always display events in the provider's timezone in the backend calendar pages
|
2020-12-14 20:41:21 +02:00 |
|
Alex Tselegidis
|
3381b998a1
|
Check for other services when calculating multiple attendants number availability (#948).
|
2020-12-11 12:44:29 +02:00 |
|
Alex Tselegidis
|
bde91f5a14
|
Ensure that multiple attendant services can be modified with proper availability.
|
2020-12-09 15:32:39 +02:00 |
|
Alex Tselegidis
|
843a476d0b
|
The get_value method check the existence of a property with array_key_exists
|
2020-12-05 11:43:38 +02:00 |
|
Alex Tselegidis
|
9c3d253456
|
Code enhancements in the model classes
|
2020-12-05 11:38:57 +02:00 |
|
Alex Tselegidis
|
a48324be08
|
Minor changes to the model classes
|
2020-11-16 10:41:04 +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
|
6e66eb4fd8
|
Consistent module naming throughout the app
|
2020-11-16 10:16:00 +02:00 |
|
Alex Tselegidis
|
39c8ec9068
|
Groupped load commands in model constructor methods
|
2020-11-12 14:51:10 +02:00 |
|
Alex Tselegidis
|
532548d64d
|
Proper use of the property phpdoc tag
|
2020-09-23 13:16:37 +03:00 |
|
Alex Tselegidis
|
dbc45f6b27
|
Do not allow appointments being created with duration less than the predefined minimum (#805).
|
2020-08-15 15:58:17 +03:00 |
|
Alex Tselegidis
|
e857d3a37e
|
Corrected issue with attendants number query
|
2020-06-14 10:56:35 +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
|
6578b32dc8
|
Removed hardcoded use of the database prefix.
|
2020-05-02 12:51:06 +02:00 |
|
Alex Tselegidis
|
8b34d8086e
|
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
|
2020-04-23 20:48:20 +02:00 |
|