CRM Stroyprofit

Alexander Musikhin abc4cd76ba added reclamation details table, model and relation 11 mēneši atpakaļ
app abc4cd76ba added reclamation details table, model and relation 11 mēneši atpakaļ
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel 1 gadu atpakaļ
config 86c5153b6f added tech docs to installation generation 1 gadu atpakaļ
database abc4cd76ba added reclamation details table, model and relation 11 mēneši atpakaļ
docker d234420088 Websocket via webserver container 1 gadu atpakaļ
public a8441e00d1 added maf images 1 gadu atpakaļ
resources 65b5010586 created reclamation table, relations, etc 1 gadu atpakaļ
routes 65b5010586 created reclamation table, relations, etc 1 gadu atpakaļ
storage 55e949511d upd gitignore 1 gadu atpakaļ
tech-docs 8046cfe69b added tech-docs 1 gadu atpakaļ
templates de30c4b3c7 passport and inventory generate 1 gadu atpakaļ
tests 7a26cd566d initial commit 1 gadu atpakaļ
.env.example 3787217971 added order for mount template, fix env example 1 gadu atpakaļ
.gitattributes 7a26cd566d initial commit 1 gadu atpakaļ
.gitignore 55e949511d upd gitignore 1 gadu atpakaļ
Dockerfile 69078a7950 modified for mac 1 gadu atpakaļ
Makefile 5fbc679983 Added ext port for redis in debug mode 1 gadu atpakaļ
README.md 6ac3b99f38 test 1 gadu atpakaļ
artisan 7a26cd566d initial commit 1 gadu atpakaļ
bpmn.drawio 3bd72bb325 added quantity of added products to order 1 gadu atpakaļ
composer.json 938e1ed192 create zip archives 1 gadu atpakaļ
composer.lock dead0c290a Import product catalog from xls file 1 gadu atpakaļ
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose 1 gadu atpakaļ
docker-compose.yml e47dec0958 mysql tune 1 gadu atpakaļ
package-lock.json 6215487a41 added upload and remove photos 1 gadu atpakaļ
package.json 6215487a41 added upload and remove photos 1 gadu atpakaļ
phpunit.xml 7a26cd566d initial commit 1 gadu atpakaļ
postcss.config.js 7a26cd566d initial commit 1 gadu atpakaļ
tailwind.config.js 7a26cd566d initial commit 1 gadu atpakaļ
todo.md 05f38743a3 todo 1 gadu atpakaļ
vite.config.js 345bb6792a Changed ports 1 gadu atpakaļ

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