CRM Stroyprofit

Alexander Musikhin abc4cd76ba added reclamation details table, model and relation hai 7 meses
app abc4cd76ba added reclamation details table, model and relation hai 7 meses
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel hai 11 meses
config 86c5153b6f added tech docs to installation generation hai 7 meses
database abc4cd76ba added reclamation details table, model and relation hai 7 meses
docker d234420088 Websocket via webserver container hai 10 meses
public a8441e00d1 added maf images hai 7 meses
resources 65b5010586 created reclamation table, relations, etc hai 7 meses
routes 65b5010586 created reclamation table, relations, etc hai 7 meses
storage 55e949511d upd gitignore hai 11 meses
tech-docs 8046cfe69b added tech-docs hai 7 meses
templates de30c4b3c7 passport and inventory generate hai 7 meses
tests 7a26cd566d initial commit hai 11 meses
.env.example 3787217971 added order for mount template, fix env example hai 7 meses
.gitattributes 7a26cd566d initial commit hai 11 meses
.gitignore 55e949511d upd gitignore hai 11 meses
Dockerfile 69078a7950 modified for mac hai 8 meses
Makefile 5fbc679983 Added ext port for redis in debug mode hai 11 meses
README.md 6ac3b99f38 test hai 7 meses
artisan 7a26cd566d initial commit hai 11 meses
bpmn.drawio 3bd72bb325 added quantity of added products to order hai 8 meses
composer.json 938e1ed192 create zip archives hai 7 meses
composer.lock dead0c290a Import product catalog from xls file hai 11 meses
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose hai 9 meses
docker-compose.yml e47dec0958 mysql tune hai 7 meses
package-lock.json 6215487a41 added upload and remove photos hai 7 meses
package.json 6215487a41 added upload and remove photos hai 7 meses
phpunit.xml 7a26cd566d initial commit hai 11 meses
postcss.config.js 7a26cd566d initial commit hai 11 meses
tailwind.config.js 7a26cd566d initial commit hai 11 meses
todo.md 05f38743a3 todo hai 7 meses
vite.config.js 345bb6792a Changed ports hai 11 meses

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