CRM Stroyprofit

Alexander Musikhin 3092429054 Changed debug mode 11 miesięcy temu
app 5aae63de98 Added user roles 1 rok temu
bootstrap 7a26cd566d initial commit 1 rok temu
config 7a26cd566d initial commit 1 rok temu
database ae66548c90 Added user roles. Changed vite config for hot refresh, added 5173 port to webserver 1 rok temu
docker 3092429054 Changed debug mode 11 miesięcy temu
public 7a26cd566d initial commit 1 rok temu
resources 3092429054 Changed debug mode 11 miesięcy temu
routes e117b42bdc Added laravel auth 1 rok temu
storage 7a26cd566d initial commit 1 rok temu
tests 7a26cd566d initial commit 1 rok temu
.env.example 4e39f7a88a env example modified 1 rok temu
.gitattributes 7a26cd566d initial commit 1 rok temu
.gitignore ae66548c90 Added user roles. Changed vite config for hot refresh, added 5173 port to webserver 1 rok temu
Dockerfile ab17f703fa Added redis, websocket containers 1 rok temu
Makefile 3092429054 Changed debug mode 11 miesięcy temu
README.md 75461c66ee Added readme, todo 1 rok temu
artisan 7a26cd566d initial commit 1 rok temu
composer.json e117b42bdc Added laravel auth 1 rok temu
composer.lock e117b42bdc Added laravel auth 1 rok temu
docker-compose.debug.yml 3092429054 Changed debug mode 11 miesięcy temu
docker-compose.yml 345bb6792a Changed ports 11 miesięcy temu
package-lock.json e117b42bdc Added laravel auth 1 rok temu
package.json e117b42bdc Added laravel auth 1 rok temu
phpunit.xml 7a26cd566d initial commit 1 rok temu
postcss.config.js 7a26cd566d initial commit 1 rok temu
tailwind.config.js 7a26cd566d initial commit 1 rok temu
todo.md 75461c66ee Added readme, todo 1 rok temu
vite.config.js 345bb6792a Changed ports 11 miesięcy temu

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