This commit is contained in:
2022-02-17 22:44:57 +00:00
parent 1675e82a1c
commit 9bf9127b2b
5 changed files with 9 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ export default {
role.Sales, role.Sales,
role.SalesRestricted role.SalesRestricted
], ],
title: "Widgets by User type", title: "TEST Bar chart widget",
type: "GzDashTestBarWidgetCountByUserType" type: "GzDashTestBarWidgetCountByUserType"
}, },
{ {
@@ -32,7 +32,7 @@ export default {
role.Sales, role.Sales,
role.SalesRestricted role.SalesRestricted
], ],
title: "Widget monthly total", title: "TEST Line chart widget",
type: "GzDashTestLineWidgetMonthlyTotalPrice" type: "GzDashTestLineWidgetMonthlyTotalPrice"
}, },
{ {
@@ -43,7 +43,7 @@ export default {
role.Sales, role.Sales,
role.SalesRestricted role.SalesRestricted
], ],
title: "WO calendar", title: "TEST calendar widget",
type: "GzDashTestDayCalendarWidget" type: "GzDashTestDayCalendarWidget"
} }
], ],

View File

@@ -1,7 +1,7 @@
<template> <template>
<gz-dash <gz-dash
icon="$ayiUser" icon="$ayiUser"
:add-url="'widgets/0'" :add-url="'cust-customers/0'"
:update-frequency="58000" :update-frequency="58000"
:count="23" :count="23"
v-bind="$attrs" v-bind="$attrs"

View File

@@ -1,7 +1,7 @@
<template> <template>
<gz-dash <gz-dash
icon="$ayiTools" icon="$ayiTools"
:add-url="'widgets/0'" :add-url="'svc-workorders/0'"
:update-frequency="0" :update-frequency="0"
v-bind="$attrs" v-bind="$attrs"
@dash-refresh="loadData" @dash-refresh="loadData"

View File

@@ -1,7 +1,7 @@
<template> <template>
<gz-dash <gz-dash
icon="$ayiSplotch" icon="$ayiSplotch"
:add-url="'widgets/0'" :add-url="'cust-customers/0'"
:update-frequency="32000" :update-frequency="32000"
v-bind="$attrs" v-bind="$attrs"
@dash-refresh="loadData" @dash-refresh="loadData"

View File

@@ -1,6 +1,9 @@
<template> <template>
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error> <gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12">
<h2>UNDER CONSTRUCTION / NOT IMPLEMENTED YET</h2>
</v-col>
<v-col v-if="showSelector" cols="12"> <v-col v-if="showSelector" cols="12">
<v-dialog <v-dialog
v-model="showSelector" v-model="showSelector"