-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser_manual.html
More file actions
62 lines (50 loc) · 2.36 KB
/
user_manual.html
File metadata and controls
62 lines (50 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User Manual</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
</head>
<body>
<div class="container mt-5">
<h1 class="mb-4">User Manual: Login and Making a Journal Entry in ERP System</h1>
<h3>Step 1: Accessing the gne11.gndec.ac.in Site</h3>
<ol>
<li>Open a web browser (e.g., Google Chrome, Mozilla Firefox).</li>
<li>Enter the URL "gne11.gndec.ac.in" in the address bar.</li>
<li>Press Enter to access the gne11.gndec.ac.in site.</li>
</ol>
<h3>Step 2: Logging In to ERP</h3>
<ol>
<li>On the gne11.gnde.ac.in homepage, locate the "Login" button or link.</li>
<li>Click on the "Login" button/link to proceed to the login page.</li>
<li>Enter your username and password in the provided fields.</li>
<li>Click on the "Login" button to log in to ERPNext.</li>
</ol>
<h3>Step 3: Navigating to the Journal Entry Form</h3>
<ol>
<li>After successful login, you will be directed to the ERP dashboard.</li>
<li>In the top menu, locate and click on the "Accounting" module.</li>
<li>From the dropdown menu, select "Journal Entry" to open the Journal Entry form.</li>
</ol>
<h3>Step 4: Filling in the Journal Entry Details</h3>
<ol>
<li>Once the Journal Entry form is open, you will see fields for entering the details.</li>
<li>Enter the appropriate values in the fields such as "Date," "Account," "Debit," and "Credit."</li>
<li>Provide a suitable description for the entry in the "Description" field.</li>
<li>If required, you can add additional rows for more entries by clicking on the "Add Row" button.</li>
</ol>
<h3>Step 5: Saving the Journal Entry</h3>
<ol>
<li>After filling in all the necessary details, review the entry for accuracy.</li>
<li>Click on the "Save" button to save the Journal Entry.</li>
<li>You will receive a confirmation message indicating that the entry has been saved successfully.</li>
</ol>
<!-- Rest of the steps... -->
</div>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>