summaryrefslogtreecommitdiff
path: root/docs/usermanual/contacts.sgm
Unidiff
Diffstat (limited to 'docs/usermanual/contacts.sgm') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/usermanual/contacts.sgm99
1 files changed, 99 insertions, 0 deletions
diff --git a/docs/usermanual/contacts.sgm b/docs/usermanual/contacts.sgm
new file mode 100644
index 0000000..a3ad34a
--- a/dev/null
+++ b/docs/usermanual/contacts.sgm
@@ -0,0 +1,99 @@
1<chapter><title>Contacts</title>
2<para>
3Contacts is a way to keep track of all the people you know, and how to contact
4them. as well as other information, such as their birthday, the company they
5work for, etc.
6<para>
7
8<section><title>Adding Contacts</title>
9<para>
10To Add a user, go to
11<GUImenu>Contact</GUImenu>&arrow;<GUIMenuItem>Add</GUIMenuItem>,
12or click the add icon in the toolbar (looks like a blank piece of paper).
13First, you need to give the person a name. You can do this by either entering
14their name in the name field, or by pressing "Full Name...", which will open
15up a new dialog that lets you enter each part of their name individually. Three
16of the entry fields have pulldown menus instead of labels that let you set which
17parameter these input fields control. The File As field lets you control how
18their name is displayed in the main view, use the pulldown arrow to select from
19some common ways of ordering their first and last names, or type in a custom
20one. You can also select a category for the user to be filed under, and clicking
21the button labeled "..." lets you edit the available catagories (these are
22convinient for displaying just the contacts you want when you have a lot of
23them).
24</para>
25<para>
26The address tab lets you edit the contact's buisness and home addresses (select
27which one you want to change from the pulldown menu at the top). The bottom
28field behaves just like the three custom fields in the "General" tab (and if
29you select the same thing from the pulldown list, it will modify the same
30parameter).
31</para>
32<para>
33The Details tab is used for miscelaneous things like the person's position, the
34name of their spouse, etc.
35</para>
36<para>
37When you are done, click "Ok" in the top right of the screen (you can always
38edit their profile later), click the "x" to cancel, and not add the contact.
39</para>
40</section>
41<section><title>Editing Contacts</title>
42<para>
43To edit the contacts, select the person you want to edit, anc click the pencil
44icon, or go to <GUIMenu>Contact</GUIMenu>&arrow;<GUIMenuItem>Edit</GUIMenuItem>,
45and it will open up the same dialog used to add a user, except their information
46that is already entered will already be filled in. To finalise the changes,
47click "Ok", or to cancel them, click "x".
48</para>
49</section>
50
51<section><title>Deleting Contacts</title>
52<para>
53To delete a contact, select the person from the list of contacts, and click the
54trash can icon, or go to <GUIMenu>Contact</GUIMenu>
55&arrow;<GUIMenuItem>Delete</GUIMenuItem>. A dialog will pop up asking if you
56want to actually delete that contact, click yes to delete it, no will cancel.
57</para>
58</section>
59
60<section><title>Editing Contacts</title>
61<para>
62To find a specific person, click the find icon (green magnifying glass), or go
63to <GUIMenu>Contact</GUIMenu>&arrow;<GUIMenuItem>Find</GUIMenuItem>. A dialog
64will pop up, and in the "Find what" input, enter the string you want to search
65for. You can also select if you want the search to be case sensative, and if you
66want it to search backwards from the currently selected user. The Category drop
67down menu lets you search only a specific category ("All" to search all of
68them). When you click "Find", it will start search for the string in all the
69fields in all the contacts. When it finds a match, it will highlight the user in
70the main view. You can use this to search for (as an example) who a certain
71phone number belongs to, by entering the phone number in the "find what" field,
72and clicking "Find".
73</para>
74</section>
75
76<section><title>Viewing Contacts</title>
77<para>
78To view only the contacts in a certain category, go to the View menu, and check
79the categories you want to view.
80</para>
81<para>
82The list of letters on the bottom of the window lets you look at only the
83contacts who's names begin with that letter. These work much like entering text
84on a mobile phone. For example, to view all the contacts whos name starts with
85"B", press the "ABC" group twice (since "B" is the second letter in that
86group). To go back to displaying all of the letters, click it two more times
87(pressing it four times brings you back to all the letters, so you pressed it 2
88times to get to "B" and 2 more times to get back to all letters. 2+2=4).
89</para>
90</section>
91
92<section><title>Personal Details</title>
93<para>
94Change your personal details by going to <GUIMenu>Contact </GUIMenu>
95<GUIMenuItem>My Personal Details</GUIMenuItem>. This is used in today to
96display who the device belongs to, as well as other apps.
97</para>
98</section>
99</chapter> \ No newline at end of file