CRM Stroyprofit

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

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