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 |
|
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
|
0e6fdebe0f
|
Completed the working plan exceptions feature.
|
2020-10-20 16:05:00 +03:00 |
|
Alex Tselegidis
|
cfc6167d4f
|
Use the "alnum" method when generating random strings via the codeigniter helper function (generates shorter strings)
|
2020-09-23 14:37:09 +03:00 |
|
Alex Tselegidis
|
10df66fddb
|
The "created" and "modified" consent fields are date time and they need a proper date time value
|
2020-09-23 13:36:24 +03:00 |
|
Alex Tselegidis
|
683aa269b0
|
Use the codeigniter random string generation function for creating random passwords (#680).
|
2020-09-23 13:16:37 +03:00 |
|
Alex Tselegidis
|
532548d64d
|
Proper use of the property phpdoc tag
|
2020-09-23 13:16:37 +03:00 |
|
Alex Tselegidis
|
30eb95461a
|
Improvements and fixes on the custom availability feature
|
2020-09-23 12:24:42 +03:00 |
|
Alex Tselegidis
|
6c1af6dc71
|
Removed data structure comment from models.
|
2020-09-07 13:35:28 +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 |
|
Alex Tselegidis
|
6792e3526e
|
The Consents_model.php will set the created and modified time.
|
2020-04-23 20:36:01 +02:00 |
|
Alex Tselegidis
|
39956c6b37
|
Major refactoring and improvements to the application API code.
|
2020-04-22 21:48:56 +02:00 |
|
Alex Tselegidis
|
560398c882
|
Corrected model batch querying.
|
2020-04-08 10:31:01 +02:00 |
|
Alex Tselegidis
|
653007604f
|
Added pagination in backend pages for faster result loading (#496).
|
2020-04-06 20:34:32 +02:00 |
|
Alex Tselegidis
|
7279b1911e
|
Can replace customer notes with empty notes (#541).
|
2020-03-29 19:00:37 +02:00 |
|
Alex Tselegidis
|
849f83ed03
|
Backend calendar handling with timezones.
|
2020-03-29 15:08:07 +02:00 |
|
Alex Tselegidis
|
b639318dac
|
All the backend pages have the timezone information.
|
2020-03-29 14:43:53 +02:00 |
|
Alex Tselegidis
|
26442a1e17
|
Events get rendered based on the current user timezone.
|
2020-03-29 14:17:56 +02:00 |
|
Alex Tselegidis
|
26efa3c410
|
Login will set the user timezone in the session variable (if available).
|
2020-03-29 14:04:24 +02:00 |
|
Alex Tselegidis
|
b8ebe2b1bd
|
Do not depend on the server timezone for providing the default timezone value.
|
2020-03-29 14:03:50 +02:00 |
|
Alex Tselegidis
|
19406ca2c0
|
Created the Timezones_model.php
|
2020-03-29 13:42:58 +02:00 |
|
Alex Tselegidis
|
fbe1a10eeb
|
Include the user timezone in the session information.
|
2020-03-29 12:54:02 +02:00 |
|
Alex Tselegidis
|
12f6833ca5
|
Providers and services are ordered alphabetically (#568).
|
2020-03-27 11:11:51 +01:00 |
|
Alex Tselegidis
|
e1e9a60085
|
Moved source files to the root directory.
|
2020-03-11 10:24:25 +01:00 |
|