CRM Stroyprofit

Alexander Musikhin 5f891e5ba6 Refactored docker compose hai 10 meses
app 637803c3a7 Fix filters and search on export hai 11 meses
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel hai 1 ano
config d234420088 Websocket via webserver container hai 11 meses
database ed0345d676 Added comment to clients table hai 11 meses
docker d234420088 Websocket via webserver container hai 11 meses
public 7a26cd566d initial commit hai 1 ano
resources 5baf558421 Added accepts filters and search on export hai 11 meses
routes 4f6afb972e Catalog export hai 11 meses
storage 55e949511d upd gitignore hai 1 ano
templates 4f6afb972e Catalog export hai 11 meses
tests 7a26cd566d initial commit hai 1 ano
.env.example 4e39f7a88a env example modified hai 1 ano
.gitattributes 7a26cd566d initial commit hai 1 ano
.gitignore 55e949511d upd gitignore hai 1 ano
Dockerfile ab17f703fa Added redis, websocket containers hai 1 ano
Makefile 5fbc679983 Added ext port for redis in debug mode hai 1 ano
README.md 75461c66ee Added readme, todo hai 1 ano
artisan 7a26cd566d initial commit hai 1 ano
composer.json dead0c290a Import product catalog from xls file hai 1 ano
composer.lock dead0c290a Import product catalog from xls file hai 1 ano
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose hai 10 meses
docker-compose.yml 5f891e5ba6 Refactored docker compose hai 10 meses
package-lock.json 820c053e69 Notes, clients, fixes etc hai 1 ano
package.json 820c053e69 Notes, clients, fixes etc hai 1 ano
phpunit.xml 7a26cd566d initial commit hai 1 ano
postcss.config.js 7a26cd566d initial commit hai 1 ano
tailwind.config.js 7a26cd566d initial commit hai 1 ano
todo.md 4f6afb972e Catalog export hai 11 meses
vite.config.js 345bb6792a Changed ports hai 1 ano

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