Alex Tselegidis
|
4b79951cca
|
Merge pull request #1509 from sudwebdesign/develop-scss-bg-layout-by-theme
css layouts bg by theme
|
2024-04-26 17:04:32 +02:00 |
|
Alex Tselegidis
|
2d8788c4ff
|
Add the reload button to the page notifications so that users can see the UI changes (#1510)
|
2024-04-26 17:03:00 +02:00 |
|
Alex Tselegidis
|
cc9a0515d2
|
Merge pull request #1511 from sudwebdesign/develop-app-controller-booking-customer_default-phone_number-fix
Fix typo : Develop App Controller Booking customer default phone number
|
2024-04-26 16:50:47 +02:00 |
|
Alex Tselegidis
|
6ee742cd82
|
Merge pull request #1513 from sudwebdesign/develop-automatic-default-lang-timezone-for-new-users
Feat Dynamic Fields TimeZone & Language for new users
|
2024-04-26 16:50:20 +02:00 |
|
Alex Tselegidis
|
df51d689ee
|
Merge pull request #1514 from sudwebdesign/develop-fix-untranslated-secretaries-js-errors
Fix untranslated secretaries + providers js (errors)
|
2024-04-26 16:49:04 +02:00 |
|
Alex Tselegidis
|
6ee5e14966
|
Include the unavailabilities to the "all" display in the calendar
|
2024-04-26 16:45:31 +02:00 |
|
Alex Tselegidis
|
a2ba87256d
|
Allow users to edit events in all views
|
2024-04-26 16:42:43 +02:00 |
|
Alex Tselegidis
|
6576a9207d
|
Unset foreach variable
|
2024-04-26 16:40:33 +02:00 |
|
Alex Tselegidis
|
86cd5f2285
|
Add return types to all class methods
|
2024-04-26 16:36:21 +02:00 |
|
Alex Tselegidis
|
e51f8ff377
|
Various fixes in the Calendar controller
|
2024-04-26 16:23: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
|
81e202342e
|
Various minor JS errors in calendar_default_view.js
|
2024-04-26 16:20:25 +02:00 |
|
Alex Tselegidis
|
71474a7d94
|
Add additional handling for the next days filter
|
2024-04-26 16:15:58 +02:00 |
|
Alex Tselegidis
|
6743da7043
|
Return the message modal selector for better DOM handling if needed
|
2024-04-26 16:11:17 +02:00 |
|
Alex Tselegidis
|
c9f6d2a7f5
|
Add the Baikal credentials to docker.md
|
2024-04-26 16:11:08 +02:00 |
|
Alex Tselegidis
|
3254278170
|
Update the HTTP client param comment
|
2024-04-26 12:57:13 +02:00 |
|
Alex Tselegidis
|
1878c9212c
|
Update the Baikal Docker configuration and the related documentation file
|
2024-04-26 12:23:52 +02:00 |
|
Alex Tselegidis
|
cba0effe14
|
Update CHANGELOG.md
|
2024-04-26 12:18:56 +02:00 |
|
Thomas Ingles
|
e2e366eeee
|
Fix untranslated secretaries + providers js (errors)
Fix provider : MIN_PASSWORD_LENGTH is undefined
A constant in php :)
|
2024-04-24 22:31:32 +02:00 |
|
Thomas Ingles
|
35e03c21cd
|
Feat Dynamic Fields TimeZone & Language for new users
+ Language by `vars('language')`
+ + When add a user, the selected lang is same as back office lang
+ + Note : when change lang with bottom selector, go to default lang
+ Timezone by `moment.tz.guess()`
+ + See :
https://stackoverflow.com/questions/1091372/getting-the-clients-time-zone-and-offset-in-javascript#40435316
`Fix empty field language val for secretaries admin page`
More usefull and maybe for #1386 #1476 & #1390
|
2024-04-24 18:40:34 +02:00 |
|
Thomas Ingles
|
ee1d07f9fe
|
Fix controller Booking : typo default phone_number
|
2024-04-24 13:29:10 +02:00 |
|
Thomas Ingles
|
8be390fdd0
|
css layouts bg by theme
Found with Darkly theme
|
2024-04-24 01:47:00 +02:00 |
|
Alex Tselegidis
|
b292e10c13
|
Fix the array_find call
|
2024-04-15 18:22:28 +02:00 |
|
Alex Tselegidis
|
eba1eb2b26
|
Move the blocked period end date automatically on start date change (#1499)
|
2024-04-15 14:40:25 +02:00 |
|
Alex Tselegidis
|
b8803566df
|
Reset the time selection when the user changes the non-working switch
|
2024-04-15 14:17:33 +02:00 |
|
Alex Tselegidis
|
8bdb762e9a
|
Patch the empty month and year selection of blocked periods (#1494)
|
2024-04-15 14:09:55 +02:00 |
|
Alex Tselegidis
|
5b2ce2e000
|
Include the status to the appointment notification
|
2024-04-08 15:57:43 +02:00 |
|
Alex Tselegidis
|
f2cdfb871f
|
Do not allow user to submit login without a username and a password
|
2024-04-08 15:48:53 +02:00 |
|
Alex Tselegidis
|
babcc774dd
|
Automatically redirect logged in users to the calendar page
|
2024-03-28 11:08:55 +00:00 |
|
Alex Tselegidis
|
e7a757e124
|
Improve the validation check
|
2024-03-22 15:11:10 +00:00 |
|
Alex Tselegidis
|
80435bd522
|
Fallback value
|
2024-03-19 07:11:16 +00:00 |
|
Alex Tselegidis
|
d4be65e4a4
|
Automatically set the appointment color based on the service selection
|
2024-03-18 17:31:43 +00:00 |
|
Alex Tselegidis
|
da6d017ff1
|
Fix Validation
|
2024-03-18 11:54:08 +00:00 |
|
Alex Tselegidis
|
e527d13899
|
Correct validation
|
2024-03-18 11:38:09 +00:00 |
|
Alex Tselegidis
|
492a49f2b3
|
Decode the status prop
|
2024-03-08 14:10:37 +01:00 |
|
Alex Tselegidis
|
105e522973
|
Add default working plan exceptions value
|
2024-03-08 09:36:44 +01:00 |
|
Alex Tselegidis
|
1d4ef06fdb
|
Add from email/name and reply-to settings in the email.php configuration file (#1465)
|
2024-03-04 10:59:52 +01:00 |
|
Alex Tselegidis
|
1152a76df3
|
Ignore the entire vendor folder (#1467)
|
2024-03-04 10:50:02 +01:00 |
|
Alex Tselegidis
|
69c2bfef8a
|
Add thai translation files
|
2024-03-04 10:02:51 +01:00 |
|
Alex Tselegidis
|
609dc93e1e
|
Add logic for navigating back to the previously available date
|
2024-02-18 10:59:24 +01:00 |
|
Alex Tselegidis
|
6fecbc7cd7
|
Correct unavailable date handling in booking page
|
2024-02-16 17:08:51 +01:00 |
|
Alex Tselegidis
|
eedcb3b8d9
|
CLI support
|
2024-02-16 17:08:18 +01:00 |
|
Alex Tselegidis
|
5b87d75c10
|
Fix params for the custom_fields.php
|
2024-02-13 14:23:58 +01:00 |
|
Alex Tselegidis
|
4f2927fb67
|
Store and process the custom field value in the booking page
|
2024-02-07 10:45:04 +01:00 |
|
Alex Tselegidis
|
d680d9cde6
|
Enable the line break configuration by default so that email render correctly with any email provider
|
2024-01-31 11:23:33 +01:00 |
|
Alex Tselegidis
|
1fcaeb462f
|
Remove the git folder of the build directory only
|
2024-01-31 10:40:38 +01:00 |
|
Alex Tselegidis
|
a4d04d9763
|
Remove git folders from build files
|
2024-01-31 09:50:52 +01:00 |
|
Alex Tselegidis
|
5cb7dcbdbf
|
Remove cast
|
2024-01-29 13:17:53 +01:00 |
|
Alex Tselegidis
|
44ddb63d88
|
Fallback value
|
2024-01-29 13:16:58 +01:00 |
|
Alex Tselegidis
|
d64f65e6ae
|
Skip sourcemap requests
|
2024-01-29 12:25:46 +01:00 |
|