CRM Stroyprofit

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

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