CRM Stroyprofit

Alexander Musikhin dead0c290a Import product catalog from xls file 11 ay önce
app dead0c290a Import product catalog from xls file 11 ay önce
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel 11 ay önce
config 9c0eebb170 Added simple websocket 11 ay önce
database 820c053e69 Notes, clients, fixes etc 11 ay önce
docker 9c0eebb170 Added simple websocket 11 ay önce
public 7a26cd566d initial commit 11 ay önce
resources 9c0eebb170 Added simple websocket 11 ay önce
routes dead0c290a Import product catalog from xls file 11 ay önce
storage 55e949511d upd gitignore 11 ay önce
tests 7a26cd566d initial commit 11 ay önce
.env.example 4e39f7a88a env example modified 11 ay önce
.gitattributes 7a26cd566d initial commit 11 ay önce
.gitignore 55e949511d upd gitignore 11 ay önce
Dockerfile ab17f703fa Added redis, websocket containers 11 ay önce
Makefile 5fbc679983 Added ext port for redis in debug mode 11 ay önce
README.md 75461c66ee Added readme, todo 11 ay önce
artisan 7a26cd566d initial commit 11 ay önce
composer.json dead0c290a Import product catalog from xls file 11 ay önce
composer.lock dead0c290a Import product catalog from xls file 11 ay önce
docker-compose.debug.yml 9c0eebb170 Added simple websocket 11 ay önce
docker-compose.yml 9c0eebb170 Added simple websocket 11 ay önce
package-lock.json 820c053e69 Notes, clients, fixes etc 11 ay önce
package.json 820c053e69 Notes, clients, fixes etc 11 ay önce
phpunit.xml 7a26cd566d initial commit 11 ay önce
postcss.config.js 7a26cd566d initial commit 11 ay önce
tailwind.config.js 7a26cd566d initial commit 11 ay önce
todo.md 03bcf129b1 Users and roles 11 ay önce
vite.config.js 345bb6792a Changed ports 11 ay önce

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