CRM Stroyprofit

Alexander Musikhin 5f891e5ba6 Refactored docker compose hai 9 meses
app 637803c3a7 Fix filters and search on export hai 9 meses
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel hai 11 meses
config d234420088 Websocket via webserver container hai 10 meses
database ed0345d676 Added comment to clients table hai 9 meses
docker d234420088 Websocket via webserver container hai 10 meses
public 7a26cd566d initial commit hai 11 meses
resources 5baf558421 Added accepts filters and search on export hai 9 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 5f891e5ba6 Refactored docker compose hai 9 meses
docker-compose.yml 5f891e5ba6 Refactored docker compose hai 9 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