CRM Stroyprofit

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

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