Commit graph

578 commits

Author SHA1 Message Date
Alex Tselegidis
4845e9d8a7
Merge pull request #1507 from sudwebdesign/develop-idea-calendar-init-time-at-now
Idea : initialize calendar view scroll at time
2024-04-26 17:08:34 +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
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
a2ba87256d Allow users to edit events in all views 2024-04-26 16:42:43 +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
3254278170 Update the HTTP client param comment 2024-04-26 12:57:13 +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
b448836ee9
Idea : initialize calendar view scroll at time
https://www.freecodecamp.org/news/the-ultimate-guide-to-javascript-date-and-moment-js/#format-the-date-and-time-with-moment-js
2024-04-23 21:04:13 +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
f2cdfb871f Do not allow user to submit login without a username and a password 2024-04-08 15:48:53 +02: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
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
4f2927fb67 Store and process the custom field value in the booking page 2024-02-07 10:45:04 +01:00
Alex Tselegidis
b58cbc90d0 Null check 2024-01-26 09:59:40 +01:00
Alex Tselegidis
a02a6118b6 Perform styling changes to the public booking page 2024-01-06 12:32:36 +01:00
Alex Tselegidis
acafb0da48 Improve the way the service description renders in the booking page 2024-01-06 11:32:42 +01:00
Alex Tselegidis
cd768bda85 Use the helper methods to set and get date time picker values 2024-01-06 11:06:48 +01:00
Alex Tselegidis
02162ee232 Rename ui.js methods 2024-01-06 10:46:57 +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
1ee373a544 Make the settings serialization more dynamic 2023-12-22 11:22:16 +01:00
Alex Tselegidis
65aacce924 No calendars are being displayed in the calendar table view while being logged in as a secretary (#1418) 2023-12-12 11:58:07 +01:00
Alex Tselegidis
e6b3ffd66b Add support for custom fields on customers (#1133) 2023-12-11 09:54:29 +01:00
Alex Tselegidis
08908e5ad6 Fix working plan exception breaks handling 2023-12-04 18:26:36 +01:00
Alex Tselegidis
0cc51ed33c Display the blocked periods to the calendar page (#432) 2023-11-17 09:42:57 +01:00
Alex Tselegidis
f5360d2f2d Rename the block period description field to notes for compatibility with the other unavailability events 2023-11-17 09:37:38 +01:00
Alex Tselegidis
602afb50b9 Display the blocked periods in the calendar (#432) 2023-11-17 08:40:29 +01:00
Alex Tselegidis
64ce83922d Add date validation to blocked periods (#432) 2023-11-17 08:10:03 +01:00
Alex Tselegidis
1c3ae956aa Update the blocked period CRUD (#432) 2023-11-17 08:04:27 +01:00
Alex Tselegidis
fbcd35f197 Add blocked period CRUD operations to the app (#432) 2023-11-03 18:25:23 +01:00
Alex Tselegidis
38f872d857 Various minor service and service category fixes 2023-11-03 18:24:49 +01:00
Alex Tselegidis
4b18b78e69 Rename the "create" method of controllers to "store" 2023-10-26 08:11:49 +02:00
Alex Tselegidis
c37757e969 Translation changes 2023-10-26 08:11:48 +02:00
Alex Tselegidis
e9842a40bc Revert renaming the service-categories to categories (for clarity) 2023-10-26 08:11:31 +02:00
Alex Tselegidis
b7e7b54947 Fix the event drop functionality for the table view (#1417) 2023-10-23 11:13:48 +02:00
Alex Tselegidis
216a07327f Fix the event drop functionality for the table view 2023-10-23 11:05:00 +02:00
Alex Tselegidis
49dcf21c10 Ensure the color selection widget is not disabled when adding a new service (#1427) 2023-10-16 11:08:03 +02:00
Alex Tselegidis
482b0077cd Do not save the unavailability if no provider was selected 2023-10-09 16:50:23 +02:00
Alex Tselegidis
571b169756 Remove unnecessary flag 2023-09-12 19:10:40 +03:00
popod
fa55a4832b
fix display of long unavailability notes 2023-07-28 16:41:25 +02:00
Alex Tselegidis
0fdb1ffdae Correct the date parsing on Safari based browsers, while changing the month in the booking page 2023-07-24 09:48:27 +02:00
Alex Tselegidis
0bb02ae2bf Set the right locale to the fullcalendar instances 2023-07-17 07:50:55 +02:00
Alex Tselegidis
ebe087553e Automatically select the next available date in the booking page or display a message if this month is unavailable (#1075) (#1204) 2023-07-11 08:11:41 +02:00