CRM Stroyprofit

Alexander Musikhin 5f891e5ba6 Refactored docker compose hace 10 meses
app 637803c3a7 Fix filters and search on export hace 11 meses
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel hace 1 año
config d234420088 Websocket via webserver container hace 11 meses
database ed0345d676 Added comment to clients table hace 11 meses
docker d234420088 Websocket via webserver container hace 11 meses
public 7a26cd566d initial commit hace 1 año
resources 5baf558421 Added accepts filters and search on export hace 11 meses
routes 4f6afb972e Catalog export hace 11 meses
storage 55e949511d upd gitignore hace 1 año
templates 4f6afb972e Catalog export hace 11 meses
tests 7a26cd566d initial commit hace 1 año
.env.example 4e39f7a88a env example modified hace 1 año
.gitattributes 7a26cd566d initial commit hace 1 año
.gitignore 55e949511d upd gitignore hace 1 año
Dockerfile ab17f703fa Added redis, websocket containers hace 1 año
Makefile 5fbc679983 Added ext port for redis in debug mode hace 1 año
README.md 75461c66ee Added readme, todo hace 1 año
artisan 7a26cd566d initial commit hace 1 año
composer.json dead0c290a Import product catalog from xls file hace 1 año
composer.lock dead0c290a Import product catalog from xls file hace 1 año
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose hace 10 meses
docker-compose.yml 5f891e5ba6 Refactored docker compose hace 10 meses
package-lock.json 820c053e69 Notes, clients, fixes etc hace 1 año
package.json 820c053e69 Notes, clients, fixes etc hace 1 año
phpunit.xml 7a26cd566d initial commit hace 1 año
postcss.config.js 7a26cd566d initial commit hace 1 año
tailwind.config.js 7a26cd566d initial commit hace 1 año
todo.md 4f6afb972e Catalog export hace 11 meses
vite.config.js 345bb6792a Changed ports hace 1 año

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