Comments 10Brad started the conversationMay 6, 2021 at 8:30amHello,When logged into the front end customer or employee view, the date range is automatically set to one week. Is there anyway to change this so it's set to 1 month by default instead?Many ThanksBrad 10Brad repliedMay 6, 2021 at 8:42amNever mind I found a solution on another public ticket ;<script>window.ameliaBooking = { cabinet: { pastDays: 0, futureDays: 30 }}</script>That's worked for me, thanks :)[deleted] repliedMay 7, 2021 at 7:07amHi Brad,thank you for reaching out - I'm happy to hear that you were able to find a solutionIf you have any other questions or concerns feel free to open a new ticket and we will gladly help out. Sign in to reply ...
Hello,
When logged into the front end customer or employee view, the date range is automatically set to one week. Is there anyway to change this so it's set to 1 month by default instead?
Many Thanks
Brad
Never mind I found a solution on another public ticket ;
<script>
window.ameliaBooking = {
cabinet: {
pastDays: 0,
futureDays: 30
}
}
</script>
That's worked for me, thanks :)
Hi Brad,
thank you for reaching out - I'm happy to hear that you were able to find a solution
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.