CRM Stroyprofit

Alexander Musikhin a176b15829 fix step il y a 1 semaine
.claude 5b575cbae6 1. Карточка запчасти (spare_parts/edit.blade.php) il y a 1 mois
app 04f592441e added fcm token field and accessor il y a 1 semaine
bootstrap 50b04e65b8 fix redirect for webview il y a 2 semaines
config 0f28b19899 Orders import il y a 3 mois
database 9765192f25 Notifications il y a 1 semaine
docker a1c5c86e07 fixes, and db for tests il y a 1 mois
docs 39881994b6 tests for jobs, settings for tests, agents and mcp il y a 2 semaines
lang 4859a8047f fix mobile il y a 2 semaines
public 739c18e803 added new images il y a 2 semaines
resources a176b15829 fix step il y a 1 semaine
routes dcddbae93f allow manager remove files, fix input.blade.php il y a 1 semaine
storage 55e949511d upd gitignore il y a 1 an
tech-docs 8046cfe69b added tech-docs il y a 10 mois
templates a58a3fd441 feat(maf): add bulk stock status update and role-based export il y a 1 semaine
tests a58a3fd441 feat(maf): add bulk stock status update and role-based export il y a 1 semaine
.ai-factory.json 39881994b6 tests for jobs, settings for tests, agents and mcp il y a 2 semaines
.env.example 1d67ca8b0f default mail settings in env il y a 1 semaine
.env.testing 39881994b6 tests for jobs, settings for tests, agents and mcp il y a 2 semaines
.gitattributes 7a26cd566d initial commit il y a 1 an
.gitignore 39881994b6 tests for jobs, settings for tests, agents and mcp il y a 2 semaines
.mcp.json 39881994b6 tests for jobs, settings for tests, agents and mcp il y a 2 semaines
AGENTS.md 39881994b6 tests for jobs, settings for tests, agents and mcp il y a 2 semaines
CLAUDE.md ee7b0d26bf - fix imports in old year il y a 1 mois
Dockerfile 8c1d2de109 added Schedule export to excel and pdf il y a 5 mois
Makefile e018ea2869 force migrate and seed il y a 1 semaine
README.md 6ac3b99f38 test il y a 11 mois
SPARE_PARTS_ENHANCEMENTS.md cd1dec2c7a Добавлены улучшения модуля запчастей: фильтры, справочник расценок, автозаполнение il y a 1 mois
SPARE_PARTS_MODULE.md 7014bb8066 fix filters il y a 3 semaines
artisan 7a26cd566d initial commit il y a 1 an
bpmn.drawio 3bd72bb325 added quantity of added products to order il y a 11 mois
composer.json 7267e200f1 - year export-import il y a 1 mois
composer.lock ff64eaab9c test fcm notifications il y a 5 mois
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose il y a 1 an
docker-compose.yml a1c5c86e07 fixes, and db for tests il y a 1 mois
package-lock.json ee7b0d26bf - fix imports in old year il y a 1 mois
package.json 6215487a41 added upload and remove photos il y a 10 mois
phpunit.xml 5c90c21962 auth tests il y a 2 semaines
postcss.config.js 7a26cd566d initial commit il y a 1 an
tailwind.config.js 7a26cd566d initial commit il y a 1 an
todo.md 30f9cec623 added firebase packages il y a 5 mois
vite.config.js 345bb6792a Changed ports il y a 1 an

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