File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 9
9
<h1 >PHP FOR BEGINNERS : BUILD YOUR FIRST SIMPLE CRM FROM SCRATCH </h1 >
10
10
11
11
<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 >
13
41
<div >
14
42
<a href = " sales/tasks.php" >Sales</a > | <a href = " managers/pipeline.php" >Manager</a >
15
43
</div >
You can’t perform that action at this time.
0 commit comments