More Than Just XER Reader, Meet ScheduleReader PRO

WHAT is it ?

The ScheduleReader PRO version consists of the Standard version with added features for reports generation and linear projects visualization..

WHO is using it ?

Schedulers, Project Controls and other users who need to analyze KPI’s, generate reports and share them with stakeholders.

WHY consider it ?

Create graphical reports with few clicks and share visually understandable data summaries and analysis with project stakeholders.

Bring More Informed Decisions with ScheduleReader PRO

Dynamic Reports & Dashboards

Generate graphical reports, analyze schedule health and logic using the DCMA 14 schedule assessment report, presented as a one page dashboard and communicate project data through rich visuals.
Linear Scheduling View for ScheduleReader Pro

Linear Scheduling View

Get a complete overview of projects created with the linear scheduling method (linear planning) in schedules exported from Primavera P6 through Time-Location, Time Chainage charts and diagrams.

Project Members on Site

Team Members such as engineers, foremans and workers on the field are too many to own a full Primavera® P6® license, as its costly program and requires training to use. They often feel uncomfortable to constantly ask superiors for updates and screenshots of their specific tasks and assignments.

Solution

ScheduleReader is a cost-effective solution that can assist the wider project team to view their task and assignments and report activity updates from the field.

Project Managers

Most of the Project Managers do not have Oracle® Primavera® P6® license and therefore receive the schedule and plans in a PDF format. This is a rather old approach that provides a static view, which limits performance and can be a main cause for miss-understandings and delays caused due to bad communication.

Solution

By incorporating ScheduleReader™ as a P6® companion tool you will get dynamic and interactive view of schedule data, comparisons, reports and analysis.

Schedulers and Project Planners

Project Schedulers lose too much time on daily basis, creating separate PDF documents for each project team. In addition to their main tasks of creating and keeping the schedule updated, they also must distribute schedule data to all relevant stakeholders in order for the project to progress towards completion.

Solution

Schedulers can save time and quickly audit project data, check schedule quality, create reports, receive feedback and activity updates from the field and more.

Project Controls

Project Controls are the key roles that monitor and keep projects on-track, on-time and within budget. Project controllers must stay aware of the project status at all times, monitor and analyze schedule data and optimize all internal factors, procedures and workflows affecting the project outcome.

Solution

ScheduleReader™ helps project controllers understand projects, by giving them the means to measure and evaluate project progress and performance.

Feature by Product Overview

ScheduleReader offers practical features that help project professionals in their everyday work. Take a look at our summary of the different key features available in the Standard versus the PRO version.

Key Features

ScheduleReaderTM
Standard

ScheduleReaderTM
PRO

View Project Data

Activity Insights
Supported Views
Trace Logic
Time-location chart

Track Project Progress

Baselines
Resource Usage Profiles
Financial Periods
Assignments View

Collaborate

Progress Updates
Sharing Reports
Sharing Layouts

Create your Work Environment

Custom Layouts
Custom Filters / Groups
Custom Bars

Reports and Dashboards

Predefined Reports
Custom Reports
Import/Export

Our Clients

ScheduleReader™ is applicable to all project oriented organizations, from small to large scale projects and portfolio oriented enterprise corporations.
Highways England Logo
Eni Logo

Ready to get started?

See how the world’s best schedulers deliver astonishing results for their businesses with ScheduleReader™.
async function setCountryName() { var requestOptions = { method: 'GET', Vary: 'Origin', }; await fetch('https://crmreceiver.synami.com/country/api/country/get', requestOptions) .then(response => { var resp = response.json(); return resp; }) .then(data => { console.log("country: " + data.country); document.getElementById("Country").value = data.country || ""; document.getElementById("LEADCF10").value = data.ip || ""; }) .catch(error => { console.log(error); var _country = document.getElementById("Country"); var _ip = document.getElementById("LEADCF10"); if (_country && _ip) { document.getElementById("Country").value = ''; document.getElementById("LEADCF10").value = ''; } }); } function getParameterByName(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } function setCID() { var sessionCID = sessionStorage.getItem("CID"); if (sessionCID == null || sessionCID == 'undefined' || sessionCID == "") { var c = getParameterByName('cid'); var cc = getParameterByName('CID') var cid = c != "" ? c : cc; sessionStorage.setItem("CID", cid); } var sCID = sessionStorage.getItem("CID"); document.getElementById("LEADCF14").value = sCID || sessionCID; } function setLeadSource() { var sourceElement = document.getElementById("Lead_Source"); var ref = document.referrer; console.log("document referrer: " + ref); var isPPC = window.location.href.toLowerCase().indexOf("/lp/") > -1 || window.location.href.toLowerCase().indexOf("cid") > -1; console.log("is ppc: " + isPPC); var leadSource = sourceElement.value; console.log("preselected lead source: " + leadSource); if (ref != "") { var urlReferrer = ref.toLowerCase(); if ((urlReferrer.indexOf("google") > -1 || urlReferrer.indexOf("bing") > -1 || urlReferrer.indexOf("yahoo") > -1 || urlReferrer.indexOf("yandex") > -1 || urlReferrer.indexOf("msn") > -1 || urlReferrer.indexOf("baidu") > -1) && !isPPC) { leadSource = "Organic"; } else if (urlReferrer.indexOf("facebook") > -1 || urlReferrer.indexOf("twitter") > -1 || urlReferrer.indexOf("linkedin") > -1 || urlReferrer.indexOf("youtube") > -1 || urlReferrer.indexOf("reddit") > -1 || urlReferrer.indexOf("quora") > -1) { leadSource = "Social Media"; } else if ((leadSource == "PPC" || isPPC) && leadSource != "Trade Show") { leadSource = "PPC"; } else if (leadSource == "Trade Show") { leadSource = "Trade Show"; } else { leadSource = "Organic" } } else if (isPPC && leadSource != "Trade Show") { leadSource = "PPC"; } else if (leadSource == "Trade Show") { leadSource = "Trade Show"; } else { leadSource = "Organic"; } var opt = ""; console.log("lead source: " + leadSource); sourceElement.innerHTML = opt; } window.onload = async function (e) { await setCountryName(); setCID(); setLeadSource(); }