CRM Stroyprofit

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

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