9830dd9a6f19237b74a71859a5796e56b9c2437d
Right column now shows: - Timeline card: synthesised events from WO lifecycle fields (created, opened, approved, closed) + payments + activity_log entries (spatie/ activitylog). Sorted newest first, scrollable. - Chat client card: outbound notifications history (ClientNotificationLog) + inline send form. Prefers Telegram if client has telegram_chat_id, else falls back to SMS/WhatsApp. Logged either way for UI history. New bottom action bar (fixed, above footer): - Previous / Next WO links (adjacent by id) with number preview - Repeat order: pre-fills create form with same client/vehicle - Close order (danger button): sets status='done' + closed_at=now, with wire:confirm guard. Hidden when already closed. +14 translations. Fixed ready_at reference (not in schema, removed). All 306 tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
AutoCRM
SaaS CRM multi-tenant pentru autoservice și magazin piese auto.
Stack
- Laravel 12 + Filament 5
- Octane (FrankenPHP runtime)
- MariaDB 11.4
- Redis 7
- Stancl/Tenancy v3 (single-DB multi-tenant)
Domenii
service.mir.md— panou central super-admin<slug>.service.mir.md— instanță tenant
Documentație
Vezi /root/service/docs/00-index.md în repo-ul părinte (separat de cod) pentru:
- Arhitectură + decizii
- Setup multi-tenant (3 niveluri izolare)
- Toate cele 31 module preluate din prototip
- Operațiuni (deploy / backup / add-tenant / troubleshoot)
Dev local
cp .env.example .env
composer install
npm install
php artisan key:generate
php artisan migrate
npm run build
php artisan octane:start --server=frankenphp
Deploy
Push pe main → Coolify auto-deploy.
License
Proprietary. © 2026.
Description
Languages
PHP
78%
Blade
21.7%
Dockerfile
0.2%