Skip to content

Commit c76651d

Browse files
committed
Update index.php to add context
1 parent 5d0cb4e commit c76651d

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

index.php

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,35 @@
99
<h1>PHP FOR BEGINNERS: BUILD YOUR FIRST SIMPLE CRM FROM SCRATCH</h1>
1010

1111
<div>
12-
Demo:
12+
<p>
13+
Customer Relationship Management (CRM) is a system that manages customer interactions and data throughout the customer lifecycle between the customer and the company across different channels.
14+
</p>
15+
16+
<p>
17+
In the simple CRM system demo, salespeople can:
18+
</p>
19+
20+
<ul>
21+
<li>Access their tasks</li>
22+
<li>View their leads </li>
23+
<li>Create new tasks for each lead</li>
24+
<li>Create new opportunity</li>
25+
<li>Lose a sale</li>
26+
</ul>
27+
28+
<p>
29+
Sales managers will be able to:
30+
</p>
31+
32+
<ul>
33+
<li>Manage all customers </li>
34+
<li>Manage sales team</li>
35+
<li>View current sales activities</li>
36+
</ul>
37+
</div>
38+
39+
<div>
40+
<h2>Visit Demo:</h2>
1341
<div>
1442
<a href="sales/tasks.php">Sales</a> | <a href="managers/pipeline.php">Manager</a>
1543
</div>

0 commit comments

Comments
 (0)