CRM Stroyprofit

Alexander Musikhin 54c0d23b0e pagination, remove orders, short maf list in order list hace 7 meses
app 54c0d23b0e pagination, remove orders, short maf list in order list hace 7 meses
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel hace 11 meses
config 54c0d23b0e pagination, remove orders, short maf list in order list hace 7 meses
database 6dca0fa1e2 refactored maf-order-sku relation. hace 7 meses
docker d234420088 Websocket via webserver container hace 10 meses
public cb31d28ddd Added favicon hace 8 meses
resources 54c0d23b0e pagination, remove orders, short maf list in order list hace 7 meses
routes 54c0d23b0e pagination, remove orders, short maf list in order list hace 7 meses
storage 55e949511d upd gitignore hace 11 meses
templates a26dba02c1 Updated export template hace 7 meses
tests 7a26cd566d initial commit hace 11 meses
.env.example 54c0d23b0e pagination, remove orders, short maf list in order list hace 7 meses
.gitattributes 7a26cd566d initial commit hace 11 meses
.gitignore 55e949511d upd gitignore hace 11 meses
Dockerfile 69078a7950 modified for mac hace 8 meses
Makefile 5fbc679983 Added ext port for redis in debug mode hace 11 meses
README.md 6ac3b99f38 test hace 7 meses
artisan 7a26cd566d initial commit hace 11 meses
bpmn.drawio 3bd72bb325 added quantity of added products to order hace 8 meses
composer.json dead0c290a Import product catalog from xls file hace 11 meses
composer.lock dead0c290a Import product catalog from xls file hace 11 meses
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose hace 9 meses
docker-compose.yml 03f708f7fe docker compose edited hace 8 meses
package-lock.json 69078a7950 modified for mac hace 8 meses
package.json 69078a7950 modified for mac hace 8 meses
phpunit.xml 7a26cd566d initial commit hace 11 meses
postcss.config.js 7a26cd566d initial commit hace 11 meses
tailwind.config.js 7a26cd566d initial commit hace 11 meses
todo.md 54c0d23b0e pagination, remove orders, short maf list in order list hace 7 meses
vite.config.js 345bb6792a Changed ports hace 11 meses

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