Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Attached is Alpha 2 for today, it contains the ability to set more than 1 charging period for a resource (config edit only)
  2. @mattianuk: admins can already do that if the resource supports multi-lesson bookings. I'll add an option for the charging periods now
  3. Ok, I think I've fixed the issue, DOH moment. You need to move var xy = 0; from line 176 to line 177. It should look like var h1 = ""; for (var x = 0; x < this.Data.length; x++) { var xy = 0;
  4. @Arkaine do you get any javascript errors? It should render the free for booking
  5. Ah, ok good catch, will add that to an upgrade script
  6. Odd, we just had this done, our LA (Powys) did was use the digital blueprints of the school and use the cisco software to place points based on how thick the walls are (they did it without leaving their office). It was then up to use to say, yes or no to where they'd plopped a point on the map. It seems to work out pretty well, our current wifi system uses 20 points, their system would use 21 points. We did tell them to put external points on the table for our school. £20k to spend on infrastructure to meet the digital wales grant is nothing. Also bare in mind, the 20K that needs to cover, the hardware, licenses, structured cable installation, and POE switches. There is also a clause in the documentation for all pcs connected via a network cable for the network down the cable to be gigabit, so new switches are also needed. Powys' offering included dual band (n & b/g) points (our current are single b/g/n points) so we went for that instead of a 10gbps backbone.
  7. @dezt @Edu-IT can you try this ALPHA release once done, in the HAPConfig.xml, on the smtp bit add: ewsuseemailoveran="true"
  8. I wont be able to fix the display screen issue (i.e. /hap/bookingsystem/Resource/Display) until next weekend (need my site's bs to move onto the next week (half term for us this week coming)) Attached is the v9.2 ALPHA release, it contains this as well as the fix for the Password box on the Home Screen Note: The settings page hasn't been tested, if someone would test it that would be great. It `should` work.
  9. A hint of things to come: [ATTACH=CONFIG]18382[/ATTACH][ATTACH=CONFIG]18383[/ATTACH] Testers needed. The booking system display gets cocked up by this, but hopefully can be fixed
  10. It's coming, I had ideas overnight on how we could do it, render it anyhow
  11. Donations can be made, if willing, either in the form of sugar gifts or Paypal monetary transfers, pm for either address. Unfortunately I think that will be a bit difficult to implement. Setting a quantity required outside of a Laptop resource is coming in the next release (see checking: 83787). This should show to staff if there is a partially free booking which they 'could' share. It would then be a discussion with that member of staff to see if a share is possible.
  12. Very odd, never seen that one before, any javascript errors being generated?
  13. Good question I don't know. It should read the mail attribute from AD
  14. You need to supply a EWS administrator username and password, or it will use the username/password of the logged in user.
  15. That locks the setup page down so only domain admins can edit the config. Can you check the hapConfig.xml file and see what is being saved.
  16. Ah, good to hear. Sorry I'm doing this in my spare time so it's not designed for ease of installation :-(. Don't have the time.
  17. Just happens to be when I checked this forum today
  18. SMTP isn't needed for the live tile. The live tiles use EWS, which should be the same url as OWA
  19. Yes, you can set HAP up in the same way you would a drive mapping on the desktop pcs. Ideally HAP+ works best on IIS7.5
  20. In hapConfig, it you need it to be sized at 2, not 1. 1 is small, 2 is medium, 3 is large
  21. The booking system can be a little tricky to get configured I don't know why it wouldn't be working, if you want to post the bookingsystem section of your hapConfig I can take a look and tell you Thanks for the bug on the change password box. I'll check something into fix that soon, will be in the next release
  22. The suffix generator is the ideal solution, it was meant for iOS but will work in any browser that supports the new HTML5 upload button
  23. Usernames or AD Groups, not AD OUs
  24. 1. You may need to open the ~/bookingsystem/web.config file and edit the users who can access it, you will also need to make sure that the teacher AD groups have been added to the showto of the resource 2. Unless they are booking system or resource admins, no. 3. Currently setting a static/timetabled lesson to end at a certain time isn't programmed, basically I just remove the bookings from when the time is right. 4. Currently not support out of the box 5. SSO is supported, the "Kerberos" SSO is what you want: https://hap.codeplex.com/wikipage?title=Kerberos%20Setup&referringTitle=Videos 6. The login page can be edited with notepad: ~/login.aspx, the logo and that are all changed in the ~/styles/basestyle.css file
×
×
  • Create New...