This commit is contained in:
@@ -69,11 +69,8 @@
|
||||
@click:more="viewDay"
|
||||
@click:date="viewDay"
|
||||
@change="fetchEvents"
|
||||
:event-more-text="$ay.t('More')"
|
||||
>
|
||||
<!-- :first-time="firstTime"
|
||||
interval-minutes="15"
|
||||
interval-count="96"
|
||||
interval-height="20" -->
|
||||
<template v-slot:event="{ event, eventSummary }">
|
||||
<v-icon small :color="event.textColor" class="mr-1">{{
|
||||
iconForEvent(event.type)
|
||||
@@ -88,19 +85,12 @@
|
||||
:activator="selectedElement"
|
||||
offset-x
|
||||
>
|
||||
<v-card color="grey lighten-4" min-width="350px" flat>
|
||||
<v-card color="grey lighten-4" min-width="360px" flat>
|
||||
<v-toolbar>
|
||||
<v-btn icon @click="openScheduledItem()">
|
||||
<v-icon>{{ iconForSelectedEvent() }}</v-icon>
|
||||
</v-btn>
|
||||
<v-toolbar-title>{{ selectedEvent.name }}</v-toolbar-title>
|
||||
<v-spacer></v-spacer>
|
||||
<!-- <v-btn icon>
|
||||
<v-icon>$ayiBell</v-icon>
|
||||
</v-btn>
|
||||
<v-btn icon>
|
||||
<v-icon>$ayiBoxes</v-icon>
|
||||
</v-btn> -->
|
||||
</v-toolbar>
|
||||
<v-card-text>
|
||||
<!--woitemscheduleduser -->
|
||||
@@ -261,25 +251,7 @@ SETTINGS:
|
||||
|
||||
|
||||
MORE INFO DISPLAY
|
||||
Summary info to display for woitem when open dialog (MUST check at server if restricted tech and not send / show some if not all of this)
|
||||
No controls to change the time / date for now
|
||||
customer
|
||||
woaddress
|
||||
wosummary
|
||||
wostatus
|
||||
woitemsummary
|
||||
woitemstatus
|
||||
woitempriority
|
||||
tech
|
||||
estimated qty
|
||||
rate
|
||||
tags
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
event-more-text string to display instead of "more..." needs to be localized
|
||||
|
||||
Reference in New Issue
Block a user