1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" href="cron.css" type="text/css"/>
<title>Managing Users in Cronometer</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>
<body>
<h2>Managing users</h2>
<p>In CRON-o-Meter you can track multiple users diets in the same session. CRON-o-Meter will
track your food servings, biomarkers, notes, dietary targets and body profile separately. It is possible
to copy selected foods from one person to another person and to a given date. When you
add a food for one user, it will be available for all users in the system. The name of the
currently selected user will be displayed in the title bar of the CRON-o-Meter window. When
you exit CRON-o-Meter and restart it again another time, the last selected user will be
active.</p>
<p>You can find the user manager dialog in the File menu. The user manager will allow you
to add a user or delete a user. To switch between users click on the user you wish to
switch to, this will immediately update the servings list to reflect the new user.
</p>
<br>
<img src="user_manager.png" width="438" height="304" title="" alt="">
<br>
<p></p>
<h2>Copy servings to another user</h2>
<p>Select the servings you wish to copy to another user, then from the "Edit" menu select
"Copy To...". You will be asked to select the user to copy the servings to and the date to which
where the copied servings should be placed.
</p>
<!-------------------------------------------------------->
<br><br><hr>
<div id="plea">Help make this manual better for the next user. <br>
Contribute some material to the sourceforge project at <a href="http://sourceforge.net/projects/cronometer/">http://sourceforge.net/projects/cronometer/</a></div>
</body>
</html>
|