CRM Stroyprofit

Alexander Musikhin a7c4f01776 Added search text highlight 11 kuukautta sitten
app a7c4f01776 Added search text highlight 11 kuukautta sitten
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel 1 vuosi sitten
config 9c0eebb170 Added simple websocket 1 vuosi sitten
database 820c053e69 Notes, clients, fixes etc 1 vuosi sitten
docker 69bc9853f4 Import product catalog from xls file 1 vuosi sitten
public 7a26cd566d initial commit 1 vuosi sitten
resources a7c4f01776 Added search text highlight 11 kuukautta sitten
routes dead0c290a Import product catalog from xls file 1 vuosi sitten
storage 55e949511d upd gitignore 1 vuosi sitten
templates c1e26b3620 Begin export 1 vuosi sitten
tests 7a26cd566d initial commit 1 vuosi sitten
.env.example 4e39f7a88a env example modified 1 vuosi sitten
.gitattributes 7a26cd566d initial commit 1 vuosi sitten
.gitignore 55e949511d upd gitignore 1 vuosi sitten
Dockerfile ab17f703fa Added redis, websocket containers 1 vuosi sitten
Makefile 5fbc679983 Added ext port for redis in debug mode 1 vuosi sitten
README.md 75461c66ee Added readme, todo 1 vuosi sitten
artisan 7a26cd566d initial commit 1 vuosi sitten
composer.json dead0c290a Import product catalog from xls file 1 vuosi sitten
composer.lock dead0c290a Import product catalog from xls file 1 vuosi sitten
docker-compose.debug.yml 9c0eebb170 Added simple websocket 1 vuosi sitten
docker-compose.yml 17a9e30da6 Fix autostart redis container 11 kuukautta sitten
package-lock.json 820c053e69 Notes, clients, fixes etc 1 vuosi sitten
package.json 820c053e69 Notes, clients, fixes etc 1 vuosi sitten
phpunit.xml 7a26cd566d initial commit 1 vuosi sitten
postcss.config.js 7a26cd566d initial commit 1 vuosi sitten
tailwind.config.js 7a26cd566d initial commit 1 vuosi sitten
todo.md e3d6886008 Added filters for table 11 kuukautta sitten
vite.config.js 345bb6792a Changed ports 1 vuosi sitten

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