CRM Stroyprofit

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

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