CRM Stroyprofit

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

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