CRM Stroyprofit

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