CRM Stroyprofit

Alexander Musikhin 5fbc679983 Added ext port for redis in debug mode 11 months ago
app 820c053e69 Notes, clients, fixes etc 11 months ago
bootstrap 03bcf129b1 Users and roles 11 months ago
config 7a26cd566d initial commit 11 months ago
database 820c053e69 Notes, clients, fixes etc 11 months ago
docker 3092429054 Changed debug mode 11 months ago
public 7a26cd566d initial commit 11 months ago
resources 820c053e69 Notes, clients, fixes etc 11 months ago
routes 820c053e69 Notes, clients, fixes etc 11 months ago
storage 55e949511d upd gitignore 11 months ago
tests 7a26cd566d initial commit 11 months ago
.env.example 4e39f7a88a env example modified 11 months ago
.gitattributes 7a26cd566d initial commit 11 months ago
.gitignore 55e949511d upd gitignore 11 months ago
Dockerfile ab17f703fa Added redis, websocket containers 11 months ago
Makefile 5fbc679983 Added ext port for redis in debug mode 11 months ago
README.md 75461c66ee Added readme, todo 11 months ago
artisan 7a26cd566d initial commit 11 months ago
composer.json 8d867491ef Added predis 11 months ago
composer.lock 8d867491ef Added predis 11 months ago
docker-compose.debug.yml 5fbc679983 Added ext port for redis in debug mode 11 months ago
docker-compose.yml 79baf90ce6 Modified devops 11 months ago
package-lock.json 820c053e69 Notes, clients, fixes etc 11 months ago
package.json 820c053e69 Notes, clients, fixes etc 11 months ago
phpunit.xml 7a26cd566d initial commit 11 months ago
postcss.config.js 7a26cd566d initial commit 11 months ago
tailwind.config.js 7a26cd566d initial commit 11 months ago
todo.md 03bcf129b1 Users and roles 11 months ago
vite.config.js 345bb6792a Changed ports 11 months ago

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