echo $lang["AddressDetail"] ?>
What do you see here
- echo $lang["AdrFirstName"] ."/". $lang["AdrMiddleName"] ."/". $lang["AdrLastName"]?>
- echo $lang["AdrBirthday"] ?>
- Name of Address
Tutos supports different addresses for one person.
i.e. office , home , holiday ....
- echo $lang["Company"] ?>
The company where this person works.
Click on the companies name to see echo
makelink("help.php?p=company_show","more",$lang["CompanyDetail"]) ?> information about the company.
- echo $lang["Department"] ?>
The department in above company where this person works.
Click on the department ame to see echo
makelink("help.php?p=department_show","more",$lang["DepartmentDetail"]) ?> information about the department.
- echo $lang["Phone"] ?>
- echo $lang["AdrFax"] ?>
- echo $lang["AdrEmail"] ?>
You can click on these entries to open your browsers mail application.
- echo $lang["Street"] ?>
- echo $lang["City"] ?>
- echo $lang["ZIP"] ?>
- echo $lang["State"] ?>
This is the State (California,Bavaria, ...) where the described address is located
- echo $lang["Country"] ?>
This is the Country (USA,Germany ...) where the described address is located
- Teams
You see all teams where this person is subscribed.
Clicking on a team will bring you to the teams information echo
makelink("help.php?p=team_show","page",$lang["TeamDetail"]) ?>.
- Visits
You see a list (shortend) of all appointments where this person was a visitor or has been visited.
- managed Projects or Products
You see a list of all products/projects where this person is a manager.
You can click on the product/project to see echo
makelink("help.php?p=product_show","more",$lang["ProductsDetail"]) ?> info on the selected item.
What you can do here
- Modify this Information
To modify the information you see, click on Modify on the left side.
The Modify link does only appear if you are allowed to do this.
- See the calendar for this person
You can click on Calendar to see the echo
makelink("help.php?p=calendar","calendar",$lang["Appointments"]) ?> for this person.
The Calendar link does only appear if the person is a TUTOS user.
- Get a electronc VCard of this person
You can click on Get VCard to get a VCard for this person.
A VCard is a file describing all contact Information for a person. Netscape browser support an automatic adding to your personal addressbook.