CRM Stroyprofit

Alexander Musikhin 0fdfbc89b2 Added orders table, refactored getFilters to helper, create new order 9 ماه پیش
app 0fdfbc89b2 Added orders table, refactored getFilters to helper, create new order 9 ماه پیش
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel 11 ماه پیش
config d234420088 Websocket via webserver container 10 ماه پیش
database 0fdfbc89b2 Added orders table, refactored getFilters to helper, create new order 9 ماه پیش
docker d234420088 Websocket via webserver container 10 ماه پیش
public 7a26cd566d initial commit 11 ماه پیش
resources 0fdfbc89b2 Added orders table, refactored getFilters to helper, create new order 9 ماه پیش
routes 973de21df3 Added orders pages 9 ماه پیش
storage 55e949511d upd gitignore 11 ماه پیش
templates 4f6afb972e Catalog export 10 ماه پیش
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 dead0c290a Import product catalog from xls file 11 ماه پیش
composer.lock dead0c290a Import product catalog from xls file 11 ماه پیش
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose 9 ماه پیش
docker-compose.yml 5f891e5ba6 Refactored docker compose 9 ماه پیش
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 973de21df3 Added orders pages 9 ماه پیش
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