CRM Stroyprofit

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

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