CRM Stroyprofit

Alexander Musikhin 66283f8e09 fixed ttn template 5 月之前
app ff76fdd016 update fcm token with middleware 5 月之前
bootstrap ff76fdd016 update fcm token with middleware 5 月之前
config 30f9cec623 added firebase packages 5 月之前
database 475eae7769 add token fcm to users, save it to session on first connect, assign to user on login 5 月之前
docker d234420088 Websocket via webserver container 1 年之前
public a8441e00d1 added maf images 10 月之前
resources 8ec358e20a create schedule from reclamations 5 月之前
routes ff76fdd016 update fcm token with middleware 5 月之前
storage 55e949511d upd gitignore 1 年之前
tech-docs 8046cfe69b added tech-docs 10 月之前
templates 66283f8e09 fixed ttn template 5 月之前
tests 7a26cd566d initial commit 1 年之前
.env.example 5f58263bfe ttn begin, created force https config and env param 5 月之前
.gitattributes 7a26cd566d initial commit 1 年之前
.gitignore e8774893f3 gitignore modified 10 月之前
Dockerfile 69078a7950 modified for mac 11 月之前
Makefile ed1d565499 added redis monitor command 10 月之前
README.md 6ac3b99f38 test 11 月之前
artisan 7a26cd566d initial commit 1 年之前
bpmn.drawio 3bd72bb325 added quantity of added products to order 11 月之前
composer.json 30f9cec623 added firebase packages 5 月之前
composer.lock 30f9cec623 added firebase packages 5 月之前
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose 1 年之前
docker-compose.yml 524958a5e4 db port always on localhost 5 月之前
package-lock.json 6215487a41 added upload and remove photos 10 月之前
package.json 6215487a41 added upload and remove photos 10 月之前
phpunit.xml 7a26cd566d initial commit 1 年之前
postcss.config.js 7a26cd566d initial commit 1 年之前
tailwind.config.js 7a26cd566d initial commit 1 年之前
todo.md 30f9cec623 added firebase packages 5 月之前
vite.config.js 345bb6792a Changed ports 1 年之前

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