Rename advanced planning page and set default vehicle location
Update sidebar navigation and page title from "Pianificazione Avanzata" to "Gestione Pianificazioni". Add a default 'roccapiemonte' location to the vehicle model in client/src/pages/vehicles.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 42d8028a-fa71-4ec2-938c-e43eedf7df01 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/6d543d2c-20b9-4ea6-93fe-70fe9b1d9f80/42d8028a-fa71-4ec2-938c-e43eedf7df01/kxc8yZp
This commit is contained in:
parent
dd468716d9
commit
2b53650f1b
@ -50,7 +50,7 @@ const menuItems = [
|
||||
roles: ["admin", "coordinator"],
|
||||
},
|
||||
{
|
||||
title: "Pianificazione Avanzata",
|
||||
title: "Gestione Pianificazioni",
|
||||
url: "/advanced-planning",
|
||||
icon: ClipboardList,
|
||||
roles: ["admin", "coordinator"],
|
||||
|
||||
@ -35,7 +35,7 @@ export default function PlanningPage() {
|
||||
<div className="flex flex-col gap-6 p-8">
|
||||
<div className="flex items-center justify-between">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight">Pianificazione Avanzata</h1>
|
||||
<h1 className="text-3xl font-bold tracking-tight">Gestione Pianificazioni</h1>
|
||||
<p className="text-muted-foreground mt-1">
|
||||
Gestisci formazione, assenze e festività per ottimizzare la pianificazione turni
|
||||
</p>
|
||||
|
||||
@ -130,6 +130,7 @@ export default function Vehicles() {
|
||||
brand: "",
|
||||
model: "",
|
||||
vehicleType: "car",
|
||||
location: "roccapiemonte",
|
||||
year: undefined,
|
||||
assignedGuardId: null,
|
||||
status: "available",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user