feat(work-orders): dashboard becomes single hub — list/create/edit funnel through it
- WO list row click now opens /work-orders/{id}/dashboard instead of
/edit (via ->recordUrl on the table). Edit remains reachable from
the per-row Filament EditAction.
- CreateWorkOrder redirects to the dashboard after save instead of
the edit page.
- Dashboard top bar exposes: "Listă" (back to WO list), "+ Nou"
(create), and "Editare completă" (full edit form) so users don't
have to hop through the sidebar to move between related WO screens.
The old /work-orders, /create, and /{id}/edit routes stay intact —
just the default navigation flow now converges on the dashboard.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -747,6 +747,7 @@
|
||||
"Echipament defect": "Неисправное оборудование",
|
||||
"Edit": "Изменить",
|
||||
"Editare": "Изменить",
|
||||
"Editare completă": "Полное редактирование",
|
||||
"Editează": "Изменить",
|
||||
"Editează client": "Изменить клиента",
|
||||
"Editează cod echivalent": "Изменить эквивалентный код",
|
||||
@@ -871,6 +872,7 @@
|
||||
"Fișă de lucru": "Заказ-наряд",
|
||||
"Fișă lucru": "Заказ-наряд",
|
||||
"Fișă lucru (opțional)": "Заказ-наряд (опц.)",
|
||||
"Fișă nouă": "Новый заказ-наряд",
|
||||
"Fișă închisă": "Наряд закрыт",
|
||||
"Folie PPF": "Плёнка PPF",
|
||||
"Folosește AI Assistant": "Использовать AI Assistant",
|
||||
@@ -2037,6 +2039,7 @@
|
||||
"Toate comenzile": "Все заказы",
|
||||
"Toate companiile": "Все компании",
|
||||
"Toate câmpurile": "Все поля",
|
||||
"Toate fișele": "Все заказ-наряды",
|
||||
"Toate limbile": "Все языки",
|
||||
"Toate ok": "Всё в порядке",
|
||||
"Toate piesele sunt în stoc.": "Все запчасти в наличии.",
|
||||
|
||||
Reference in New Issue
Block a user