Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. 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)
  2. 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.
  3. Known bug that I'm still looking into
  4. Edit ~/bookingsystem/admin/web.config
  5. Ah right, attached is one which you can set the username and password inSkyStats.zip
  6. Have you changed the admin details? I've preprogrammed it with admin/sky
  7. Hmm odd, looks like it can't find the sky status page, try going to http://192.168.0.1/sky_system.html
  8. 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
  9. New version, which works with the Sky Hub, and should work with the other models of the Sky RouterSkyStats.zip
  10. Yep, that's right, you may need to recycle the application pool for it to clear the cache of user lookups
  11. 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.
  12. 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 :-)
  13. readwriteto="All" will do it as well
  14. 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
  15. The FirstLineEmails needs to be a comma separated list of email addresses not usernames
  16. 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).
  17. Ok can you look at the developer tools in the browser and see if anything is getting logged into the console.
  18. 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.
  19. 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.
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. Odd, it should be working based on that code
×
×
  • Create New...