|
|
@ -1,124 +1,88 @@ |
|
|
|
<div class="container" style="background-color: #714B67; height: 810px; width: 100%; padding: 15px; position: relative;"> |
|
|
|
<div style="background-color: #714B67; min-height: 600px; width: 100%; padding: 15px; position: relative;"> |
|
|
|
<!-- TITLE BAR --> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center justify-content-between" |
|
|
|
<div |
|
|
|
style="border-bottom: 1px solid #875A7B; padding: 15px; display: flex; justify-content: space-between; align-items: center;"> |
|
|
|
<img src="assets/misc/cybrosys-logo.png" width="42" height="42" |
|
|
|
style="width: 42px; height: 42px;"/> |
|
|
|
<div> |
|
|
|
<div |
|
|
|
style="color: #7C7BAD; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;" |
|
|
|
<div style="color: #7C7BAD; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;" |
|
|
|
class="mr-2"> |
|
|
|
<i class="fa fa-check mr-1"></i>Community |
|
|
|
</div> |
|
|
|
<div |
|
|
|
style="color: #875A7B; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;" |
|
|
|
<div style="color: #875A7B; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;" |
|
|
|
class="mr-2"> |
|
|
|
<i class="fa fa-check mr-1"></i>Enterprise |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!--</div>--> |
|
|
|
<!-- END OF TITLE BAR --> |
|
|
|
|
|
|
|
<!-- APP HERO --> |
|
|
|
<div class="container" style="padding: 0rem 1.5rem 4rem !important"> |
|
|
|
<div class="row" style="height: 900px !important;"> |
|
|
|
<div class="col-sm-12 col-md-12 col-lg-12" |
|
|
|
style="padding: 4rem 1rem !important; background-color: #714B67 !important; height: 600px !important; border-radius: 20px !important;"> |
|
|
|
<h1 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #FFFFFF !important; font-size: 3.5rem !important; text-align: center !important;"> |
|
|
|
<h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;"> |
|
|
|
Amount In Words In Invoice, Sale Order And Purchase Order</h1> |
|
|
|
<p |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; color: #FFFFFF !important; font-size: 1.4rem !important; text-align: center !important;"> |
|
|
|
This module helps to convert the amount to words in Invoice, Sale Order and Purchase Order |
|
|
|
</p> |
|
|
|
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;"> |
|
|
|
This module helps to convert the amount to words in Invoice, Sale Order and Purchase Order.</p> |
|
|
|
<!-- END OF APP HERO --> |
|
|
|
<img src="assets/screenshots/hero.gif" |
|
|
|
style="width: 75%; height: auto; position: absolute; margin-left: auto; margin-right: auto; top: 45%; left: 12%; right: auto;"/> |
|
|
|
|
|
|
|
<img src="./assets/screenshots/hero.gif" class="img-responsive" width="100%" height="auto"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- NAVIGATION SECTION --> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-12" style="border-bottom: 1px solid #d5d5d5 !important; margin-bottom: 2rem !important"> |
|
|
|
<h2 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.5rem !important;"> |
|
|
|
<i class="fa fa-compass mr-2"></i>Explore this module |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
<div class="col-md-6"> |
|
|
|
<a href="#overview" style="text-decoration: none !important;"> |
|
|
|
<div class="row" |
|
|
|
style="background-color: #f5f2f5 !important; border-radius: 10px !important; margin: 1rem !important; padding: 1.5em !important; height: 100px !important;"> |
|
|
|
<div class="col-8"> |
|
|
|
<h3 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.2rem !important;"> |
|
|
|
Overview</h3> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #714B67 !important; font-size: 0.9rem !important;"> |
|
|
|
Learn more about this module</p> |
|
|
|
</div> |
|
|
|
<div class="col-4 text-right d-flex justify-content-end align-items-center"> |
|
|
|
<i class="fa fa-chevron-right" style="color: #714B67 !important;"></i> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-6"> |
|
|
|
<a href="#configuration" style="text-decoration: none !important;"> |
|
|
|
<div class="row" |
|
|
|
style="background-color: #f5f2f5 !important; border-radius: 10px !important; margin: 1rem !important; padding: 1.5em !important; height: 100px !important;"> |
|
|
|
<div class="col-8"> |
|
|
|
<h3 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.2rem !important;"> |
|
|
|
Configuration</h3> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #714B67 !important; font-size: 0.9rem !important;"> |
|
|
|
View configurations for this module</p> |
|
|
|
<!-- NAVIGATION SECTION --> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px; margin-top: 300px;"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
|
|
|
<img src="assets/misc/compass.png"/> |
|
|
|
</div> |
|
|
|
<div class="col-4 text-right d-flex justify-content-end align-items-center"> |
|
|
|
<i class="fa fa-chevron-right" style="color: #714B67 !important;"></i> |
|
|
|
<h2 class="mt-2" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
|
|
|
Explore This |
|
|
|
Module</h2> |
|
|
|
</div> |
|
|
|
<div class="row my-4" style="font-family: 'Montserrat', sans-serif;"> |
|
|
|
<div class="col-sm-12 col-md-6 my-3"> |
|
|
|
<a href="#overview"> |
|
|
|
<div class="d-flex justify-content-between align-items-center" |
|
|
|
style="background-color: #f5f5f5; padding: 30px; width: 100%;"> |
|
|
|
<div> |
|
|
|
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Overview</span> |
|
|
|
<span |
|
|
|
style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">Learn |
|
|
|
more about this |
|
|
|
module</span> |
|
|
|
</div> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-6"> |
|
|
|
<a href="#features" style="text-decoration: none !important;"> |
|
|
|
<div class="row" |
|
|
|
style="background-color: #f5f2f5 !important; border-radius: 10px !important; margin: 1rem !important; padding: 1.5em !important; height: 100px !important;"> |
|
|
|
<div class="col-8"> |
|
|
|
<h3 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.2rem !important;"> |
|
|
|
Features</h3> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #714B67 !important; font-size: 0.9rem !important;"> |
|
|
|
View features of this module</p> |
|
|
|
</div> |
|
|
|
<div class="col-4 text-right d-flex justify-content-end align-items-center"> |
|
|
|
<i class="fa fa-chevron-right" style="color: #714B67 !important;"></i> |
|
|
|
<div class="col-sm-12 col-md-6 my-3"> |
|
|
|
<a href="#features"> |
|
|
|
<div class="d-flex justify-content-between align-items-center" |
|
|
|
style="background-color: #f5f5f5; padding: 30px; width: 100%;"> |
|
|
|
<div> |
|
|
|
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Features</span> |
|
|
|
<span |
|
|
|
style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">View |
|
|
|
features of this |
|
|
|
module</span> |
|
|
|
</div> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-md-6"> |
|
|
|
<a href="#screenshots" style="text-decoration: none !important;"> |
|
|
|
<div class="row" |
|
|
|
style="background-color: #f5f2f5 !important; border-radius: 10px !important; margin: 1rem !important; padding: 1.5em !important; height: 100px !important;"> |
|
|
|
<div class="col-8"> |
|
|
|
<h3 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.2rem !important;"> |
|
|
|
Screenshots</h3> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #714B67 !important; font-size: 0.9rem !important;"> |
|
|
|
See key screenshots of this module</p> |
|
|
|
</div> |
|
|
|
<div class="col-4 text-right d-flex justify-content-end align-items-center"> |
|
|
|
<i class="fa fa-chevron-right" style="color: #714B67 !important;"></i> |
|
|
|
<div class="col-sm-12 col-md-6 my-3"> |
|
|
|
<a href="#screenshots"> |
|
|
|
<div class="d-flex justify-content-between align-items-center" |
|
|
|
style="background-color: #f5f5f5; padding: 30px; width: 100%;"> |
|
|
|
<div> |
|
|
|
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Screenshots</span> |
|
|
|
<span |
|
|
|
style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">See |
|
|
|
key screenshots of this |
|
|
|
module</span> |
|
|
|
</div> |
|
|
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -126,175 +90,133 @@ |
|
|
|
<!-- END OF NAVIGATION SECTION --> |
|
|
|
|
|
|
|
<!-- OVERVIEW SECTION --> |
|
|
|
|
|
|
|
<div class="row" id="overview"> |
|
|
|
<div class="col-md-12" style="border-bottom: 1px solid #d5d5d5 !important; margin: 2rem 0 !important"> |
|
|
|
<h2 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.5rem !important;"> |
|
|
|
<i class="fa fa-pie-chart mr-2"></i>Overview |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;" id="overview"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
|
|
|
<img src="assets/misc/pie-chart.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
|
|
|
Overview |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-mg-12 pl-3"> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important; line-height: 30px !important;"> |
|
|
|
<div class="row" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;"> |
|
|
|
<div class="col-sm-12 py-4"> |
|
|
|
In the Amount in words invoice App, We can convert the total amount into the corresponding words. |
|
|
|
This feature can be available in sale, purchase, invoice modules. The amount in words will be available |
|
|
|
in forms, reports and email templates. |
|
|
|
</p> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- END OF OVERVIEW SECTION --> |
|
|
|
|
|
|
|
<!-- FEATURES SECTION --> |
|
|
|
<div class="row" id="configuration"> |
|
|
|
<div class="col-md-12" style="border-bottom: 1px solid #d5d5d5 !important; margin: 2rem 0 !important"> |
|
|
|
<h2 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.5rem !important;"> |
|
|
|
<i class="fa fa-pie-chart mr-2"></i>Configuration |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-mg-12 pl-3"> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important; line-height: 30px !important;"> |
|
|
|
No additional configuration required</p> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;" id="features"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
|
|
|
<img src="assets/misc/features.png"/> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="row" id="features"> |
|
|
|
<div class="col-md-12" style="border-bottom: 1px solid #d5d5d5 !important; margin: 2rem 0 !important"> |
|
|
|
<h2 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.5rem !important;"> |
|
|
|
<i class="fa fa-star mr-2"></i>Features |
|
|
|
<h2 class="mt-2" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
|
|
|
Features |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-6 pl-3 py-3 d-flex"> |
|
|
|
<div> |
|
|
|
<img src="assets/icons/check.png"> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4 |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Community & Enterprise Support</h4> |
|
|
|
<p |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;"> |
|
|
|
Available in Odoo 16.0 Community and Enterprise.</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-6 pl-3 py-3 d-flex"> |
|
|
|
<div> |
|
|
|
<img src="assets/icons/check.png"> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4 |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Convert Amount into Words</h4> |
|
|
|
<!-- <p--> |
|
|
|
<!-- style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">--> |
|
|
|
<!-- Make a product as age restricted.</p>--> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-6 pl-3 py-3 d-flex"> |
|
|
|
<div> |
|
|
|
<img src="assets/icons/check.png"> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4 |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Available in invoice forms</h4> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="row" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;"> |
|
|
|
<div class="col-sm-12 col-md-6"> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="margin-top: 40px; margin-bottom: 40px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Available in Odoo 16.0 Community and Enterprise.</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-6 pl-3 py-3 d-flex"> |
|
|
|
<div> |
|
|
|
<img src="assets/icons/check.png"> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Convert Amount into Words</span> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4 |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Available in invoice reports</h4> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Available in invoice forms</span> |
|
|
|
</div> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Available in invoice reports</span> |
|
|
|
</div> |
|
|
|
<div class="col-md-6 pl-3 py-3 d-flex"> |
|
|
|
<div> |
|
|
|
<img src="assets/icons/check.png"> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="margin-top: 30px; margin-bottom: 30px"> |
|
|
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
|
|
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Available in email templates</span> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4 |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Available in email templates</h4> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<!-- END OF FEATURES SECTION --> |
|
|
|
|
|
|
|
<!-- SCREENSHOTS SECTION --> |
|
|
|
<div class="row" id="screenshots"> |
|
|
|
<div class="col-md-12" style="border-bottom: 1px solid #d5d5d5 !important; margin: 2rem 0 !important"> |
|
|
|
<h2 |
|
|
|
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #714B67 !important; font-size: 1.5rem !important;"> |
|
|
|
<i class="fa fa-image mr-2"></i>Screenshots |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;" |
|
|
|
id="screenshots"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
|
|
|
<img src="assets/misc/pictures.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
|
|
|
Screenshots |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
<div class="col-lg-12 my-2"> |
|
|
|
<h4 class="my-2" |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Sale Invoice Form Layout</h4> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
|
|
|
|
<img src="assets/screenshots/amount1.png" |
|
|
|
class="img-responsive img-thumbnail border" width="100%" |
|
|
|
height="auto"/> |
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;"> |
|
|
|
Sale Invoice Form Layout</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"></p> |
|
|
|
<img src="assets/screenshots/amount1.png" class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-lg-12 my-2"> |
|
|
|
<h4 class="my-2" |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Purchase Invoice Form Layout</h4> |
|
|
|
|
|
|
|
<img src="assets/screenshots/amount2.png" |
|
|
|
class="img-responsive img-thumbnail border" width="100%" |
|
|
|
height="auto"/> |
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;"> |
|
|
|
Create Fields</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"> |
|
|
|
Purchase Invoice Form Layout</p> |
|
|
|
<img src="assets/screenshots/amount2.png" class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-lg-12 my-2"> |
|
|
|
<h4 class="mt-2" |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Invoice Form Layout</h4> |
|
|
|
<img src="assets/screenshots/amount3.png" class="img-responsive img-thumbnail border" width="100%" |
|
|
|
height="auto"/> |
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;"> |
|
|
|
Invoice Form Layout</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">.</p> |
|
|
|
<img src="assets/screenshots/amount3.png" |
|
|
|
class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-lg-12 my-3"> |
|
|
|
<h4 class="mt-3" |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Report View</h4> |
|
|
|
<img src="assets/screenshots/amount4.png" class="img-responsive img-thumbnail border" width="100%" |
|
|
|
height="auto"/> |
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;"> |
|
|
|
Report View</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"></p> |
|
|
|
<img src="assets/screenshots/amount4.png" |
|
|
|
class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-12 my-3"> |
|
|
|
<h4 class="mt-3" |
|
|
|
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;"> |
|
|
|
Mail Template View</h4> |
|
|
|
<img src="assets/screenshots/amount5.png" class="img-responsive img-thumbnail border" width="100%" |
|
|
|
height="auto"/> |
|
|
|
|
|
|
|
<div style="display: block; margin: 30px auto;"> |
|
|
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;"> |
|
|
|
Mail Template View</h3> |
|
|
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"></p> |
|
|
|
<img src="assets/screenshots/amount5.png" |
|
|
|
class="img-thumbnail"> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- END OF SCREENSHOTS SECTION --> |
|
|
|
|
|
|
|
<!-- SUGGESTED PRODUCTS --> |
|
|
|
<!-- RELATED PRODUCTS --> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
@ -307,7 +229,6 @@ |
|
|
|
Products |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div id="demo1" class="row carousel slide" data-ride="carousel"> |
|
|
@ -316,34 +237,34 @@ |
|
|
|
<div class="carousel-item" style="min-height: 198.656px;"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/dashboard_pos/" |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/export_stockinfo_xls/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius: 0px;" |
|
|
|
src="assets/modules/6.png"> |
|
|
|
src="assets/modules/1.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/custom_receipts_for_pos/" |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/inventory_stock_dashboard_odoo/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius: 0px;" |
|
|
|
src="assets/modules/5.png"> |
|
|
|
src="assets/modules/2.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/pos_report_generator/" |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/customer_product_qrcode/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius: 0px;" |
|
|
|
src="assets/modules/4.png"> |
|
|
|
src="assets/modules/3.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -352,34 +273,34 @@ |
|
|
|
style="min-height: 198.656px;"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/multi_barcodes_pos/" |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/list_view_sticky_header/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius: 0px;" |
|
|
|
src="assets/modules/1.png"> |
|
|
|
src="assets/modules/4.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/pos_order_line_image/" |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/openai_product_tag_descrption/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius: 0px;" |
|
|
|
src="assets/modules/2.png"> |
|
|
|
src="assets/modules/5.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/pos_magnify_image/" |
|
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/advanced_vat_invoice/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius: 0px;" |
|
|
|
src="assets/modules/3.png"> |
|
|
|
src="assets/modules/6.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -400,24 +321,32 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- END OF SUGGESTED PRODUCTS --> |
|
|
|
<!-- END OF RELATED PRODUCTS --> |
|
|
|
|
|
|
|
<!-- OUR SERVICES --> |
|
|
|
<section class="container" style="margin-top: 6rem !important;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center"> |
|
|
|
<h2 style="color: #212529 !important;">Our Services</h2> |
|
|
|
<hr |
|
|
|
style="border: 3px solid #714B67 !important; background-color: #714B67 !important; width: 80px !important; margin-bottom: 2rem !important;"/> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
|
|
|
<img src="assets/misc/star.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
|
|
|
Our Services |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="container my-5"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #1dd1a1 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/cogs.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/cogs.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Odoo |
|
|
|
Customization</h6> |
|
|
|
</div> |
|
|
@ -425,9 +354,11 @@ |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #ff6b6b !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/wrench.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/wrench.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Odoo |
|
|
|
Implementation</h6> |
|
|
|
</div> |
|
|
@ -435,9 +366,11 @@ |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #6462CD !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/lifebuoy.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/lifebuoy.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Odoo |
|
|
|
Support</h6> |
|
|
|
</div> |
|
|
@ -446,9 +379,11 @@ |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #ffa801 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/user.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/user.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Hire |
|
|
|
Odoo |
|
|
|
Developer</h6> |
|
|
@ -457,9 +392,11 @@ |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #54a0ff !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/puzzle.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/puzzle.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Odoo |
|
|
|
Integration</h6> |
|
|
|
</div> |
|
|
@ -467,9 +404,11 @@ |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #6d7680 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/update.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/update.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Odoo |
|
|
|
Migration</h6> |
|
|
|
</div> |
|
|
@ -478,9 +417,11 @@ |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #786fa6 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/consultation.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/consultation.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Odoo |
|
|
|
Consultancy</h6> |
|
|
|
</div> |
|
|
@ -488,9 +429,11 @@ |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #f8a5c2 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/training.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/training.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Odoo |
|
|
|
Implementation</h6> |
|
|
|
</div> |
|
|
@ -498,31 +441,43 @@ |
|
|
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
|
|
|
style="background-color: #e6be26 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
|
|
|
<img src="assets/icons/license.png" class="img-responsive" height="48px" width="48px"> |
|
|
|
<img src="assets/icons/license.png" class="img-responsive" |
|
|
|
height="48px" width="48px"> |
|
|
|
</div> |
|
|
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
<h6 class="text-center" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
|
|
|
Odoo |
|
|
|
Licensing Consultancy</h6> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- END OF END OF OUR SERVICES --> |
|
|
|
|
|
|
|
<!-- OUR INDUSTRIES --> |
|
|
|
<section class="container" style="margin-top: 6rem !important;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center"> |
|
|
|
<h2 style="color: #212529 !important;">Our Industries</h2> |
|
|
|
<hr |
|
|
|
style="border: 3px solid #714B67 !important; background-color: #714B67 !important; width: 80px !important; margin-bottom: 2rem !important;"/> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
|
|
|
<img src="assets/misc/corporate.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
|
|
|
Our |
|
|
|
Industries |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="container my-5"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="./assets/icons/trading-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 |
|
|
|
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="assets/icons/trading-black.png" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
Trading |
|
|
|
</h5> |
|
|
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|
|
@ -534,10 +489,10 @@ |
|
|
|
|
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="./assets/icons/pos-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 |
|
|
|
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="assets/icons/pos-black.png" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
POS |
|
|
|
</h5> |
|
|
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|
|
@ -549,11 +504,10 @@ |
|
|
|
|
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="./assets/icons/education-black.png" class="img-responsive mb-3" height="48px" |
|
|
|
width="48px"> |
|
|
|
<h5 |
|
|
|
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="assets/icons/education-black.png" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
Education |
|
|
|
</h5> |
|
|
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|
|
@ -564,11 +518,11 @@ |
|
|
|
|
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="./assets/icons/manufacturing-black.png" class="img-responsive mb-3" height="48px" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="assets/icons/manufacturing-black.png" |
|
|
|
class="img-responsive mb-3" height="48px" |
|
|
|
width="48px"> |
|
|
|
<h5 |
|
|
|
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
Manufacturing |
|
|
|
</h5> |
|
|
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|
|
@ -579,10 +533,10 @@ |
|
|
|
|
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="./assets/icons/ecom-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 |
|
|
|
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="assets/icons/ecom-black.png" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
E-commerce & Website |
|
|
|
</h5> |
|
|
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|
|
@ -594,10 +548,10 @@ |
|
|
|
|
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="./assets/icons/service-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 |
|
|
|
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="assets/icons/service-black.png" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
Service Management |
|
|
|
</h5> |
|
|
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|
|
@ -608,11 +562,10 @@ |
|
|
|
|
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="./assets/icons/restaurant-black.png" class="img-responsive mb-3" height="48px" |
|
|
|
width="48px"> |
|
|
|
<h5 |
|
|
|
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="assets/icons/restaurant-black.png" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
Restaurant |
|
|
|
</h5> |
|
|
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|
|
@ -623,10 +576,10 @@ |
|
|
|
|
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="./assets/icons/hotel-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 |
|
|
|
style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
style="background-color: #f6f8f9 !important; border-radius: 0px; padding: 2rem !important; height: 250px !important;"> |
|
|
|
<img src="assets/icons/hotel-black.png" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
|
|
|
Hotel Management |
|
|
|
</h5> |
|
|
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;"> |
|
|
@ -635,62 +588,67 @@ |
|
|
|
hotel management application</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- END OF END OF OUR INDUSTRIES --> |
|
|
|
|
|
|
|
<!-- FOOTER --> |
|
|
|
<!-- Footer Section --> |
|
|
|
<section class="container" style="margin: 5rem auto 2rem;"> |
|
|
|
<div class="row" style="max-width:1540px;"> |
|
|
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center"> |
|
|
|
<h2 style="color: #212529 !important;">Need Help?</h2> |
|
|
|
<hr |
|
|
|
style="border: 3px solid #714B67 !important; background-color: #714B67 !important; width: 80px !important; margin-bottom: 2rem !important;"/> |
|
|
|
<!-- SUPPORT --> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
|
|
|
<img src="assets/misc/customer-support.png"/> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
|
|
|
Support |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- Contact Cards --> |
|
|
|
<div class="row d-flex justify-content-center align-items-center" |
|
|
|
style="max-width:1540px; margin: 0 auto 2rem auto;"> |
|
|
|
|
|
|
|
<div class="col-lg-12" style="padding: 0rem 3rem 2rem; border-radius: 10px; margin-right: 3rem; "> |
|
|
|
|
|
|
|
<div class="row mt-4"> |
|
|
|
<div class="col-lg-6"> |
|
|
|
<a href="mailto:odoo@cybrosys.com" target="_blank" class="btn btn-block mb-2 deep_hover" |
|
|
|
style="text-decoration: none; background-color: #4d4d4d; color: #FFF; border-radius: 4px;"><i |
|
|
|
class="fa fa-envelope mr-2"></i>odoo@cybrosys.com</a> |
|
|
|
<div class="container mt-5"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 col-md-6"> |
|
|
|
<div style="background-color: #F6F8F9; padding: 30px; display: flex; align-items: center;"> |
|
|
|
<div class="mr-4" |
|
|
|
style="background-color: #714B67; display: inline-block; height: 70px; width: 70px; display: flex; align-items: center; justify-content: center;"> |
|
|
|
<img src="assets/misc/support.png" height="48" width="48" |
|
|
|
style="width: 42px; height: 42px;"/> |
|
|
|
</div> |
|
|
|
<div class="col-lg-6"> |
|
|
|
<a href="https://api.whatsapp.com/send?phone=918606827707" target="_blank" |
|
|
|
class="btn btn-block mb-2 deep_hover" |
|
|
|
style="text-decoration: none; background-color: #25D366; color: #FFF; border-radius: 4px;"><i |
|
|
|
class="fa fa-whatsapp mr-2"></i>+91 86068 27707</a> |
|
|
|
<div> |
|
|
|
<h4>Need Help?</h4> |
|
|
|
<p style="line-height: 100%;">Got questions or need help? |
|
|
|
Get in touch.</p> |
|
|
|
<a href="mailto:odoo@cybrosys.com"> |
|
|
|
<p style="font-weight: 400; font-size: 28px; line-height: 80%; color: #714B67;"> |
|
|
|
odoo@cybrosys.com</p> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-sm-12 col-md-6"> |
|
|
|
<div style="background-color: #F6F8F9; padding: 30px; display: flex; align-items: center;"> |
|
|
|
<div class="mr-4" |
|
|
|
style="background-color: #2AC44D; display: inline-block; height: 70px; width: 70px; display: flex; align-items: center; justify-content: center;"> |
|
|
|
<img src="assets/misc/whatsapp.png" height="52" width="52" |
|
|
|
style="width: 52px; height: 52px;"/> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4>WhatsApp</h4> |
|
|
|
<p style="line-height: 100%;">Say hi to us on WhatsApp!</p> |
|
|
|
<a href="https://api.whatsapp.com/send?phone=918606827707"> |
|
|
|
<p style="font-weight: 400; font-size: 28px; line-height: 80%; color: #714B67;"> |
|
|
|
+91 86068 |
|
|
|
27707</p> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<!-- End of Contact Cards --> |
|
|
|
</section> |
|
|
|
<!-- Footer --> |
|
|
|
<section class="oe_container" style="padding: 2rem 3rem 1rem;"> |
|
|
|
<div class="row" style="max-width:1540px; margin: 0 auto; margin-right: 3rem; "> |
|
|
|
<!-- Logo --> |
|
|
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin-top: 3rem;"> |
|
|
|
<img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto"/> |
|
|
|
</div> |
|
|
|
<!-- End of Logo --> |
|
|
|
<div class="col-lg-12"> |
|
|
|
<hr |
|
|
|
style="margin-top: 3rem;background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> |
|
|
|
<!-- End of Footer Section --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<!-- END OF FOOTER --> |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12 my-5 d-flex justify-content-center align-items-center"> |
|
|
|
<img src="assets/misc/logo.png" width="144" height="31" |
|
|
|
style="width:144px; height: 31px; margin-top: 40px;"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- END OF SUPPORT --> |