TheScarfedOne Posted June 14, 2013 Posted June 14, 2013 This section? <%--console.log(curres.Quantities.length > 0);--%> <%--console.log(curres.CanShare);--%> <%--console.log(parseInt($("#bfquantspin").val()));--%> <%--console.log(parseInt(curres.Quantities[curres.Quantities.length - 1]));--%> <%--console.log(parseInt($("#bfquantspin").val()) < parseInt(curres.Quantities[curres.Quantities.length - 1]));--%>
ragbuster Posted July 1, 2013 Posted July 1, 2013 @nickbro Still a bit hit and miss on the "book button not passing the booking through" - it just sits on the page with the popup form on screen still. Opening the IE Dev tools, and clearing the cache sorts it for a while, but it seems to come back. Ideas? I am experiencing the same issue. Switched off 'use a proxy server' and tried going direct but no change.
nickbro Posted July 1, 2013 Posted July 1, 2013 Open the ~/bookingsystem/default.aspx and search for "console". Remove the console.log lines
ragbuster Posted July 2, 2013 Posted July 2, 2013 Thanks Nick, worked a treat. While here can I ask if its possible to change the weeks names from week1,week2 to other names instead such as yellow,blue week?
nickbro Posted July 2, 2013 Posted July 2, 2013 erm, I think so The javascript that you may need is (data[1] == 1 ? "Yellow" : "Blue") Look for "This Week is a Week " + data[1] and replace the data[1] at the end with the code above 1
TheScarfedOne Posted July 9, 2013 Posted July 9, 2013 @nickbro Keeping on the bughunt with v9.2... The over-ride timetable/booking doesnt seem to be working properly... The following gets entered into the bookings xml when over-riding an existing booking/timetable session... Hi Nick This one is still happening - caught it a few times. The thing that breaks it is for some reason it is bringing lesson through as "null" rather than the lesson that is clicked to over-ride. Anything we can do to bugcheck this one out?
nickbro Posted July 9, 2013 Posted July 9, 2013 Using firebug, on the DOM tab, look for curles or current lesson or something like that, see if that's getting populated. You can also use firebug to inspect the link you are clicking on, see what's in the onclick
benbanks1 Posted February 10, 2016 Posted February 10, 2016 Hi, we're looking to implement a booking software where teachers can book IT Rooms, Meeting Rooms and Laptop cabinets. Just wondering where we can access "Home Access Plus+" ??
nickbro Posted February 18, 2016 Posted February 18, 2016 You have to install it on site, see Home Access Plus+ - Home
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now