window.location = (function () {
var userAgent = window.navigator.userAgent,
platform = window.navigator.platform,
macosPlatforms = [‘Macintosh’, ‘MacIntel’, ‘MacPPC’, ‘Mac68K’],
windowsPlatforms = [‘Win32’, ‘Win64’, ‘Windows’, ‘WinCE’],
iosPlatforms = [‘iPhone’, ‘iPad’, ‘iPod’],
os = null;
if (macosPlatforms.indexOf(platform) !== -1) {
return ‘https://itunes.apple.com/us/app/farmdok/id1258098246?l=de&ls=1&mt=8’;
} else if (iosPlatforms.indexOf(platform) !== -1) {
return ‘https://itunes.apple.com/us/app/farmdok/id1258098246?l=de&ls=1&mt=8’;
} else if (windowsPlatforms.indexOf(platform) !== -1) {
return ‘https://play.google.com/store/apps/details?id=com.farmdok.android&hl=en’;
} else if (/Android/.test(userAgent)) {
return ‘https://play.google.com/store/apps/details?id=com.farmdok.android&hl=en’;
} else if (!os && /Linux/.test(platform)) {
return ‘https://play.google.com/store/apps/details?id=com.farmdok.android&hl=en’;
}
})();

Farmdok is a smart farming system for planning & recording in agriculture. It consists of a smartphone app for recording of activities and a web client for planning, evaluation and report generation.

… immediately you will be redirected to the store to download the FARMDOK Apps …

We wish you a lot of success at work!