CRM Stroyprofit

Alexander Musikhin 5fbc679983 Added ext port for redis in debug mode 11 ay önce
app 820c053e69 Notes, clients, fixes etc 11 ay önce
bootstrap 03bcf129b1 Users and roles 1 yıl önce
config 7a26cd566d initial commit 1 yıl önce
database 820c053e69 Notes, clients, fixes etc 11 ay önce
docker 3092429054 Changed debug mode 1 yıl önce
public 7a26cd566d initial commit 1 yıl önce
resources 820c053e69 Notes, clients, fixes etc 11 ay önce
routes 820c053e69 Notes, clients, fixes etc 11 ay önce
storage 55e949511d upd gitignore 11 ay önce
tests 7a26cd566d initial commit 1 yıl önce
.env.example 4e39f7a88a env example modified 1 yıl önce
.gitattributes 7a26cd566d initial commit 1 yıl önce
.gitignore 55e949511d upd gitignore 11 ay önce
Dockerfile ab17f703fa Added redis, websocket containers 1 yıl önce
Makefile 5fbc679983 Added ext port for redis in debug mode 11 ay önce
README.md 75461c66ee Added readme, todo 1 yıl önce
artisan 7a26cd566d initial commit 1 yıl önce
composer.json 8d867491ef Added predis 11 ay önce
composer.lock 8d867491ef Added predis 11 ay önce
docker-compose.debug.yml 5fbc679983 Added ext port for redis in debug mode 11 ay önce
docker-compose.yml 79baf90ce6 Modified devops 11 ay önce
package-lock.json 820c053e69 Notes, clients, fixes etc 11 ay önce
package.json 820c053e69 Notes, clients, fixes etc 11 ay önce
phpunit.xml 7a26cd566d initial commit 1 yıl önce
postcss.config.js 7a26cd566d initial commit 1 yıl önce
tailwind.config.js 7a26cd566d initial commit 1 yıl önce
todo.md 03bcf129b1 Users and roles 1 yıl ö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