CRM Stroyprofit

Alexander Musikhin 05f38743a3 todo 10 mesi fa
app 2cbc8aba03 upd passport names on generation 10 mesi fa
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel 1 anno fa
config 86c5153b6f added tech docs to installation generation 10 mesi fa
database d77a16ce3e moved fields from sku to product 10 mesi fa
docker d234420088 Websocket via webserver container 1 anno fa
public a8441e00d1 added maf images 10 mesi fa
resources b7ee67f485 added conditions for buttons show, added links on order card 10 mesi fa
routes b7ee67f485 added conditions for buttons show, added links on order card 10 mesi fa
storage 55e949511d upd gitignore 1 anno fa
tech-docs 8046cfe69b added tech-docs 10 mesi fa
templates de30c4b3c7 passport and inventory generate 10 mesi fa
tests 7a26cd566d initial commit 1 anno fa
.env.example 3787217971 added order for mount template, fix env example 10 mesi fa
.gitattributes 7a26cd566d initial commit 1 anno fa
.gitignore 55e949511d upd gitignore 1 anno fa
Dockerfile 69078a7950 modified for mac 11 mesi fa
Makefile 5fbc679983 Added ext port for redis in debug mode 1 anno fa
README.md 6ac3b99f38 test 11 mesi fa
artisan 7a26cd566d initial commit 1 anno fa
bpmn.drawio 3bd72bb325 added quantity of added products to order 11 mesi fa
composer.json 938e1ed192 create zip archives 10 mesi fa
composer.lock dead0c290a Import product catalog from xls file 1 anno fa
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose 1 anno fa
docker-compose.yml e47dec0958 mysql tune 10 mesi fa
package-lock.json 6215487a41 added upload and remove photos 10 mesi fa
package.json 6215487a41 added upload and remove photos 10 mesi fa
phpunit.xml 7a26cd566d initial commit 1 anno fa
postcss.config.js 7a26cd566d initial commit 1 anno fa
tailwind.config.js 7a26cd566d initial commit 1 anno fa
todo.md 05f38743a3 todo 10 mesi fa
vite.config.js 345bb6792a Changed ports 1 anno fa

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