CRM Stroyprofit

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

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