Jump to content

lwalshaw

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by lwalshaw

  1. Edulink has this functionality with iSAMS
  2. You can do this using Edulink One, once applicants have reached the accepted stage in the application process in SIMS, accounts for these parents will be created allowing them to update the information in the same way that parents who have a child already on-roll do. These parents don't need to have an email address to be able to do this, but you will need to let them know their login details for Edulink One. If you need further advice on this our support team will be happy to help
  3. Hi @Imgtfy, I am Head of Operations at Overnet Data (who make Edulink One), Edulink One only costs a up to £2,000 per year for secondary schools with lower pricing for primary and special schools. It sounds like your school is quite small? Please give us a call (01604 807545) and ask to speak to myself (Lucy) so I can check your contract for you as you should not be paying £3,000 per year
  4. @RobFuller I looked at uservoice.com but after consideration I decided against it due to the fact opening up the feature requests to all customers to see would then potentially lead to us no longer being able to determine what customers actually need, instead people would vote for things they would like in an ideal world (which is slightly different approach but ends up with very different results). Not informing the customers on what each other are requesting gives an accurate representation of what people want/need. for example take this https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests/suggestions/38469304-add-support-for-application-permissions-to-list-as it is the top voted educational idea on there... all 3 votes are people in this office (feel free to vote on it as it would allow us to get assignments in teams pulled in to Edulink One homework) I am very aware that customers would like to see the road map and have solid time frames for functionality but this is not how the process goes here in the office... this changes continuously. on a side note we also attached details ranging from contact information to technical details on these tickets internally which could not be shared with anyone outside the office.
  5. @smarties11 not at all we encourage our customers to talk to each other and to provide us with feedback. Glad to hear you're impressed with the system and I look forward to hearing any feedback you have regarding the launch next week Just so you are aware #4 is already available, just give me a call if you would like me to talk you through setting it up (it's on the register tab of settings, you need to select it in "Selected Tags" then select the consents from "Parental Consents") Lucy
  6. Morning All Hope you are all well, just to clarify our position on feature requests before you all start emailing in... All feature requests get recorded on our system regardless of how many customers request them. I am sure you all will appreciate we get a lot of requests (we currently have 475 open feature requests). Feature requests get reviewed by myself on a regular basis and I use a variety of measures when deciding on what to prioritise this includes, 1, How many customers have asked for the functionality 2, The perceived benefit to the customers (will this really improve the system) 3, How many customers will potentially benefit from this 4, Are there any customers who would see this change as a negative 5, The amount of development required Our current number one requested bit of functionality is regarding adding payment functionality but this requires a large amount of development so although we intend on doing this at some point this year there are other requests which we are prioritising over this one. We always prioritise bugs over new functionality, with this in mine we are currently doing no feature request work whilst any bugs from the start of term and all the new functionality we added over the summer is sorted. Lucy
  7. Hi All, Edulink One now sends notifications for behaviour and achievement added in SIMS.net
  8. Edulink One now has this functionality
  9. If you email support we can tell you the URL you can use to get to the "school only" login page
  10. Ok thanks for the clarification, I will discuss this with the rest of the team and see what we can do. Yes it is possible to do it as a cron, the reason we have not put this in place already is we were concerned about load if we did this too often and the possibility of the delay meaning people received notifications hours after the events (middle of the night) but we might be able to do something to schedule the cron around "unsociable hours" Anyone looking for updates on this request please email support with your school name and ask to be added to ticket #5487
  11. Hi Edulink One has got the ability to record messages in to the SIMS communication log. What do you mean by "published"?
  12. There is a setting on the documents tab of the settings called "Non-Employee Embargo Types" select "AM Individual Report" from the drop down list then enter the number of days you would like them to be hidden from Parents and Students. This works off the document modified date so should allow you to achieve what you want to do Hope this helps Lucy
  13. Overnet Data is a small, innovative technology company that has been working in the education market for the last 12 years. We have developed a unique product that is proving extremely popular in schools, improving the quality and functionality of their IT services while also saving the schools a substantial amount of money. We are looking for highly motivated, enthusiastic and patient individuals to join our support team, which has a well-earned reputation for providing rapid, knowledgeable support to our customers. This role is office based, delivering product support via email, phone or remote session. We pay twice yearly bonuses based on the performance of the whole company. Please note this vacancy may close at any time once sufficient applications have been received. Please send applications to [email protected] Overnetdata - Technical Support Job Description.pdf
  14. Overnet Data is a small, innovative education technology company and the developer of EduLink One. We're looking for someone with either a strong secondary education IT background or an IT sales background to become our Sales Manager. If you're from an education IT background, you should be outgoing and comfortable presenting to SLT, well organised, self motivated and willing to travel. If you have an IT sales background, you will need a good track record selling IT systems in a public sector or B2B setting.If you're interested, please send your CV to [email protected] ONDSalesManagerJobSpec.pdf
      • 1
      • Thanks
  15. Yes you can send reports using Edulink One
  16. If your Domain and OU structure is the same on the new DC and you entered the name of the DC in Moodle (rather then the IP), I personally would put a entry in to the hosts file which points the name of the old DC to the new DC's IP. (this should be a quick fix which avoids database changes) If this is not the case you will have to change the settings in the database, the following SQL query will show you what the setting is currently set to SELECT * FROM mdl_config_plugins WHERE plugin='auth_ldap' AND name='host_url'; to modify the setting change [DC IP] to the IP address of the new DC and run UPDATE mdl_config_plugins SET value = '[DC IP]' WHERE plugin='auth_ldap' AND name='host_url'; Hope this helps Lucy Walshaw Overnet Data
  17. Hi Duncan, in the SMB Block settings change "ActiveDirectory field for HomeDirectory" to be "homedirectory" (this must be lowercase) Attached is a modified version of the SMB Block we use for our customers running Moodle 3.3.1 and PHP 7 Hope this helps Lucy Walshaw Overnet Data smb_web_client.zip
  18. Check out Mytech Group (Mytec Group: Surveillance Through Innovation | Technology Safeguarding Company) I know a number of schools who have solutions from them
  19. @tben2505 Yep once it's ready I will add it to the demo - if you drop me a email ([email protected]) I will let you know when I have added it Lucy
  20. @tben2505 New interface for marksheets (assessment module) is on it's way should be ready to go in the next week or so We are rapidly developing Edulink One and unlike some other companies any features we add will be available at no additional cost, We also have a flat rate pricing model (unlimited users and devices at no additional costs) Lucy
  21. Thanks Dean, detention registers are on track for the end of this month Lucy
  22. Hi Rob, The only other place I can think to check for errors is on chrome developer tools Have you got any 3rd party moodle plugins added to your site?
  23. Hi Rob, When you are on the upgrade settings page try changing the URL to [moodle domain]/admin/settings.php?section=debugging, this should allow you to turn on debugging within moodle
  24. check this out Edulink Integrator – Extract Real-time data from SIMS might have what you are looking for Lucy
  25. Try switching your theme to the moodle clean theme, Also when you say enabled debugging are you also changing the level of debug messages to "Developer"? Lucy
×
×
  • Create New...