CRM Stroyprofit

Alexander Musikhin 345bb6792a Changed ports 11 meses atrás
app 5aae63de98 Added user roles 11 meses atrás
bootstrap 7a26cd566d initial commit 11 meses atrás
config 7a26cd566d initial commit 11 meses atrás
database ae66548c90 Added user roles. Changed vite config for hot refresh, added 5173 port to webserver 11 meses atrás
docker f1c3b9f2ec added package-lock.json, changed working dir of webserver 11 meses atrás
public 7a26cd566d initial commit 11 meses atrás
resources ae66548c90 Added user roles. Changed vite config for hot refresh, added 5173 port to webserver 11 meses atrás
routes e117b42bdc Added laravel auth 11 meses atrás
storage 7a26cd566d initial commit 11 meses atrás
tests 7a26cd566d initial commit 11 meses atrás
.env.example 4e39f7a88a env example modified 11 meses atrás
.gitattributes 7a26cd566d initial commit 11 meses atrás
.gitignore ae66548c90 Added user roles. Changed vite config for hot refresh, added 5173 port to webserver 11 meses atrás
Dockerfile ab17f703fa Added redis, websocket containers 11 meses atrás
Makefile f427603c05 some settings 11 meses atrás
README.md 75461c66ee Added readme, todo 11 meses atrás
artisan 7a26cd566d initial commit 11 meses atrás
composer.json e117b42bdc Added laravel auth 11 meses atrás
composer.lock e117b42bdc Added laravel auth 11 meses atrás
docker-compose.debug.yml 345bb6792a Changed ports 11 meses atrás
docker-compose.yml 345bb6792a Changed ports 11 meses atrás
package-lock.json e117b42bdc Added laravel auth 11 meses atrás
package.json e117b42bdc Added laravel auth 11 meses atrás
phpunit.xml 7a26cd566d initial commit 11 meses atrás
postcss.config.js 7a26cd566d initial commit 11 meses atrás
tailwind.config.js 7a26cd566d initial commit 11 meses atrás
todo.md 75461c66ee Added readme, todo 11 meses atrás
vite.config.js 345bb6792a Changed ports 11 meses atrás

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