CRM Stroyprofit

Alexander Musikhin bb231283a4 Added import catalog job, catalog methods and routes. added upload disk пре 11 месеци
app bb231283a4 Added import catalog job, catalog methods and routes. added upload disk пре 11 месеци
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel пре 11 месеци
config bb231283a4 Added import catalog job, catalog methods and routes. added upload disk пре 11 месеци
database 820c053e69 Notes, clients, fixes etc пре 11 месеци
docker 3092429054 Changed debug mode пре 11 месеци
public 7a26cd566d initial commit пре 11 месеци
resources bb231283a4 Added import catalog job, catalog methods and routes. added upload disk пре 11 месеци
routes bb231283a4 Added import catalog job, catalog methods and routes. added upload disk пре 11 месеци
storage 55e949511d upd gitignore пре 11 месеци
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 b111dbb73f Added broadcasting via redis, event for message to actions channel пре 11 месеци
composer.lock 8d867491ef Added predis пре 11 месеци
docker-compose.debug.yml 5fbc679983 Added ext port for redis in debug mode пре 11 месеци
docker-compose.yml 79baf90ce6 Modified devops пре 11 месеци
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 03bcf129b1 Users and roles пре 11 месеци
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