var fDesc=new Array(); fDesc[0] = "Planningforce 1.2 is a software which can conceive and plan projects adding resources, risks and data constraints. The software features actualization of the progress status for various tasks and projects. This can be done as many times as required. The automatic scheduling can be re-launched.

The incomes and the costs can be easily associated to the tasks. Similarly the daily or monthly costs can be associated to the resources. Realistic budgeting enables the estimation of the real added value of any project with precision. The software has tools related to the program manager which allows managing of successive plans, simulation, the progress status and the related dashboards.

Planningforce also helps in imagination as well as creating a scenario which would allow the user to meet the future challenges. The nature of these challenges and the scenario can be negative as well as positive. The dashboards in the software can be compared in an aggregated as well as detailed way. Comparison could also be done for other information such as projects, tasks and resources like estimated dates vs. real dates, effective resource usage etc.

Planningforce can help the user in simulation and plans. It creates realistic cash flows and strategic scenarios. It is also helpful in tracking the progress as well as creating KPI's and scorecards."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }