updated README with install details and more about the project
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
## CRM
|
## CRM
|
||||||
|
This is a Customer Relationship Management system for small Managed IT Companies. This was developed so we didn't have to worry about managing
|
||||||
|
three different systems. Before we used to use a wiki for internal and client documentation. Accounting software and invoicing software. This is an all in
|
||||||
|
one solution.
|
||||||
|
This is still in early development stages and by no means ready for the primetime. Please report bugs, and send some pulls, if you find this useful.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Manage Clients
|
* Manage Clients
|
||||||
* Contacts
|
* Contacts
|
||||||
@@ -15,6 +20,19 @@
|
|||||||
* Income Expense Summary
|
* Income Expense Summary
|
||||||
* Mileage Tracking
|
* Mileage Tracking
|
||||||
|
|
||||||
|
### Installation Instructions
|
||||||
|
|
||||||
|
* create a mysql database dump db.sql into it
|
||||||
|
* set db user and password in config.php
|
||||||
|
* Point your browser and away you go
|
||||||
|
|
||||||
|
#### Requirements
|
||||||
|
* Linux
|
||||||
|
* Webserver (Apache, NGINX)
|
||||||
|
* PHP7+
|
||||||
|
* Mysql or MariaDB
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Technologies Used
|
### Technologies Used
|
||||||
* PHP/MySQL
|
* PHP/MySQL
|
||||||
|
|||||||
Reference in New Issue
Block a user