https://github.com/mapiiik/watcher-crm
Watcher CRM - Customer relationship management for ISPs
https://github.com/mapiiik/watcher-crm
billing cakephp crm customers docker-compose equipment-evidence isp labels php pohoda radius ruian tasks wisp
Last synced: 2 months ago
JSON representation
Watcher CRM - Customer relationship management for ISPs
- Host: GitHub
- URL: https://github.com/mapiiik/watcher-crm
- Owner: Mapiiik
- Created: 2021-04-26T07:19:25.000Z (about 4 years ago)
- Default Branch: 3.x
- Last Pushed: 2025-02-02T13:02:42.000Z (4 months ago)
- Last Synced: 2025-02-02T14:18:51.913Z (4 months ago)
- Topics: billing, cakephp, crm, customers, docker-compose, equipment-evidence, isp, labels, php, pohoda, radius, ruian, tasks, wisp
- Language: PHP
- Homepage:
- Size: 7.31 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watcher CRM
[](https://packagist.org/packages/mapik/watcher-crm)
[](https://github.com/phpstan/phpstan)The framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).
## Description
- Customer Relationship Management System for evidence of customers for ISP
- it can generate invoices in dBase format for POHODA Stormware bookkeeping software## Installation
1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run `php composer.phar create-project --prefer-dist mapik/watcher-crm [app_name]`.If Composer is installed globally, run
```bash
composer create-project --prefer-dist mapik/watcher-crm
```In case you want to use a custom app dir name (e.g. `/myapp/`):
```bash
composer create-project --prefer-dist mapik/watcher-crm myapp
```You can now either use your machine's webserver to view the default home page, or start
up the built-in webserver with:```bash
bin/cake server -p 8765
```Then visit `http://localhost:8765` to see the welcome page.
## Configuration
Create and edit the `config/.env` or set system environment variables (eg. for Docker).
## Layout
The app uses [Milligram](https://milligram.io/) (v1.3) minimalist CSS
framework.