CRM Stroyprofit

Alexander Musikhin 45f946629d removed object type, added report hai 9 meses
app 45f946629d removed object type, added report hai 9 meses
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel hai 1 ano
config 86c5153b6f added tech docs to installation generation hai 10 meses
database 45f946629d removed object type, added report hai 9 meses
docker d234420088 Websocket via webserver container hai 1 ano
public a8441e00d1 added maf images hai 10 meses
resources 45f946629d removed object type, added report hai 9 meses
routes 8a81c3d8bc Reposts: 1st report type hai 9 meses
storage 55e949511d upd gitignore hai 1 ano
tech-docs 8046cfe69b added tech-docs hai 10 meses
templates 8459ba1c95 fix for mac, fix template hai 10 meses
tests 7a26cd566d initial commit hai 1 ano
.env.example 3787217971 added order for mount template, fix env example hai 10 meses
.gitattributes 7a26cd566d initial commit hai 1 ano
.gitignore e8774893f3 gitignore modified hai 10 meses
Dockerfile 69078a7950 modified for mac hai 11 meses
Makefile ed1d565499 added redis monitor command hai 10 meses
README.md 6ac3b99f38 test hai 11 meses
artisan 7a26cd566d initial commit hai 1 ano
bpmn.drawio 3bd72bb325 added quantity of added products to order hai 11 meses
composer.json 938e1ed192 create zip archives hai 10 meses
composer.lock 0b5cf142b3 Some fixes hai 10 meses
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose hai 1 ano
docker-compose.yml 021b22cc40 fix hai 10 meses
package-lock.json 6215487a41 added upload and remove photos hai 10 meses
package.json 6215487a41 added upload and remove photos hai 10 meses
phpunit.xml 7a26cd566d initial commit hai 1 ano
postcss.config.js 7a26cd566d initial commit hai 1 ano
tailwind.config.js 7a26cd566d initial commit hai 1 ano
todo.md ebec60e85b added get params of main pages to session, reverts hai 10 meses
vite.config.js 345bb6792a Changed ports hai 1 ano

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