alextselegidis/easyappointments

WeekNumber Not inlined

rabongithub opened this issue · 3 comments

Hello!

When enabled WeekNumber .

Regards.
week number not inlined

Hello!

Where did you enable them? Directly in the code?

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!

yes in booking.js
App.Utils.UI.initializeDatepicker($selectDate, {
weekNumbers: true,
inline: true,
minDate: moment().subtract(1, 'day').set({hours: 23, minutes: 59, seconds: 59}).toDate(),
maxDate: moment().add(vars('future_booking_limit'), 'days').toDate(),
onChange: (selectedDates) => {
App.Http.Booking.getAvailableHours(moment(selectedDates[0]).format('YYYY-MM-DD'));
updateConfirmFrame();
},

That would require some additional style in the general.scss file

Will fix once week number display is supported in the app

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!