-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
None unfortunately, you can try manually entering one in via the admin page, then using the staticBookings.xml file and altering that (which is quicker)
-
Yes, will have to try another way. Line 361, change to if (curres.Type != "Loan" && curres.Type != "Laptops" && curres.Quantities.length > 0 && curres.CanShare && parseInt($("#bfquantspin").val()) < parseInt(curres.Quantities[curres.Quantities.length - 1])) { Laptops will use a set amount, i.e. the number in a single trolley. The select as many as you need isn't supported with Laptops.
-
Quicky related to "Fixed" slider on helpdesk tickets
nickbro replied to mattgrimley's topic in Home Access Plus+
Known bug that I'm still looking into -
Edit ~/bookingsystem/admin/web.config
-
Ah right, attached is one which you can set the username and password inSkyStats.zip
-
Have you changed the admin details? I've preprogrammed it with admin/sky
-
Hmm odd, looks like it can't find the sky status page, try going to http://192.168.0.1/sky_system.html
-
Yer I was shocked too, but I have a 16 port gig switch sat in front of it, so it's not too bad for me
-
New version, which works with the Sky Hub, and should work with the other models of the Sky RouterSkyStats.zip
-
Yep, that's right, you may need to recycle the application pool for it to clear the cache of user lookups
-
The Notes field is what HAP+ uses to get Mr. N Brown from, for example. Put the staff names, as they match SIMS, into the AD notes fields and it should import correctly.
-
Editing the room is in documentation PDF file. It's been a while since I coded that. I manually put the stuff in, so hard to remember sometimes. Good to hear it's all working now :-)
-
readwriteto="All" will do it as well
-
Ok, there's an issue with your install and permissions. On the server, can you go to /style/basestyle.css, it should give you an error message
-
Booking/Help Desk not sending emails to Domain Admins
nickbro replied to Paul-K's topic in Home Access Plus+
The FirstLineEmails needs to be a comma separated list of email addresses not usernames -
Booking/Help Desk not sending emails to Domain Admins
nickbro replied to Paul-K's topic in Home Access Plus+
Have you added to the resource the admins? You have to manually add the admins into the resource for the email admins function to email the correct users. And yes, in the help desk it should email you if a user has created a ticket, or email the user if you created the ticket for them (admin ticket). -
Ok can you look at the developer tools in the browser and see if anything is getting logged into the console.
-
It might not be you, hmmm, can you edit ~/bookingsystem/default.aspx in notepad, go to line 361, and change "else if" to "if". That will enable the count on all resources so be very careful, I need to put some code in there to not do what I don't want it to do.
-
It uses javascript to open the booking form, which should be instant, if it's reloading the page, or opening a new tab then something is going wrong. The URL at the top of the page shouldn't change, as HAP+ uses that to know which date to get.
-
Looks like an error is happening. The hashtag (#) in the address should only contain a date, if it doesn't then something is going wrong. You will need to do some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html to find out why the URL is getting like that
-
Try this app, it will generate the html page to email to me if it finds an error, and it uses the default gateway for the ip addressSkyStats.zip
-
You don't need to click in the corner as that is just a label telling you what you can do. Hmm very odd. Does the URL of the page change when you click on Days in the overview Calendar? It should add #dd-mm-yy
-
Ah, could just work for my version of the sky router. Can you go to http://192.168.0.1/sky_system.html, and if you could PM me the HTML on that page I will have a look and see if I can figure out where it's failing. It should work on all but the Netgear router, as they all produce the same HTML page in later models
-
While dealing with my sky ADSL router cutting out while the phone was used, I've made a little app that reads the info from the Sky Router Statistics page and displays it, refreshing every 3 seconds. [ATTACH=CONFIG]20258[/ATTACH] If you want a copy, find it attached. You will need to edit the SkyStats.exe.config file first, and set the IP address of your sky router (default is 192.168.0.1 I think, I changed mine to 10.0.0.138) Right clicking on the app will allow you run the app automatically at startup. SkyStats.zip
-
Odd, it should be working based on that code
