echo $lang["ProductsDetail"] ?>
This page shows all available information
related to a product or project.
What do you see here
- echo $lang["ProdName"] ?>
This is the name of the Product or Project (up to 40 Characters)
- echo $lang["ProdVersion"] ?>
This is the version of the Product or Project (up to 20 Characters).
You'll need versions if you work with software projects.
- echo $lang["ProdState"] ?>
Here you see the state of the project. There are currently these states defined.
@reset($lang['ProdStates']);
while ( list ($i,$f) = @each ($lang['ProdStates']) ) {
if ( $i > 0 ) {
echo "- ". $lang['ProdStates'][$i];
}
}
?>
- echo $lang["ProdProb"] ?>
You may need this to hold information about the probability of a acquisition to become a real project.
You can enter a percentage value.
- echo $lang["ProdRoles"] ?>
TUTOS supports some roles that people and other projects could have here project.
People could have these roles:
@reset($lang['ProdRole']);
while ( list ($role,$x) = @each ($lang['ProdRole']) ) {
# No Product Roles
if ( $tutos[rolecheck][$role] == "p") {
continue;
}
echo "- ".$lang['ProdRole'][$role];
}
?>
other projects could have these roles:
@reset($lang['ProdRole']);
while ( list ($role,$x) = @each ($lang['ProdRole']) ) {
# No Product Roles
if ( $tutos[rolecheck][$role] == "p") {
echo "- ".$lang['ProdRole'][$role];
}
}
?>
- echo $lang["ProdDesc"] ." / ". $lang["ProdDesc1"] ." / ". $lang["ProdDesc2"] ?>
TUTOS supports three lines of description. You can use these fields for whatever you like.
i.e. Descriptions or internal account numbers or additional names.
- echo $lang["ProdPrice"] ?>
This could be the price a customer has to pay. Or your internal price for creation of the product or project.
- echo $lang["ProdCost"] ?>
This could be the costs you have to invest to make that product/project.
- echo $lang["ProdStart"] ?>
The calculated starttime of the project
- echo $lang["ProdEnd"] ?>
The calculated endtime of the project
- echo $lang["ProdPath"] ?>
This is a URL (outside of TUTOS) where more information about the Project could be found.
That could be something like file:\\Server\share\path_to_project or a CVS webpath. You can click on this entry and something useful should happen.
- echo $lang["ProdMailbox"] ?>
A list of mailboxes related to this project.
- echo $lang["Installations"] ?>
The number of installations this product has seen.
TUTOS maintains a list of all installations of a product. Click on the number to see an echo
makelink("help.php?p=installation_overview","overview",$lang["InstOverview"]) ?> of these installations.
You'll see nothing if there are no installations.
- echo $lang["Bugs"] ?>
a summary of bugs defined in this project/product
- echo $lang["ProdLinks"] ?>
This is a list of links related to this product.
You'll see nothing if there are no urls.
- echo $lang["ProdApps"] ?>
A (shortend) list of appointments related to this product.
- echo $lang["Notes"] ?>
A list of notes related to this project
- echo $lang["ProdFiles"] ?>
A list of files related to this project
- echo $lang["Resources"] ?>
A list of resources that where used for this project
- echo $lang["ProdTasks"] ?>
A (shortend) list of tasks entered for this project.
- echo $lang["Timetrack"] ?>
A summary of time spent by TUTOS users for this project
What you can do here
- Modify this Information
- Delete this Product or Project
- Create a new Product or Project
- Create a echo
makelink("help.php?p=bug_new","bug",$lang["BugCreate"]) ?> on this product or project
- Enter a new echo
makelink("help.php?p=installation_new","installation",$lang["InstCreate"]) ?> of this product or project
- Define a echo
makelink("help.php?p=task_new","task",$lang["TaskCreate"]) ?> for this product or project
- Create a echo
makelink("help.php?p=note_new","note",$lang["NoteCreate"]) ?> for this product or project
- Add a echo
makelink("help.php?p=file_new","document",$lang["FileCreate"]) ?> for this product or project