CRM Stroyprofit

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

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