CRM Stroyprofit

Alexander Musikhin 626cabe354 Updated import, export, products table (removed columns) hai 11 meses
app 626cabe354 Updated import, export, products table (removed columns) hai 11 meses
bootstrap b111dbb73f Added broadcasting via redis, event for message to actions channel hai 1 ano
config 62cb8ad723 ws addr added hai 11 meses
database 626cabe354 Updated import, export, products table (removed columns) hai 11 meses
docker d234420088 Websocket via webserver container hai 1 ano
public cb31d28ddd Added favicon hai 11 meses
resources f199115dab added order page hai 11 meses
routes f199115dab added order page hai 11 meses
storage 55e949511d upd gitignore hai 1 ano
templates 626cabe354 Updated import, export, products table (removed columns) hai 11 meses
tests 7a26cd566d initial commit hai 1 ano
.env.example 62cb8ad723 ws addr added hai 11 meses
.gitattributes 7a26cd566d initial commit hai 1 ano
.gitignore 55e949511d upd gitignore hai 1 ano
Dockerfile 69078a7950 modified for mac hai 11 meses
Makefile 5fbc679983 Added ext port for redis in debug mode hai 1 ano
README.md 6ac3b99f38 test hai 11 meses
artisan 7a26cd566d initial commit hai 1 ano
bpmn.drawio 3bd72bb325 added quantity of added products to order hai 11 meses
composer.json dead0c290a Import product catalog from xls file hai 1 ano
composer.lock dead0c290a Import product catalog from xls file hai 1 ano
docker-compose.debug.yml 5f891e5ba6 Refactored docker compose hai 1 ano
docker-compose.yml 03f708f7fe docker compose edited hai 11 meses
package-lock.json 69078a7950 modified for mac hai 11 meses
package.json 69078a7950 modified for mac hai 11 meses
phpunit.xml 7a26cd566d initial commit hai 1 ano
postcss.config.js 7a26cd566d initial commit hai 1 ano
tailwind.config.js 7a26cd566d initial commit hai 1 ano
todo.md 1b0b534a4d adding sku records hai 11 meses
vite.config.js 345bb6792a Changed ports hai 1 ano

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