Refactored onsite meeting to bids all over the codebase.

This commit is contained in:
rocketdebris 2025-12-10 10:25:37 -05:00
parent 6e2535763f
commit 080d9ff1b4
6 changed files with 48 additions and 49 deletions

View file

@ -54,9 +54,9 @@ const createButtons = ref([
},
},
{
label: "On-Site Meeting",
label: "Bid",
command: () => {
router.push("/schedule-onsite?new=true");
router.push("/schedule-bid?new=true");
},
},
{
@ -102,10 +102,9 @@ const categories = ref([
{
name: "Clients",
icon: Community,
//url: "/clients"
buttons: clientButtons,
},
{ name: "Bids", icon: Neighbourhood, url: "/schedule-onsite" },
{ name: "Bids", icon: Neighbourhood, url: "/schedule-bid" },
{ name: "Estimates", icon: Calculator, url: "/estimates" },
{ name: "Jobs", icon: Hammer, url: "/jobs" },
{ name: "Payments/Invoices", icon: ReceiveDollars, url: "/invoices" },