CRM Stroyprofit

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

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