This commit is contained in:
76
devnotes
Normal file
76
devnotes
Normal file
@@ -0,0 +1,76 @@
|
||||
Major features for home page
|
||||
|
||||
Affordable
|
||||
|
||||
Our pricing is unique and affordable, we price by service technician, not user count
|
||||
Pricing scales directly with the size of your service department
|
||||
A license is only required for each service technician you track and schedule separately for service
|
||||
This means office staff that support service such as Accounting, Sales, Service manager do not require a license to use AyaNova saving you money
|
||||
If you have 5 service techs and 10 office staff using AyaNova you still only need a 5 service technician license
|
||||
|
||||
Host your own AyaNova server on your hardware
|
||||
Starting at $XX.xx (plus applicable taxes) one time fee for a single service technician license
|
||||
Includes 90 days of technical support and updates
|
||||
Never be out of date or unsupported: Optional support and updates subscription starting at $xx.xx yearly
|
||||
Having a support and update subscription means you will always have the latest features and be protected when browsers and operating systems change or something goes wrong
|
||||
|
||||
Use AyaNova hosted by us
|
||||
Starting at $xx.xx monthly per service technician license
|
||||
(plus applicable taxes, based on 12 month pre-purchase discounted rate)
|
||||
"Turnkey" option
|
||||
Full tech support
|
||||
Always up top date to the latest release
|
||||
No need to run costly servers or the hassle of setting up a network
|
||||
Bring your own domain
|
||||
Your choice of data center located globally for fast access
|
||||
|
||||
|
||||
|
||||
Easy to use
|
||||
We've been making service management software since 1999 and our latest version is the result of over two decades of experience working closely with service providers just like you.
|
||||
Powerful with a straight forward interface
|
||||
Loaded with the features you need where you need them.
|
||||
Fully documented with an extensive User manual
|
||||
Fast answers to your questions from our north american based technical support department
|
||||
|
||||
|
||||
Powerful
|
||||
AyaNova has the features you need to take control of your service including
|
||||
Scheduling
|
||||
Work orders
|
||||
Quotes
|
||||
Preventive maintenance
|
||||
Automatic notifications
|
||||
Customer login
|
||||
Accounting software integration
|
||||
Dashboard
|
||||
Management service metrics
|
||||
Quick access to actionable information
|
||||
Reporting
|
||||
Fully customizable with built in report editor
|
||||
Secure
|
||||
2fa
|
||||
Full history log showing who changed what and when
|
||||
Role based authorization
|
||||
Staff only see what they need to see to do their job
|
||||
Scaleable
|
||||
AyaNova scales from a single laptop one person company to a global service organization with a powerful server
|
||||
|
||||
Flexible
|
||||
AyaNova can be run in any configuration that makes sense for your business:
|
||||
Self host - run the AyaNova server yourself
|
||||
Single laptop windows or linux
|
||||
Private network server optionally accessible outside your network
|
||||
Hosted virtual or physical server linux or windows
|
||||
Hosted - we host the AyaNova server, you access AyaNova from your devices, no need and optionally your customers can access it from your devices globally
|
||||
|
||||
AyaNova Server
|
||||
linux, windows, one laptop to a virtual private server in a data center
|
||||
Keep in house or use hosted
|
||||
Users
|
||||
Modern progressive web application
|
||||
any major browser
|
||||
any platform
|
||||
images of each platform running
|
||||
|
||||
|
||||
@@ -9,4 +9,8 @@ body {
|
||||
|
||||
.pricing-header {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.rounded-lg-3 { border-radius: .3rem; }
|
||||
}
|
||||
@@ -83,7 +83,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="r/pricing.htm"
|
||||
<a class="nav-link active" href="/r/pricing.htm"
|
||||
>Pricing</a
|
||||
>
|
||||
</li>
|
||||
|
||||
64
v8index.htm
64
v8index.htm
@@ -120,16 +120,68 @@
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<main class="container">
|
||||
<main >
|
||||
<div>
|
||||
<h1>Page example</h1>
|
||||
<p class="lead">
|
||||
Test test test Test Test Test test test test Test
|
||||
</p>
|
||||
<div class="container col-xxl-8 px-4 py-5">
|
||||
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
|
||||
<div class="col-10 col-sm-8 col-lg-6">
|
||||
<img src="/r/image/ss-overview.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<h1 class="display-5 fw-bold lh-1 mb-3">Responsive left-aligned hero with image</h1>
|
||||
<p class="lead">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
|
||||
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
|
||||
<button type="button" class="btn btn-primary btn-lg px-4 me-md-2">Primary</button>
|
||||
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Default</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="px-4 pt-5 my-5 text-center border-bottom">
|
||||
<h1 class="display-4 fw-bold">Centered screenshot</h1>
|
||||
<div class="col-lg-6 mx-auto">
|
||||
<p class="lead mb-4">
|
||||
Quickly design and customize responsive mobile-first
|
||||
sites with Bootstrap, the world’s most popular
|
||||
front-end open source toolkit, featuring Sass
|
||||
variables and mixins, responsive grid system,
|
||||
extensive prebuilt components, and powerful
|
||||
JavaScript plugins.
|
||||
</p>
|
||||
<div
|
||||
class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5"
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-primary btn-lg px-4 me-sm-3"
|
||||
>
|
||||
Primary button
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-outline-secondary btn-lg px-4"
|
||||
>
|
||||
Secondary
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="overflow-hidden" style="max-height: 30vh">
|
||||
<div class="container px-5">
|
||||
<img
|
||||
src="/r/image/logo.svg"
|
||||
class="img-fluid border rounded-3 shadow-lg mb-4"
|
||||
alt="Example image"
|
||||
width="700"
|
||||
height="500"
|
||||
loading="lazy"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="footer mt-auto py-3 border-top">
|
||||
<footer class="footer mt-auto py-5 border-top">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<p class="col-lg-6 pt-2 text-muted">
|
||||
|
||||
Reference in New Issue
Block a user