CRM Stroyprofit

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

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