updated calendar to be tabular, moved bid schedule there, started client view refactoring
This commit is contained in:
parent
c5c5ffb0fb
commit
440381265c
18 changed files with 2283 additions and 2159 deletions
|
|
@ -84,7 +84,7 @@ const createButtons = ref([
|
|||
{
|
||||
label: "Bid",
|
||||
command: () => {
|
||||
router.push("/schedule-bid?new=true");
|
||||
router.push("/calendar?tab=bids&new=true");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -132,7 +132,7 @@ const categories = ref([
|
|||
icon: Community,
|
||||
buttons: clientButtons,
|
||||
},
|
||||
{ name: "Bids", icon: Neighbourhood, url: "/schedule-bid" },
|
||||
// { 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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue