after migration from 1.2 to 1.3 beta calendar is showing wrong dates

69 views
Skip to first unread message

time...@gmail.com

unread,
Feb 21, 2018, 10:35:35 AM2/21/18
to Easy!Appointments - Support Group
Hi Alex,

I have updated my local installation with the production database. On 1.2 everything is fine. after I have updated to the new Beta version.

I get mixed calendar dates which don´t match the settings in Business Logic settings. Here are the screenshots.

Here I have set the only the Working days from Tuesday to Saturday


Here I Calendar View it shows me Monday as working day.
Also as you can see the dates are mixed. 












How what could be the reason?? Any ideas

I see you set the first working day to Sunday, well for European it is the Monday.
Maybe this is the reason. How can I fix it?

Thanks in advance for your help.

SN 

Alex Tselegidis

unread,
Feb 22, 2018, 3:36:52 AM2/22/18
to Easy!Appointments - Support Group
Hi! You will probably need to update the working plan of the provider you are viewing in order to get different results. 

The first of the week will become a new setting in the future as people from different parts of the world have different requirements. 


Fow now you can tweak the code directly (assets/js/backend_calendar_default_view.js) and set Monday as the first day. 


  Alex Tselegidis, Easy!Appointments Creator

  Need a customization? Contact me in person!



debr...@gmail.com

unread,
Feb 22, 2018, 4:00:03 AM2/22/18
to Easy!Appointments - Support Group
add this in backend_calendar_default_view.js on line ~950, and change firstDay: 0 to firstDay: 1 it should work
                                var days = ['monday', 'tuesday','wednesday','thursday','friday','saturday','sunday'];
                                $
.each(days, function (index, dayName) {
                                   
var workingDay = workingPlan[dayName];


time...@gmail.com

unread,
Feb 22, 2018, 8:16:30 AM2/22/18
to Easy!Appointments - Support Group
Hello Alex!

Thanks for your very fast response. 

It helped me. Now it shows correctly.

I have just a short question regarding the multi-selection of service per booking.
Have anything planned for this? Do have a roadmap for features which are published soon?

We are using your app as our booking system and it would help us tremendously if our customers can book more than one Service at the time.

Thx again 

Best Regards
SN
Message has been deleted

Alex Tselegidis

unread,
Feb 23, 2018, 1:41:52 AM2/23/18
to Easy!Appointments - Support Group
Hi! There is already a ticket for this feature registered for quite some time. 

I cannot really tell when this will make it to the official package though.

Reply all
Reply to author
Forward
0 new messages