Browse Source

[IMP] index, Dropbox feature updated 'auto_database_backup'

pull/207/head
AjmalCybro 3 years ago
parent
commit
4621b1a5e2
  1. BIN
      auto_database_backup/static/description/assets/icons/f-ftp.png
  2. 165
      auto_database_backup/static/description/index.html

BIN
auto_database_backup/static/description/assets/icons/f-ftp.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

165
auto_database_backup/static/description/index.html

@ -1,4 +1,21 @@
<div class="container" style="padding: 4rem 1.5rem !important">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container" style="padding: 4rem 1.5rem !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;">
@ -7,10 +24,9 @@
Automatic Database Backup</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;">
Generate Automatic Back up of databases and store to Local Storage, Google Drive, Dropbox And Remote
Server
Automatic Database Backup To Local Server, Remote Server, Google Drive And Dropbox
</p>
<img src="./assets/screenshots/hero.png" class="img-responsive" width="100%" height="auto"/>
<img src="./assets/screenshots/hero.png" class="img-responsive" width="100%" height="auto" />
</div>
</div>
@ -111,8 +127,7 @@
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-backup.png">
</div>
@ -128,40 +143,37 @@
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-ftp.png">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-sftp.png">
</div>
<div class="col-md-9" style="padding-left:0; float:left; width:70%;">
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px">
Store Backup to FTP Server</h3>
Store Backup to Remote Server</h3>
<p class="mt8" style="font-family:Roboto; margin-bottom: 0 !important;">
Generated backup can be stored to remote FTP server.
Generated backup can be stored to remote servers.
</p>
</div>
</div>
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-sftp.png">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-dropbox.png">
</div>
<div class="col-md-9" style="padding-left:0; float:left; width:70%;">
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px">
Store Backup to SFTP Server</h3>
Store Backup to Dropbox</h3>
<p class="mt8" style="font-family:Roboto; margin-bottom: 0 !important;">
Generated backup can be stored to remote SFTP server.
Generated backup can be stored to Dropbox account.
</p>
</div>
</div>
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-google-drive.png">
</div>
@ -176,24 +188,7 @@
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-dropbox.png">
</div>
<div class="col-md-9" style="padding-left:0; float:left; width:70%;">
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px">
Store Backup to Dropbox</h3>
<p class="mt8" style="font-family:Roboto; margin-bottom: 0 !important;">
Generated backup can be stored to Dropbox.
</p>
</div>
</div>
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-remove-database.png">
</div>
@ -208,8 +203,7 @@
</div>
<div class="col-md-6 pl-3 py-3 d-flex">
<div class="container shadow"
style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="container shadow" style="border-radius:10px; padding:10px 0px; display: flex; align-items: center;">
<div class="col-md-3" style="display: flex; justify-content: center; align-items: center;">
<img class="img img-responsive" width="60" height="60" src="/assets/icons/f-alarm.png">
</div>
@ -217,8 +211,7 @@
<h3 class="mt16 mb0" style="font-family:Roboto; font-weight:500; font-size:22px">
Notify user on success and failure of backup generation</h3>
<p class="mt8" style="font-family:Roboto; margin-bottom: 0 !important;">
An email notification send to user on successful backup generation also send an email
notification when
An email notification send to user on successful backup generation also send an email notification when
backup operation failed.
</p>
</div>
@ -243,7 +236,7 @@
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
Got Setting --> Technical --> Backup Configuration to configure backups</p>
<img src="assets/screenshots/backup1.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
<div class="col-lg-12 my-3">
@ -256,7 +249,7 @@
Enter the backup directory path, if directory does not exist new directory will be created.
</p>
<img src="assets/screenshots/backup2.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
<div class="col-lg-12 my-3">
@ -269,21 +262,21 @@
Test connection button to check whether the connection is successful.
</p>
<img src="assets/screenshots/backup3.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
A successful message will be displayed if connection is successful
</p>
<img src="assets/screenshots/backup4.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
An error message will be displayed if test connection is failed
</p>
<img src="assets/screenshots/backup5.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
@ -297,7 +290,7 @@
Test connection button to check whether the connection is successful.
</p>
<img src="assets/screenshots/backup6.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
@ -311,14 +304,14 @@
Enable and configure Google Drive option from general settings.
</p>
<img src="assets/screenshots/backup7.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
<p
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important;">
Setup refresh token from general settings
</p>
<img src="assets/screenshots/backup8.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
@ -331,7 +324,7 @@
Enable auto remove option, specify number of days to remove backups.
</p>
<img src="assets/screenshots/backup9.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
<div class="col-lg-12 my-3">
@ -344,7 +337,7 @@
selected user on
backup successful and failure.
<img src="assets/screenshots/backup10.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
<div class="col-lg-12 my-3">
@ -352,7 +345,7 @@
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">
Successful backup notification email</h4>
<img src="assets/screenshots/backup12.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
<div class="col-lg-12 my-3">
@ -360,7 +353,7 @@
style="font-family: 'Roboto', sans-serif !important; font-weight: 600 !important; color: #282F33 !important; font-size: 1.3rem !important;">
Notification email when backup generation failed</h4>
<img src="assets/screenshots/backup11.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
@ -375,9 +368,9 @@
Based on the scheduled action setup, backups will be generated on regular intervals.
</p>
<img src="assets/screenshots/backup13.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
<img src="assets/screenshots/backup14.png" class="img-responsive img-thumbnail border" width="100%"
height="auto"/>
height="auto" />
</div>
</div>
@ -388,7 +381,7 @@
style="text-align: center; padding: 2.5rem 1rem !important;">
<h2 style="color: #212529 !important;">Suggested Products</h2>
<hr
style="border: 3px solid #714B67 !important; background-color: #714B67 !important; width: 80px !important; margin-bottom: 2rem !important;"/>
style="border: 3px solid #714B67 !important; background-color: #714B67 !important; width: 80px !important; margin-bottom: 2rem !important;" />
<div id="demo1" class="row carousel slide" data-ride="carousel">
<!-- The slideshow -->
@ -398,8 +391,7 @@
<a href="https://apps.odoo.com/apps/modules/15.0/sales_credit_limit/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/1.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/1.png">
</div>
</a>
</div>
@ -407,8 +399,7 @@
<a href="https://apps.odoo.com/apps/modules/15.0/product_to_quotation/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/2.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/2.png">
</div>
</a>
</div>
@ -416,8 +407,7 @@
<a href="https://apps.odoo.com/apps/modules/15.0/dynamic_accounts_report/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/3.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/3.png">
</div>
</a>
</div>
@ -427,8 +417,7 @@
<a href="https://apps.odoo.com/apps/modules/15.0/hr_payroll_community/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/4.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/4.png">
</div>
</a>
</div>
@ -436,32 +425,26 @@
<a href="https://apps.odoo.com/apps/modules/15.0/product_barcode/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/5.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" 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/15.0/inventory_barcode_scanning/"
target="_blank">
<a href="https://apps.odoo.com/apps/modules/15.0/inventory_barcode_scanning/" target="_blank">
<div style="border-radius:10px">
<img class="img img-responsive center-block"
style="border-top-left-radius:10px; border-top-right-radius:10px"
src="./assets/modules/6.png">
style="border-top-left-radius:10px; border-top-right-radius:10px" src="./assets/modules/6.png">
</div>
</a>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo1" data-slide="prev"
style="left:-25px;width: 35px;color: #000;">
<span class="carousel-control-prev-icon"><i class="fa fa-chevron-left"
style="font-size:24px"></i></span>
<a class="carousel-control-prev" href="#demo1" data-slide="prev" style="left:-25px;width: 35px;color: #000;">
<span class="carousel-control-prev-icon"><i class="fa fa-chevron-left" style="font-size:24px"></i></span>
</a> <a class="carousel-control-next" href="#demo1" data-slide="next"
style="right:-25px;width: 35px;color: #000;">
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right"
style="font-size:24px"></i></span>
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
</a>
</div>
</div>
@ -474,7 +457,7 @@
<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;"/>
style="border: 3px solid #714B67 !important; background-color: #714B67 !important; width: 80px !important; margin-bottom: 2rem !important;" />
</div>
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
@ -579,7 +562,7 @@
<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;"/>
style="border: 3px solid #714B67 !important; background-color: #714B67 !important; width: 80px !important; margin-bottom: 2rem !important;" />
</div>
<div class="col-lg-3">
@ -613,8 +596,7 @@
<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">
<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>
@ -627,8 +609,7 @@
<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"
width="48px">
<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;">
Manufacturing
</h5>
@ -668,8 +649,7 @@
<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">
<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>
@ -705,7 +685,7 @@
<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;"/>
style="border: 3px solid #714B67 !important; background-color: #714B67 !important; width: 80px !important; margin-bottom: 2rem !important;" />
</div>
</div>
@ -738,7 +718,7 @@
<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"/>
<img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto" />
</div>
<!-- End of Logo -->
<div class="col-lg-12">
@ -750,4 +730,17 @@
</section>
<!-- END OF FOOTER -->
</div>
</div>
<!-- BOOTSTRAP -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>
</body>
</html>
Loading…
Cancel
Save