This commit is contained in:
@@ -33,10 +33,32 @@ todo: Evaluate UI
|
||||
if(DB empty)
|
||||
Generate sample data
|
||||
choose size etc
|
||||
Trigger license fetch (in case just purchased)
|
||||
IMPORT
|
||||
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
|
||||
=============
|
||||
Can I try AyaNova out before purchasing?
|
||||
|
||||
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></template
|
||||
>
|
||||
<template v-if="showLicenseUi() == 'revoked'">
|
||||
<!-- Revoked license UI -->
|
||||
Revoked license ui</template
|
||||
>
|
||||
<template
|
||||
v-if="
|
||||
showLicenseUi() == 'needcantrial' ||
|
||||
|
||||
@@ -5,65 +5,7 @@
|
||||
<v-row>
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<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-row>
|
||||
</v-form>
|
||||
|
||||
Reference in New Issue
Block a user