Commit graph

32 commits

Author SHA1 Message Date
oxteam
78bd5e67fd Fix display of breaks in the backend for working plans stored in database with Monday as the first weekday (EA! Issue #506).
Prior commit 00372f2f1a, the first weekday was Monday.
After this commit, it is set to Sunday and the display of breaks in the backend calendar is broken for former working plans.

The fix consists in reordering the working plan elements with Sunday as the first day prior displaying the backend calendar.
In addition, the working plan elements are also reordered when displaying 'Settings/Business Logic' and 'Users/Providers' tabs.
This is to ensure that breaks are always displayed with Sunday first, like done for the Working Plan in those tabs, for consistency purpose..
2018-06-28 17:56:24 +02:00
alext
66aacd7e6b Use moment objects when rendering appointments in fullcalendar. 2018-06-26 09:54:43 +02:00
oxteam
3428c6552a Fix for unselectable calendar when switching from service to provider view (#483).
(cherry picked from commit 9c2de28)
2018-06-03 15:21:16 +02:00
alext
68c67af57b Removed class from non working event. 2018-04-30 13:49:16 +02:00
alext
5f56eb4c2d Removed unnecessary call for calendar events. 2018-04-23 09:52:47 +02:00
alext
cfaafc2674 Corrected start and end datetime parsing when editing unavailabilities. 2018-04-19 16:50:28 +02:00
alext
2d7fa2bd8f Corrected class name for break event. 2018-04-15 10:29:36 +02:00
alext
7ee9f24f5a Corrected working plan parsing for foreign languages (#461). 2018-04-09 13:50:00 +02:00
alext
4d6b452dd6 Updated copyright year in file headers. 2018-03-27 09:23:09 +02:00
alext
610f184aad Further formatting corrections. 2018-03-17 18:00:55 +01:00
alext
1caccb731a Changed the time formatting in javascript files. 2018-03-08 14:55:51 +01:00
Andrea
d971f4f097 Added time format selection 2018-03-06 12:20:47 +01:00
alext
99bfc1e3ab Disable calendar modifications when viewing services in back-end. 2018-02-23 15:29:53 +01:00
alext
e013943fde Reformatted code files. 2018-01-23 10:08:37 +01:00
alext
7aae2f359b Appointment management modal is not updated after appointment duration resize (#155). 2018-01-17 22:06:42 +01:00
alext
ef500106cc Corrected event resizing of fullcalendar component. 2017-11-17 15:18:00 +01:00
alext
f009e73b44 Add customer email and phone number in the event popover of the backend/calendar page. #122 2017-11-15 23:53:59 +01:00
alext
00372f2f1a Set Sunday as the first day of the week. 2017-11-15 23:19:17 +01:00
alext
e0f49c1d54 Added calendar select functionality. 2017-11-08 15:17:29 +01:00
alext
89890dab4f Corrected go-to date functionality. 2017-11-02 14:11:41 +01:00
alext
7bfcd87e1d Convert time format to AM/PM. 2017-10-31 12:56:29 +01:00
alext
7fbc350488 Corrected event resize and drag & drop behavior of the calendar component. 2017-10-31 11:34:06 +01:00
alext
5741fca71d Corrections in the event popovers of the calendar page. 2017-10-31 11:13:53 +01:00
alext
6ba3d7ce70 Corrected event sourcing for new fullcalendar version. 2017-10-31 10:37:00 +01:00
alext
f166feb32f Avoid translation conflicts by setting the interal text value of message dialog butons. 2017-09-23 03:49:46 +02:00
alext
980ab7786a Refactored use of global EALang object. 2017-09-11 16:09:15 +02:00
alext
2dad4dfc34 Updated copyright year. 2017-01-31 07:35:34 +01:00
alextselegidis
ecce8fb1c3 Spelling corrections 2016-10-10 18:29:48 +02:00
Alex Tselegidis
6d074398d0 Corrected popover actions in both calendar view (#182). 2016-07-18 22:55:05 +02:00
Alex Tselegidis
8f6cfb2dd2 Created the codebase for the new table view (#182). 2016-07-17 18:51:46 +02:00
Alex Tselegidis
78b00711a4 Split the backend_calendar code to appointments modal, unavailabilities modal, AJAX API consumer. 2016-07-17 14:43:50 +02:00
Alex Tselegidis
a9edbda7a7 Split the calendar view functionality into new module (#182). 2016-07-17 13:46:38 +02:00