CRM Stroyprofit

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

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