CRM Stroyprofit

Alexander Musikhin c84c93d92e schedules fix 2 months ago
app c84c93d92e schedules fix 2 months ago
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel 11 months ago
config 5f58263bfe ttn begin, created force https config and env param 2 months ago
database 8cdce256b8 schedules model, migration, copy from order 2 months ago
docker d234420088 Websocket via webserver container 10 months ago
public a8441e00d1 added maf images 7 months ago
resources c84c93d92e schedules fix 2 months ago
routes 2e27be0765 schedules delete, mobile 2 months ago
storage 55e949511d upd gitignore 11 months ago
tech-docs 8046cfe69b added tech-docs 7 months ago
templates 92126a7de0 added fields to products, ttn generation 2 months ago
tests 7a26cd566d initial commit 11 months ago
.env.example 5f58263bfe ttn begin, created force https config and env param 2 months ago
.gitattributes 7a26cd566d initial commit 11 months ago
.gitignore e8774893f3 gitignore modified 6 months ago
Dockerfile 69078a7950 modified for mac 8 months ago
Makefile ed1d565499 added redis monitor command 6 months ago
README.md 6ac3b99f38 test 7 months ago
artisan 7a26cd566d initial commit 11 months ago
bpmn.drawio 3bd72bb325 added quantity of added products to order 8 months ago
composer.json 938e1ed192 create zip archives 7 months ago
composer.lock 0b5cf142b3 Some fixes 7 months ago
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose 9 months ago
docker-compose.yml 524958a5e4 db port always on localhost 2 months ago
package-lock.json 6215487a41 added upload and remove photos 7 months ago
package.json 6215487a41 added upload and remove photos 7 months ago
phpunit.xml 7a26cd566d initial commit 11 months ago
postcss.config.js 7a26cd566d initial commit 11 months ago
tailwind.config.js 7a26cd566d initial commit 11 months ago
todo.md 3ad0298e2d all reports 6 months ago
vite.config.js 345bb6792a Changed ports 11 months ago

README.md

CRM stroyprofit

Основные задачи:

  • каталог товаров
  • учет остатков товаров
  • ведение заказов клиентов
  • заказы поставщикам
  • работа с рекламациями
  • формирование пакетов документов для монтажа, сдачи, отработки рекламации итп

Для развертывания приложения нужно:

  • git clone ... appFolder
  • cd appFolder
  • cp .env.example .env
  • edit .env
  • make install

Для работы необходим установленный docker, docker-compose

Фронтэнд приложения: bootstrap 5, js, jquery

Бэкенд приложения: laravel 11, php 8.2 (fpm mode)

Для обратной связи с клиентом используется websocket

Имеется обработчик очереди задач

Кеш и очередь - redis