Alex Tselegidis
|
ba77658551
|
Ported the api parser encode and decode into the model classes
|
2021-11-05 09:37:14 +01:00 |
|
Alex Tselegidis
|
3c5be0d12b
|
The set setting method could also get a NULL value
|
2021-11-05 08:28:59 +01:00 |
|
Alex Tselegidis
|
6eaa6e52a5
|
Added API resource mapping
|
2021-11-03 08:21:03 +01:00 |
|
Alex Tselegidis
|
4c6c5b5913
|
Remove the old and deprecated API_V1_Controller.php
|
2021-11-02 10:45:05 +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
|
b7305be038
|
Type casting for the Users_model.php
|
2021-10-29 12:39:38 +02:00 |
|
Alex Tselegidis
|
d62dd9b053
|
Type casting for the Settings_model.php
|
2021-10-29 12:39:32 +02:00 |
|
Alex Tselegidis
|
83777d35ba
|
Type casting for the Services_model.php
|
2021-10-29 12:39:27 +02:00 |
|
Alex Tselegidis
|
791f1e38e4
|
Type casting for the Service_categories_model.php
|
2021-10-29 12:39:20 +02:00 |
|
Alex Tselegidis
|
879b58ad6a
|
Type casting for the Secretaries_model.php
|
2021-10-29 12:39:14 +02:00 |
|
Alex Tselegidis
|
23cdaa2c6b
|
Type casting for the Roles_model.php
|
2021-10-29 12:39:08 +02:00 |
|
Alex Tselegidis
|
e0dbdeccfc
|
Type casting for the Providers_model.php
|
2021-10-29 12:39:02 +02:00 |
|
Alex Tselegidis
|
9338ec4445
|
Type casting for the Customers_model.php
|
2021-10-29 12:38:56 +02:00 |
|
Alex Tselegidis
|
6cc17d7bf5
|
Type casting for the Consents_model.php
|
2021-10-29 12:38:49 +02:00 |
|
Alex Tselegidis
|
d1b78397ef
|
Type casting for the Admins_model.php
|
2021-10-29 12:38:41 +02:00 |
|
Alex Tselegidis
|
64205cb23b
|
Type casting for the Appointments_model.php
|
2021-10-29 12:38:30 +02:00 |
|
Alex Tselegidis
|
5e4bf0bd22
|
Corrected variable and table name
|
2021-10-28 13:51:46 +02:00 |
|
Alex Tselegidis
|
18e89e1ba4
|
Minor formatting change
|
2021-10-28 13:27:47 +02:00 |
|
Alex Tselegidis
|
4671055a52
|
Corrected typo on get customer role ID method
|
2021-10-28 13:26:31 +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
|
97c7a2821d
|
Created the users model class.
|
2021-10-27 10:05:43 +02:00 |
|
Alex Tselegidis
|
de4c232488
|
Migrated the user model logic into the accounts library
|
2021-10-27 10:05:26 +02:00 |
|
Alex Tselegidis
|
d914a52c02
|
Created the service categories model class.
|
2021-10-27 10:04:59 +02:00 |
|
Alex Tselegidis
|
65282bc5a2
|
Updated the settings model class.
|
2021-10-27 10:04:48 +02:00 |
|
Alex Tselegidis
|
175b6a9ffe
|
Updated the services model class.
|
2021-10-27 10:04:42 +02:00 |
|
Alex Tselegidis
|
8022ab28af
|
Updated the secretaries model class.
|
2021-10-27 10:04:35 +02:00 |
|
Alex Tselegidis
|
a4cd74863b
|
Updated the roles model class.
|
2021-10-27 10:04:28 +02:00 |
|
Alex Tselegidis
|
beeb821f8a
|
Updated the providers model class.
|
2021-10-27 10:04:21 +02:00 |
|
Alex Tselegidis
|
024479e5c6
|
Updated the customers model class.
|
2021-10-27 10:04:15 +02:00 |
|
Alex Tselegidis
|
07925c58ef
|
Updated the consents model class.
|
2021-10-27 10:04:09 +02:00 |
|
Alex Tselegidis
|
a72a33abb1
|
Updated the appointments model class.
|
2021-10-27 10:04:01 +02:00 |
|
Alex Tselegidis
|
5f2e5f1d28
|
Updated the admins model class.
|
2021-10-27 10:03:52 +02:00 |
|
Alex Tselegidis
|
591de3d35f
|
Corrected model comments
|
2021-08-24 16:01:17 +03:00 |
|
Alex Tselegidis
|
76672db959
|
Make sure that the duration of a service does not become less than the minimum acceptable value as otherwise it will make problems with the availability generation
|
2021-03-25 11:32:10 +01: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
|
2dc5439b5d
|
The password must be provided when creating a new user (#954)
|
2020-12-11 21:18:33 +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
|
0631dbadf9
|
Fixed the validate_username model method.
|
2020-12-08 11:00:31 +02:00 |
|
Alex Tselegidis
|
228235fa26
|
Corrected argument order
|
2020-12-07 22:56:37 +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
|
46d604f5e6
|
Applied consistent code style to the engine class files.
|
2020-11-16 11:55:34 +02:00 |
|
Alex Tselegidis
|
6f8e971673
|
Ensure working plan exceptions will not be NULL before being used (#926).
|
2020-11-16 10:43:25 +02:00 |
|
Alex Tselegidis
|
a48324be08
|
Minor changes to the model classes
|
2020-11-16 10:41:04 +02:00 |
|