CRM Stroyprofit

Alexander Musikhin 43c95fe783 reports show fix 11 meses atrás
app 0e71195efb show filters in head of table 11 meses atrás
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel 1 ano atrás
config 86c5153b6f added tech docs to installation generation 1 ano atrás
database 325d6386e4 created orders view, model and refactor controller to view 11 meses atrás
docker d234420088 Websocket via webserver container 1 ano atrás
public a8441e00d1 added maf images 1 ano atrás
resources 43c95fe783 reports show fix 11 meses atrás
routes 8a81c3d8bc Reposts: 1st report type 11 meses atrás
storage 55e949511d upd gitignore 1 ano atrás
tech-docs 8046cfe69b added tech-docs 1 ano atrás
templates 8459ba1c95 fix for mac, fix template 1 ano atrás
tests 7a26cd566d initial commit 1 ano atrás
.env.example 3787217971 added order for mount template, fix env example 1 ano atrás
.gitattributes 7a26cd566d initial commit 1 ano atrás
.gitignore e8774893f3 gitignore modified 11 meses atrás
Dockerfile 69078a7950 modified for mac 1 ano atrás
Makefile ed1d565499 added redis monitor command 11 meses 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 021b22cc40 fix 11 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 3ad0298e2d all reports 11 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