This commit is contained in:
@@ -33,10 +33,32 @@ todo: Evaluate UI
|
|||||||
if(DB empty)
|
if(DB empty)
|
||||||
Generate sample data
|
Generate sample data
|
||||||
choose size etc
|
choose size etc
|
||||||
Trigger license fetch (in case just purchased)
|
=============
|
||||||
IMPORT
|
Can I try AyaNova out before purchasing?
|
||||||
No v7 shit in here at all, drive that from the other end via the plugin
|
|
||||||
it will pass in time then look crappy if it's in raven
|
Yes, all features and options including support are freely available for you to try for 45 days!
|
||||||
|
|
||||||
|
To save yourself time, we recommend evaluating in this order:
|
||||||
|
|
||||||
|
Quickly get a feel for the features and determine if AyaNova looks like it might be a match for your organization by installing AyaNova in single user mode first on one computer
|
||||||
|
|
||||||
|
Download the AyaNova setup file
|
||||||
|
Install taking the defaults for stand-alone use on a computer (step by step outlined in our online Help documentation)
|
||||||
|
Follow along with our online Help tutorials that provide step-by-step instructions along with screenshots
|
||||||
|
Review feature details, screenshots and suggested use as outlined in our online Help documentation while trialing
|
||||||
|
Contact us with any questions
|
||||||
|
|
||||||
|
If AyaNova looks like it might work for your organization:
|
||||||
|
|
||||||
|
Install AyaNova how you would use it in production. If multi-user access is needed, network your AyaNova
|
||||||
|
Evaluate any options you and your company will find additionally helpful
|
||||||
|
Check out answers to common technical and configuration questions and answers to common purchasing and licensing questions
|
||||||
|
Contact us with any questions
|
||||||
|
Securely and quickly purchase online
|
||||||
|
There will be no need to download or reinstall anything after purchasing, simply unlock your existing trial
|
||||||
|
===============
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -67,10 +67,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div></template
|
</div></template
|
||||||
>
|
>
|
||||||
<template v-if="showLicenseUi() == 'revoked'">
|
|
||||||
<!-- Revoked license UI -->
|
|
||||||
Revoked license ui</template
|
|
||||||
>
|
|
||||||
<template
|
<template
|
||||||
v-if="
|
v-if="
|
||||||
showLicenseUi() == 'needcantrial' ||
|
showLicenseUi() == 'needcantrial' ||
|
||||||
|
|||||||
@@ -5,65 +5,7 @@
|
|||||||
<v-row>
|
<v-row>
|
||||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-stepper v-model="currentStep" vertical>
|
|
||||||
<v-stepper-step :complete="currentStep > 1" step="1">
|
|
||||||
{{ $ay.t("Welcome") }}
|
|
||||||
<!-- <small>Summarize if needed</small> -->
|
|
||||||
</v-stepper-step>
|
|
||||||
|
|
||||||
<v-stepper-content step="1">
|
|
||||||
<v-card class="mb-12"></v-card>
|
|
||||||
<v-btn color="primary" @click="currentStep = 2">{{
|
|
||||||
$ay.t("Continue")
|
|
||||||
}}</v-btn>
|
|
||||||
<v-btn text>{{ $ay.t("Cancel") }}</v-btn>
|
|
||||||
</v-stepper-content>
|
|
||||||
|
|
||||||
<v-stepper-step :complete="currentStep > 2" step="2"
|
|
||||||
>Second step</v-stepper-step
|
|
||||||
>
|
|
||||||
|
|
||||||
<v-stepper-content step="2">
|
|
||||||
<v-card
|
|
||||||
color="grey lighten-1"
|
|
||||||
class="mb-12"
|
|
||||||
height="200px"
|
|
||||||
></v-card>
|
|
||||||
<v-btn color="primary" @click="currentStep = 3">{{
|
|
||||||
$ay.t("Continue")
|
|
||||||
}}</v-btn>
|
|
||||||
<v-btn text>{{ $ay.t("Cancel") }}</v-btn>
|
|
||||||
</v-stepper-content>
|
|
||||||
|
|
||||||
<v-stepper-step :complete="currentStep > 3" step="3"
|
|
||||||
>Third step</v-stepper-step
|
|
||||||
>
|
|
||||||
|
|
||||||
<v-stepper-content step="3">
|
|
||||||
<v-card
|
|
||||||
color="grey lighten-1"
|
|
||||||
class="mb-12"
|
|
||||||
height="200px"
|
|
||||||
></v-card>
|
|
||||||
<v-btn color="primary" @click="currentStep = 4">{{
|
|
||||||
$ay.t("Continue")
|
|
||||||
}}</v-btn>
|
|
||||||
<v-btn text>{{ $ay.t("Cancel") }}</v-btn>
|
|
||||||
</v-stepper-content>
|
|
||||||
|
|
||||||
<v-stepper-step step="4">Fourth step</v-stepper-step>
|
|
||||||
<v-stepper-content step="4">
|
|
||||||
<v-card
|
|
||||||
color="grey lighten-1"
|
|
||||||
class="mb-12"
|
|
||||||
height="200px"
|
|
||||||
></v-card>
|
|
||||||
<v-btn color="primary" @click="currentStep = 1">{{
|
|
||||||
$ay.t("Cancel")
|
|
||||||
}}</v-btn>
|
|
||||||
<v-btn text>{{ $ay.t("Cancel") }}</v-btn>
|
|
||||||
</v-stepper-content>
|
|
||||||
</v-stepper>
|
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-form>
|
</v-form>
|
||||||
|
|||||||
Reference in New Issue
Block a user