Program for a consulting firm
Create a CRM system for a consulting company.The following software components are developed:
The Panel,
“Menu” →
The tables,
‘forms’
It has been developed 18 facilities (interconnected parts of this appendix).Inside each object from 2 to 4 properties.Unique objects: 18
Number of business properties: 48.Below is an example of the description and content of several objects:
Take the first four for example.The object “Client” contains:
Name or “name” (text field entry)
-Family or "surname" (text field entry)
Email or “email” (text field entry)
Telephone or “phone” (text field input).The object “Company” contains:
Name or “name” (text field entry)
Industry or “Industry” (text field entry)
Address or “address” (text field entry)
The subject “Consultant” contains:
Name or “name” (text field entry)
-Family or "surname" (text field entry)
-Specialization or “specialization” (text field input)
Phone or “phone” (text field entry)
The subject “Project” contains:
Name or “name” (text field entry)
Description or “description” (text field input)
Start date or “start_date” (text field)
Date of end or “end_date” (text field entry)
#PHP
The Panel,
“Menu” →
The tables,
‘forms’
It has been developed 18 facilities (interconnected parts of this appendix).Inside each object from 2 to 4 properties.Unique objects: 18
Number of business properties: 48.Below is an example of the description and content of several objects:
Take the first four for example.The object “Client” contains:
Name or “name” (text field entry)
-Family or "surname" (text field entry)
Email or “email” (text field entry)
Telephone or “phone” (text field input).The object “Company” contains:
Name or “name” (text field entry)
Industry or “Industry” (text field entry)
Address or “address” (text field entry)
The subject “Consultant” contains:
Name or “name” (text field entry)
-Family or "surname" (text field entry)
-Specialization or “specialization” (text field input)
Phone or “phone” (text field entry)
The subject “Project” contains:
Name or “name” (text field entry)
Description or “description” (text field input)
Start date or “start_date” (text field)
Date of end or “end_date” (text field entry)
#PHP