var fDesc=new Array(); fDesc[0] = "P3Log manager
Have you ever used activity log items for your Primavera Project Planner (P3®) projects?
Have you ever thought of adding more description and information to your P3® activities?
Have you ever need to print your P3® schedule in different language? If the answer is yes to any of the above, then P3Log manager will help you save time and money.
Primavera Project Planner (P3®) allows you to use up to 99 log records linked to your project activities. You may use these records for your own needs. Use it to store and display detailed activity description, write short memos, save names of files. For international projects it is useful to keep activity description translations here.
Activity log records is very effective feature of Primavera Project Planner (P3®), but working with them is not pleasant. The P3Log manager is a tool which helps you manage activity log records in your P3® projects.
The main idea of this tool is to import all activity information from your project to temporary storage, make changes and if you find it good, send it back to Primavera. Such approach will not change your project model and lets you work with imported data independently of Primavera Project Planner (P3®) software.
P3Log manager features
Import data from P3® project
Use project filters to select data
Edit multiply logs as simple text
Copy data from one log to another
Copy data from log to activity description
Export data to P3® project
Export data to MS Excel
Friendly user interface
System Requirements
Windows 95(OSR2)/98/ME NT4(sp6)/2000/XP
Primavera Project Planner® (P3®) (to import and export data)"; 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 = ''; } }