CRM Stroyprofit

Alexander Musikhin 820c053e69 Notes, clients, fixes etc 11 luni în urmă
app 820c053e69 Notes, clients, fixes etc 11 luni în urmă
bootstrap 03bcf129b1 Users and roles 11 luni în urmă
config 7a26cd566d initial commit 11 luni în urmă
database 820c053e69 Notes, clients, fixes etc 11 luni în urmă
docker 3092429054 Changed debug mode 11 luni în urmă
public 7a26cd566d initial commit 11 luni în urmă
resources 820c053e69 Notes, clients, fixes etc 11 luni în urmă
routes 820c053e69 Notes, clients, fixes etc 11 luni în urmă
storage 7a26cd566d initial commit 11 luni în urmă
tests 7a26cd566d initial commit 11 luni în urmă
.env.example 4e39f7a88a env example modified 11 luni în urmă
.gitattributes 7a26cd566d initial commit 11 luni în urmă
.gitignore ae66548c90 Added user roles. Changed vite config for hot refresh, added 5173 port to webserver 11 luni în urmă
Dockerfile ab17f703fa Added redis, websocket containers 11 luni în urmă
Makefile 6395ece99f Fixed Makefile 11 luni în urmă
README.md 75461c66ee Added readme, todo 11 luni în urmă
artisan 7a26cd566d initial commit 11 luni în urmă
composer.json e117b42bdc Added laravel auth 11 luni în urmă
composer.lock e117b42bdc Added laravel auth 11 luni în urmă
docker-compose.debug.yml 3092429054 Changed debug mode 11 luni în urmă
docker-compose.yml 345bb6792a Changed ports 11 luni în urmă
package-lock.json 820c053e69 Notes, clients, fixes etc 11 luni în urmă
package.json 820c053e69 Notes, clients, fixes etc 11 luni în urmă
phpunit.xml 7a26cd566d initial commit 11 luni în urmă
postcss.config.js 7a26cd566d initial commit 11 luni în urmă
tailwind.config.js 7a26cd566d initial commit 11 luni în urmă
todo.md 03bcf129b1 Users and roles 11 luni în urmă
vite.config.js 345bb6792a Changed ports 11 luni în urmă

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