CRM Stroyprofit

Alexander Musikhin 731111009f District and area added hai 11 meses
app 731111009f District and area added hai 11 meses
bootstrap 03bcf129b1 Users and roles hai 11 meses
config 7a26cd566d initial commit hai 11 meses
database 731111009f District and area added hai 11 meses
docker 3092429054 Changed debug mode hai 11 meses
public 7a26cd566d initial commit hai 11 meses
resources 03bcf129b1 Users and roles hai 11 meses
routes 03bcf129b1 Users and roles hai 11 meses
storage 7a26cd566d initial commit hai 11 meses
tests 7a26cd566d initial commit hai 11 meses
.env.example 4e39f7a88a env example modified hai 11 meses
.gitattributes 7a26cd566d initial commit hai 11 meses
.gitignore ae66548c90 Added user roles. Changed vite config for hot refresh, added 5173 port to webserver hai 11 meses
Dockerfile ab17f703fa Added redis, websocket containers hai 11 meses
Makefile 6395ece99f Fixed Makefile hai 11 meses
README.md 75461c66ee Added readme, todo hai 11 meses
artisan 7a26cd566d initial commit hai 11 meses
composer.json e117b42bdc Added laravel auth hai 11 meses
composer.lock e117b42bdc Added laravel auth hai 11 meses
docker-compose.debug.yml 3092429054 Changed debug mode hai 11 meses
docker-compose.yml 345bb6792a Changed ports hai 11 meses
package-lock.json e117b42bdc Added laravel auth hai 11 meses
package.json e117b42bdc Added laravel auth hai 11 meses
phpunit.xml 7a26cd566d initial commit hai 11 meses
postcss.config.js 7a26cd566d initial commit hai 11 meses
tailwind.config.js 7a26cd566d initial commit hai 11 meses
todo.md 03bcf129b1 Users and roles hai 11 meses
vite.config.js 345bb6792a Changed ports hai 11 meses

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