Technical requirements

  • Client side:
  • The last 5 versions of Google Chrome and Internet Explorer 11 are offically supported, but pretty much every browser should work.
  • User account that is authorized to store functional cookies
  • 64kb p/s or better internet connection


Server side hardware
Description Minimum Recommended
RAM 4GB 8GB, with more being better (our database software caches queries and loads the database into memory)
Available cores 4 12, with more being better (all our reporting tools are multithreaded)
SSD (or equivalant) hard drive 60GB 120GB


  • Server side software:
  • Windows Server 2008 R2 or higher
  • RavenDB (with a valid license)
  • IIS web server, with the following features/components:
  • SMTP server
  • Windows Powershell
  • All common HTTP features
  • All Health and Diagnostics features
  • All performance features
  • All security features
  • .NET Framework 4.5
  • ASP & ASP.NET 4.5
  • IIS management console

 
 

Available interfaces

Name of software Owned by Interface type Shift planning Assessments Courses Course finances Holiday requests HR personal info HR contact info* HR company info HR financial info Emails sent
McMain Gildemain text file x 1C1 / 1C2 x
Microsoft Dynamics (Formerly Navision) Microsoft text file x 1C1 / 1C2 x

* 1CA = 1 category, all records. 2C1 = 2 categories, 1 record per category, etc.

 
 

API

Currently we do not have a public API. However, keep an eye on our roadmap (click here) as it is something we want to implement.

 
 

Technical facts

  • Our back-end is developed in C#, our front-end in the basics: HTML, CSS, Jasvascript and Jquery.
  • We use a NoSQL (RavenDB 3.0) database, which means TraQQr SQL-injection safe by default (obviously).
  • Everything that can remotely be perceived as a password is encoded with a AES-256 (military) encryption.
  • Login information is stored seperately from private/employee information.
  • We store all attachments you upload in exactly the same place as the rest of your stuff: our easy to install NoSQL database.
  • If we host you, we only do so in a data center that is located on your continent and is preferably owned by a company founded in that continent, to prevent the NSA, GCHQ and all those other 3 letter variables from snooping where they shouldn't.
  • Our dizzying amount of features requires only 163.927 lines of C# code, but no one really cares about that so lets move on.
  • those that like SPSS should feel right at home: all our reporting tools have different X-axis, Y-axis and aggregations settings, allowing you to do about 30 different reports with them on average. You can also filter these X and Y-Axis settings seperately.
  • All of our reports and data can be exported to Excel, in case you want to use the data to make a report we haven't thought of yet.
  • If at all possible, we build anything that needs to be converted or calculated as a service, rather than make it a part of our core software. You want to print? A print service handles it. Email? Mail service. Push notifications? Push service. Etc. This makes the main application more reliable, and makes it easier for us to update specific parts without having to bring the whole system down.