CRM Stroyprofit

Alexander Musikhin 5f891e5ba6 Refactored docker compose пре 10 месеци
app 637803c3a7 Fix filters and search on export пре 11 месеци
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel пре 1 година
config d234420088 Websocket via webserver container пре 11 месеци
database ed0345d676 Added comment to clients table пре 11 месеци
docker d234420088 Websocket via webserver container пре 11 месеци
public 7a26cd566d initial commit пре 1 година
resources 5baf558421 Added accepts filters and search on export пре 11 месеци
routes 4f6afb972e Catalog export пре 11 месеци
storage 55e949511d upd gitignore пре 1 година
templates 4f6afb972e Catalog export пре 11 месеци
tests 7a26cd566d initial commit пре 1 година
.env.example 4e39f7a88a env example modified пре 1 година
.gitattributes 7a26cd566d initial commit пре 1 година
.gitignore 55e949511d upd gitignore пре 1 година
Dockerfile ab17f703fa Added redis, websocket containers пре 1 година
Makefile 5fbc679983 Added ext port for redis in debug mode пре 1 година
README.md 75461c66ee Added readme, todo пре 1 година
artisan 7a26cd566d initial commit пре 1 година
composer.json dead0c290a Import product catalog from xls file пре 1 година
composer.lock dead0c290a Import product catalog from xls file пре 1 година
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose пре 10 месеци
docker-compose.yml 5f891e5ba6 Refactored docker compose пре 10 месеци
package-lock.json 820c053e69 Notes, clients, fixes etc пре 1 година
package.json 820c053e69 Notes, clients, fixes etc пре 1 година
phpunit.xml 7a26cd566d initial commit пре 1 година
postcss.config.js 7a26cd566d initial commit пре 1 година
tailwind.config.js 7a26cd566d initial commit пре 1 година
todo.md 4f6afb972e Catalog export пре 11 месеци
vite.config.js 345bb6792a Changed ports пре 1 година

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