HELP0951.html
1.62 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<hetm>
<head>
<meta http-equiv="Content-Type" content="text/html; cahrset=EUC-JP">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="help.css">
<title>メンバー設定画面 - ヘルプ</title>
</head>
<body class="info_font_90_n">
<a href="#help1" name="help0">・メンバー設定画面について </a>
<hr>
<a name="help1">■メンバー設定画面について</a><br>
1.各項目の入力、選択を行います
<table>
<tr>
<td> </td>
<td>
<table border="1" cellpadding="2" cellspacing="0" bordercolor="#89BD13" class="info_font_80_n">
<tr>
<td>部門</td>
<td>
ユーザーがどの部門に属するかをリストより選択します<br>
<select>
<option value='システム'>システム</option><option value='2'>代表</option><option value='4'>経理部門</option><option value='5'>総務</option>
</select>
</td>
</tr>
<tr>
<td>氏名</td>
<td>
氏名(ユーザー名)を記入します
</td>
</tr>
<tr>
<td>パスワード</td>
<td>
任意の英数字を入力します<br>
※ログイン時に使用します
</td>
</tr>
<tr>
<td>画面アクセス権限</td>
<td>
ユーザーに対して与えたい権限の<input type="checkbox">にチェックします<br>
管理者・・・管理者設定を行える権限<br>
入出金操作・・・入出金の入力を行える権限<br>
資金繰り表閲覧・・・資金繰り表の閲覧を行える権限<br>
</td>
</tr>
</table>
</td></tr>
</table>
2.各入力項目を入力、選択後、<input type="button" value=" メンバー作成 "> を押してください
<table width = "100%" class="info_font_90_n">
<tr>
<td align="left"><a href="#help0">↑先頭へ</a></td>
<td align="right"><a href="javascript:window.close()">×閉じる</a></td>
</tr>
</table>
</body>
</html>