This commit is contained in:
672
r/pricing.htm
672
r/pricing.htm
@@ -1,418 +1,288 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<title>AyaNova Pricing</title>
|
|
||||||
|
|
||||||
<link
|
<head>
|
||||||
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
|
<meta charset="utf-8" />
|
||||||
rel="stylesheet"
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
|
<title>AyaNova Pricing</title>
|
||||||
crossorigin="anonymous"
|
|
||||||
/>
|
|
||||||
<link href="/r/css/site.css" rel="stylesheet" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<nav class="navbar navbar-expand-lg fs-5">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand" href="/index.htm">
|
|
||||||
<img
|
|
||||||
src="/r/image/logo.svg"
|
|
||||||
alt=""
|
|
||||||
width="48"
|
|
||||||
height="48"
|
|
||||||
class="d-inline-block align-text-top"
|
|
||||||
/>
|
|
||||||
<span class="fs-4">AyaNova</span>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<button
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
class="navbar-toggler"
|
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous" />
|
||||||
type="button"
|
<link href="/r/css/site.css" rel="stylesheet" />
|
||||||
data-bs-toggle="collapse"
|
</head>
|
||||||
data-bs-target="#navbarSupportedContent"
|
|
||||||
aria-controls="navbarSupportedContent"
|
|
||||||
aria-expanded="false"
|
|
||||||
aria-label="Toggle navigation"
|
|
||||||
>
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div
|
|
||||||
class="collapse navbar-collapse"
|
|
||||||
id="navbarSupportedContent"
|
|
||||||
>
|
|
||||||
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
|
|
||||||
<li class="nav-item dropdown">
|
|
||||||
<a
|
|
||||||
class="nav-link dropdown-toggle"
|
|
||||||
href="#"
|
|
||||||
role="button"
|
|
||||||
data-bs-toggle="dropdown"
|
|
||||||
aria-expanded="false"
|
|
||||||
>
|
|
||||||
Features
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="dropdown-item"
|
|
||||||
href="/index.htm#service"
|
|
||||||
>Service</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="dropdown-item"
|
|
||||||
href="/index.htm#inventory"
|
|
||||||
>Inventory</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<body>
|
||||||
<a
|
<div class="container">
|
||||||
class="dropdown-item"
|
<nav class="navbar navbar-expand-lg fs-5">
|
||||||
href="/index.htm#dashboard"
|
<div class="container-fluid">
|
||||||
>Dashboard</a
|
<a class="navbar-brand" href="/index.htm">
|
||||||
>
|
<img src="/r/image/logo.svg" alt="" width="48" height="48" class="d-inline-block align-text-top" />
|
||||||
</li>
|
<span class="fs-4">AyaNova</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
<li>
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
|
||||||
<a
|
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
|
||||||
class="dropdown-item"
|
aria-expanded="false" aria-label="Toggle navigation">
|
||||||
href="/index.htm#notifications"
|
<span class="navbar-toggler-icon"></span>
|
||||||
>Notifications</a
|
</button>
|
||||||
>
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||||
</li>
|
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
|
||||||
|
<li class="nav-item dropdown">
|
||||||
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
|
||||||
|
aria-expanded="false">
|
||||||
|
Features
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li>
|
||||||
|
<a class="dropdown-item" href="/index.htm#service">Service</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="dropdown-item" href="/index.htm#inventory">Inventory</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a class="dropdown-item" href="/index.htm#dashboard">Dashboard</a>
|
||||||
class="dropdown-item"
|
</li>
|
||||||
href="/index.htm#customizable"
|
|
||||||
>Customizable</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a class="dropdown-item" href="/index.htm#notifications">Notifications</a>
|
||||||
class="dropdown-item"
|
</li>
|
||||||
href="/index.htm#integration"
|
|
||||||
>Accounting integration</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link active" href="/r/pricing.htm"
|
|
||||||
>Pricing</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a
|
|
||||||
class="nav-link"
|
|
||||||
href="https://ayanova.com/docs/ay-evaluate/"
|
|
||||||
>Try AyaNova now</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
<li>
|
||||||
<a
|
<a class="dropdown-item" href="/index.htm#customizable">Customizable</a>
|
||||||
class="nav-link dropdown-toggle"
|
</li>
|
||||||
href="#"
|
|
||||||
role="button"
|
|
||||||
data-bs-toggle="dropdown"
|
|
||||||
aria-expanded="false"
|
|
||||||
>
|
|
||||||
Resources
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="dropdown-item"
|
|
||||||
href="https://ayanova.com/docs"
|
|
||||||
>AyaNova manual</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a class="dropdown-item" href="/index.htm#integration">Accounting integration</a>
|
||||||
class="dropdown-item"
|
</li>
|
||||||
href="https://contact.ayanova.com/contact"
|
</ul>
|
||||||
>Contact & Support</a
|
</li>
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="dropdown-item"
|
|
||||||
href="https://ayanova.com/docs/changelog/"
|
|
||||||
>Release notes</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="dropdown-item"
|
|
||||||
href="/v7index.htm"
|
|
||||||
>AyaNova 7 content</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
class="dropdown-item"
|
|
||||||
href="/r/about.htm"
|
|
||||||
>About us</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<main class="container py-5">
|
|
||||||
<header>
|
|
||||||
<div class="half-width-header p-3 pb-md-4 mx-auto text-center">
|
|
||||||
<h1 class="display-4 fw-normal">Pricing</h1>
|
|
||||||
|
|
||||||
<h5 class="mt-3">
|
|
||||||
AyaNova is available as a
|
|
||||||
<a href="#subscription">subscription service</a> hosted
|
|
||||||
by us or a
|
|
||||||
<a href="#perpetual"> software package</a> you install
|
|
||||||
on premise.
|
|
||||||
</h5>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<h2 class="mt-4" id="subscription">AyaNova subscription service</h2>
|
|
||||||
<section class="ps-4">
|
|
||||||
<h5>Benefits of AyaNova as a hosted service</h5>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
we securely host AyaNova online, nothing to install just
|
|
||||||
login and start working
|
|
||||||
</li>
|
|
||||||
<li>pay as you go month to month or yearly</li>
|
|
||||||
<li>low up front cost, as little as $24/month</li>
|
|
||||||
<li>
|
|
||||||
no need for costly I.T. staff, hardware or networking
|
|
||||||
expertise
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
easily enable the optional Customer login and
|
|
||||||
self-service features of AyaNova
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
departmental budget friendly; no lengthy capital
|
|
||||||
expenditure approval required
|
|
||||||
</li>
|
|
||||||
<li>always the latest version</li>
|
|
||||||
<li>
|
|
||||||
stay in business even if your office is impacted by fire
|
|
||||||
or other disaster
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
data backup is compatible with the AyaNova on premise
|
|
||||||
self installed software package if you wish to move
|
|
||||||
AyaNova out of the cloud down the road
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
hosted in the data center of your choice: San Francisco,
|
|
||||||
New York, Toronto, Amsterdam, London, Frankfurt,
|
|
||||||
Singapore, Sydney or Bangalore
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
20GB total storage space included, alternative file and
|
|
||||||
attachment storage available for heavy file attachment
|
|
||||||
scenarios at $2/month for each 10GB
|
|
||||||
<a href="https://contact.ayanova.com/contact"
|
|
||||||
>contact us</a
|
|
||||||
>
|
|
||||||
for details and options.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
250
|
|
||||||
<a href="/index.htm#customer-portal"
|
|
||||||
>Customer login Users</a
|
|
||||||
>
|
|
||||||
included, more available (Note these are Customer self
|
|
||||||
service login accounts not the number of customers you
|
|
||||||
can enter in AyaNova which is not limited)
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="ps-4">
|
|
||||||
<h5>Subscription pricing</h5>
|
|
||||||
<p>
|
|
||||||
All pricing in US dollars, taxes if applicable are extra.
|
|
||||||
Use the "Add to cart" buttons to purchase. Please review our
|
|
||||||
<a
|
|
||||||
href="https://ayanova.com/docs/ayanova-subscription-service-agreement/"
|
|
||||||
>Service agreement</a
|
|
||||||
>
|
|
||||||
before purchase.
|
|
||||||
</p>
|
|
||||||
<h5><strong>Monthly</strong></h5>
|
|
||||||
<ul id="pricing-subscription-monthly">
|
|
||||||
<li>
|
|
||||||
$12/month per User (minimum 2)
|
|
||||||
<a
|
|
||||||
class="btn btn-primary btn-sm"
|
|
||||||
href="https://order.mycommerce.com/cart/add?vendorid=14466&PRODUCT%5B301028467%5D=1&backlink=https%3A%2F%2Fayanova.com%2Fr%2Fpricing.htm%23pricing-subscription-monthly&cartcoupon=1"
|
|
||||||
>Add to Cart</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Additional 250
|
|
||||||
<a href="/index.htm#customer-portal"
|
|
||||||
>Customer login Users</a
|
|
||||||
>
|
|
||||||
for $12/month (250 are included)
|
|
||||||
<a
|
|
||||||
class="btn btn-primary btn-sm"
|
|
||||||
href="https://order.mycommerce.com/cart/add?vendorid=14466&PRODUCT%5B301033167%5D=1&backlink=https%3A%2F%2Fayanova.com%2Fr%2Fpricing.htm%23pricing-subscription-monthly&cartcoupon=1"
|
|
||||||
>Add to Cart</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<!-- <h5><strong>Yearly</strong></h5>
|
|
||||||
<ul id="pricing-subscription-yearly">
|
|
||||||
<li>
|
|
||||||
$144/year per User (minimum 2)
|
|
||||||
<a
|
|
||||||
class="btn btn-primary btn-sm"
|
|
||||||
href="https://order.mycommerce.com/cart/add?vendorid=14466&PRODUCT%5B301028468%5D=1&backlink=https%3A%2F%2Fayanova.com%2Fr%2Fpricing.htm%23pricing-subscription-yearly&cartcoupon=1"
|
|
||||||
>Add to Cart</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
|
||||||
Additional 250
|
|
||||||
<a href="/index.htm#customer-portal"
|
|
||||||
>Customer login Users</a
|
|
||||||
>
|
|
||||||
for $144/year (250 are included)
|
|
||||||
<a
|
|
||||||
class="btn btn-primary btn-sm"
|
|
||||||
href="https://order.mycommerce.com/cart/add?vendorid=14466&PRODUCT%5B301033168%5D=1&backlink=https%3A%2F%2Fayanova.com%2Fr%2Fpricing.htm%23pricing-subscription-yearly&cartcoupon=1"
|
|
||||||
>Add to Cart</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
</ul> -->
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<h2 class="mt-4" id="perpetual">AyaNova software package</h2>
|
|
||||||
<section class="ps-4">
|
|
||||||
<h5>Benefits of AyaNova self installed on premise</h5>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Perpetual license - no required ongoing costs (however a
|
|
||||||
maintenance plan is recommended)
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://ayanova.com/docs/ops-install/"
|
|
||||||
>download and install</a
|
|
||||||
>
|
|
||||||
on Windows or Linux
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
flexible installation configurations from a single
|
|
||||||
computer, internal office network or internet wide
|
|
||||||
accessible
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
lowest cost option starting at $24 per User includes one
|
|
||||||
year maintenance plan enabling support and updates
|
|
||||||
</li>
|
|
||||||
<li>additional yearly maintenance same low price</li>
|
|
||||||
<li>
|
|
||||||
unlimited
|
|
||||||
<a href="/index.htm#customer-portal"
|
|
||||||
>Customer login Users</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
data backup is compatible with the AyaNova hosted
|
|
||||||
subscription service if you wish to move AyaNova into
|
|
||||||
the cloud down the road
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="ps-4">
|
|
||||||
<h5>Perpetual license pricing</h5>
|
|
||||||
<p>
|
|
||||||
All pricing in US dollars, taxes if applicable are extra.
|
|
||||||
Use the "Add to cart" buttons to purchase. Please review the
|
|
||||||
<a href="https://ayanova.com/docs/license/"
|
|
||||||
>AyaNova License agreement</a
|
|
||||||
>
|
|
||||||
before purchase.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Perpetual licenses are included with the intial purchase of
|
|
||||||
a one year maintenance plan that will renew yearly and can
|
|
||||||
be cancelled easily at any time.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Our payment processing provider will notify you before the
|
|
||||||
maintenance plan is automatically renewed with instructions
|
|
||||||
on how to cancel or make changes.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
An active maintenance plan enables you to receive technical
|
|
||||||
support and to update to the latest version of AyaNova.
|
|
||||||
</p>
|
|
||||||
<p></p>
|
|
||||||
<ul id="pricing-perpetual-yearly">
|
|
||||||
<li>
|
|
||||||
$24 per User (minimum 3)
|
|
||||||
<a
|
|
||||||
class="btn btn-primary btn-sm"
|
|
||||||
href="https://order.mycommerce.com/cart/add?vendorid=14466&PRODUCT%5B301028317%5D=1&backlink=https%3A%2F%2Fayanova.com%2Fr%2Fpricing.htm%23pricing-perpetual-yearly&cartcoupon=1"
|
|
||||||
>Add to Cart</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer class="footer mt-auto py-5">
|
|
||||||
<div class="gz-divider"></div>
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<p class="col-lg-6 pt-2 text-muted">
|
|
||||||
© 2023 Ground Zero Tech-Works, Inc
|
|
||||||
</p>
|
|
||||||
<ul class="nav col-lg-6 justify-content-end">
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a
|
<a class="nav-link active" href="/r/pricing.htm">Pricing</a>
|
||||||
href="/r/privacy.htm"
|
</li>
|
||||||
class="nav-link px-2 text-muted"
|
<li class="nav-item">
|
||||||
>Privacy policy</a
|
<a class="nav-link" href="https://ayanova.com/docs/ay-evaluate/">Try AyaNova now</a>
|
||||||
>
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item dropdown">
|
||||||
<a
|
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
|
||||||
href="https://contact.ayanova.com/contact"
|
aria-expanded="false">
|
||||||
class="nav-link px-2 text-muted"
|
Resources
|
||||||
>Contact</a
|
</a>
|
||||||
>
|
<ul class="dropdown-menu">
|
||||||
|
<li>
|
||||||
|
<a class="dropdown-item" href="https://ayanova.com/docs">AyaNova manual</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a class="dropdown-item" href="https://contact.ayanova.com/contact">Contact &
|
||||||
|
Support</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="dropdown-item" href="https://ayanova.com/docs/changelog/">Release
|
||||||
|
notes</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="dropdown-item" href="/v7index.htm">AyaNova 7 content</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="dropdown-item" href="/r/about.htm">About us</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</nav>
|
||||||
<script
|
</div>
|
||||||
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
|
|
||||||
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
|
<main class="container py-5">
|
||||||
crossorigin="anonymous"
|
<header>
|
||||||
></script>
|
<div class="half-width-header p-3 pb-md-4 mx-auto text-center">
|
||||||
<script
|
<h1 class="display-4 fw-normal">Pricing</h1>
|
||||||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js"
|
|
||||||
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
|
<h5 class="mt-3">
|
||||||
crossorigin="anonymous"
|
AyaNova is available as a
|
||||||
></script>
|
<a href="#subscription">subscription service</a> hosted
|
||||||
</body>
|
by us or a
|
||||||
</html>
|
<a href="#perpetual"> software package</a> you install
|
||||||
|
on premise.
|
||||||
|
</h5>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<h2 class="mt-4" id="subscription">AyaNova subscription service</h2>
|
||||||
|
<section class="ps-4">
|
||||||
|
<h5>Benefits of AyaNova as a hosted service</h5>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
we securely host AyaNova online, nothing to install just
|
||||||
|
login and start working
|
||||||
|
</li>
|
||||||
|
<li>pay as you go month to month or yearly</li>
|
||||||
|
<li>low up front cost, as little as $26/month</li>
|
||||||
|
<li>
|
||||||
|
no need for costly I.T. staff, hardware or networking
|
||||||
|
expertise
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
easily enable the optional Customer login and
|
||||||
|
self-service features of AyaNova
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
departmental budget friendly; no lengthy capital
|
||||||
|
expenditure approval required
|
||||||
|
</li>
|
||||||
|
<li>always the latest version</li>
|
||||||
|
<li>
|
||||||
|
stay in business even if your office is impacted by fire
|
||||||
|
or other disaster
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
data backup is compatible with the AyaNova on premise
|
||||||
|
self installed software package if you wish to move
|
||||||
|
AyaNova out of the cloud down the road
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
hosted in the data center of your choice: San Francisco,
|
||||||
|
New York, Toronto, Amsterdam, London, Frankfurt,
|
||||||
|
Singapore, Sydney or Bangalore
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
20GB total storage space included, alternative file and
|
||||||
|
attachment storage available for heavy file attachment
|
||||||
|
scenarios at $2/month for each 10GB
|
||||||
|
<a href="https://contact.ayanova.com/contact">contact us</a>
|
||||||
|
for details and options.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
250
|
||||||
|
<a href="/index.htm#customer-portal">Customer login Users</a>
|
||||||
|
included, more available (Note these are Customer self
|
||||||
|
service login accounts not the number of customers you
|
||||||
|
can enter in AyaNova which is not limited)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
<section class="ps-4">
|
||||||
|
<h5>Subscription pricing</h5>
|
||||||
|
<p>
|
||||||
|
All pricing in US dollars, taxes if applicable are extra.
|
||||||
|
Use the "Add to cart" buttons to purchase. Please review our
|
||||||
|
<a href="https://ayanova.com/docs/ayanova-subscription-service-agreement/">Service agreement</a>
|
||||||
|
before purchase.
|
||||||
|
</p>
|
||||||
|
<h5><strong>Monthly</strong></h5>
|
||||||
|
<ul id="pricing-subscription-monthly">
|
||||||
|
<li>
|
||||||
|
$14/month per User (minimum 2)
|
||||||
|
<a class="btn btn-primary btn-sm"
|
||||||
|
href="https://order.mycommerce.com/cart/add?vendorid=14466&PRODUCT%5B301028467%5D=1&backlink=https%3A%2F%2Fayanova.com%2Fr%2Fpricing.htm%23pricing-subscription-monthly&cartcoupon=1">Add
|
||||||
|
to Cart</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Additional 250
|
||||||
|
<a href="/index.htm#customer-portal">Customer login Users</a>
|
||||||
|
for $14/month (250 are included)
|
||||||
|
<a class="btn btn-primary btn-sm"
|
||||||
|
href="https://order.mycommerce.com/cart/add?vendorid=14466&PRODUCT%5B301033167%5D=1&backlink=https%3A%2F%2Fayanova.com%2Fr%2Fpricing.htm%23pricing-subscription-monthly&cartcoupon=1">Add
|
||||||
|
to Cart</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<h2 class="mt-4" id="perpetual">AyaNova software package</h2>
|
||||||
|
<section class="ps-4">
|
||||||
|
<h5>Benefits of AyaNova self installed on premise</h5>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Perpetual license - no required ongoing costs (however a
|
||||||
|
maintenance plan is recommended)
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://ayanova.com/docs/ops-install/">download and install</a>
|
||||||
|
on Windows or Linux
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
flexible installation configurations from a single
|
||||||
|
computer, internal office network or internet wide
|
||||||
|
accessible
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
lowest cost option starting at $28 per User includes one
|
||||||
|
year maintenance plan enabling support and updates
|
||||||
|
</li>
|
||||||
|
<li>additional yearly maintenance same low price</li>
|
||||||
|
<li>
|
||||||
|
unlimited
|
||||||
|
<a href="/index.htm#customer-portal">Customer login Users</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
data backup is compatible with the AyaNova hosted
|
||||||
|
subscription service if you wish to move AyaNova into
|
||||||
|
the cloud down the road
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
<section class="ps-4">
|
||||||
|
<h5>Perpetual license pricing</h5>
|
||||||
|
<p>
|
||||||
|
All pricing in US dollars, taxes if applicable are extra.
|
||||||
|
Use the "Add to cart" buttons to purchase. Please review the
|
||||||
|
<a href="https://ayanova.com/docs/license/">AyaNova License agreement</a>
|
||||||
|
before purchase.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Perpetual licenses are included with the intial purchase of
|
||||||
|
a one year maintenance plan that will renew yearly and can
|
||||||
|
be cancelled easily at any time.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Our payment processing provider will notify you before the
|
||||||
|
maintenance plan is automatically renewed with instructions
|
||||||
|
on how to cancel or make changes.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
An active maintenance plan enables you to receive technical
|
||||||
|
support and to update to the latest version of AyaNova.
|
||||||
|
</p>
|
||||||
|
<p></p>
|
||||||
|
<ul id="pricing-perpetual-yearly">
|
||||||
|
<li>
|
||||||
|
$28 per User (minimum 3)
|
||||||
|
<a class="btn btn-primary btn-sm"
|
||||||
|
href="https://order.mycommerce.com/cart/add?vendorid=14466&PRODUCT%5B301028317%5D=1&backlink=https%3A%2F%2Fayanova.com%2Fr%2Fpricing.htm%23pricing-perpetual-yearly&cartcoupon=1">Add
|
||||||
|
to Cart</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer class="footer mt-auto py-5">
|
||||||
|
<div class="gz-divider"></div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<p class="col-lg-6 pt-2 text-muted">
|
||||||
|
© 2023 Ground Zero Tech-Works, Inc
|
||||||
|
</p>
|
||||||
|
<ul class="nav col-lg-6 justify-content-end">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a href="/r/privacy.htm" class="nav-link px-2 text-muted">Privacy policy</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="nav-item">
|
||||||
|
<a href="https://contact.ayanova.com/contact" class="nav-link px-2 text-muted">Contact</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
|
||||||
|
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js"
|
||||||
|
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user