@ -1,53 +0,0 @@ |
|||||
.. image:: https://img.shields.io/badge/license-OPL--1-red.svg |
|
||||
:target: https://www.odoo.com/documentation/16.0/legal/licenses.html#odoo-apps |
|
||||
:alt: License: OPL-1 |
|
||||
|
|
||||
Calculator in POS Screen |
|
||||
======================== |
|
||||
A simple virtual calculator on the POS screen enables quick calculations without the need for a physical calculator. |
|
||||
|
|
||||
Configuration |
|
||||
============= |
|
||||
After Installation, go to Configuration-> Point of Sales -> Shop/Restaurant -> Enable 'Virtual Calculator'. |
|
||||
|
|
||||
Company |
|
||||
------- |
|
||||
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ |
|
||||
|
|
||||
License |
|
||||
------- |
|
||||
Odoo Proprietary License v1.0 (OPL-1) |
|
||||
(https://www.odoo.com/documentation/16.0/legal/licenses.html#odoo-apps) |
|
||||
|
|
||||
Credits |
|
||||
------- |
|
||||
* Developers : (V11): Mashood K U, |
|
||||
(V12): Kavya Raveendran, |
|
||||
(V13): Mashood, |
|
||||
(V14): Abhishek E T, |
|
||||
(V15): Abhishek E T, |
|
||||
(V16): Sumith Sivan, |
|
||||
(V17): Aysha Shalin, |
|
||||
Contact: odoo@cybrosys.com |
|
||||
|
|
||||
Contacts |
|
||||
-------- |
|
||||
* Mail Contact : odoo@cybrosys.com |
|
||||
* Website : https://cybrosys.com |
|
||||
|
|
||||
Bug Tracker |
|
||||
----------- |
|
||||
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. |
|
||||
|
|
||||
Maintainer |
|
||||
========== |
|
||||
.. image:: https://cybrosys.com/images/logo.png |
|
||||
:target: https://cybrosys.com |
|
||||
|
|
||||
This module is maintained by Cybrosys Technologies. |
|
||||
|
|
||||
For support and more information, please visit `Our Website <https://cybrosys.com/>`__ |
|
||||
|
|
||||
Further information |
|
||||
=================== |
|
||||
HTML Description: `<static/description/index.html>`__ |
|
@ -1,22 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
################################################################################ |
|
||||
# |
|
||||
# Cybrosys Technologies Pvt. Ltd. |
|
||||
# |
|
||||
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
|
||||
# Author: Cybrosys Technologies (odoo@cybrosys.com) |
|
||||
# |
|
||||
# This program is under the terms of the Odoo Proprietary License v1.0(OPL-1) |
|
||||
# It is forbidden to publish, distribute, sublicense, or sell copies of the |
|
||||
# Software or modified copies of the Software. |
|
||||
# |
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
||||
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
|
||||
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
|
||||
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|
||||
# USE OR OTHER DEALINGS IN THE SOFTWARE. |
|
||||
# |
|
||||
################################################################################ |
|
||||
from . import models |
|
@ -1,54 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
################################################################################ |
|
||||
# |
|
||||
# Cybrosys Technologies Pvt. Ltd. |
|
||||
# |
|
||||
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
|
||||
# Author: Cybrosys Technologies (odoo@cybrosys.com) |
|
||||
# |
|
||||
# This program is under the terms of the Odoo Proprietary License v1.0(OPL-1) |
|
||||
# It is forbidden to publish, distribute, sublicense, or sell copies of the |
|
||||
# Software or modified copies of the Software. |
|
||||
# |
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
||||
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
|
||||
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
|
||||
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|
||||
# USE OR OTHER DEALINGS IN THE SOFTWARE. |
|
||||
# |
|
||||
################################################################################ |
|
||||
{ |
|
||||
'name': 'Calculator in POS Screen', |
|
||||
'version': '17.0.1.0.0', |
|
||||
'category': 'Point of Sale', |
|
||||
'summary': """A simple virtual calculator with option to enable/disable it |
|
||||
from POS configuration.""", |
|
||||
'description': """This module provides a straightforward virtual calculator |
|
||||
in the POS, offering users the flexibility to enable or disable its |
|
||||
functionality through the POS configuration settings allowing users to |
|
||||
effortlessly perform calculations within the POS environment.""", |
|
||||
'author': 'Cybrosys Techno Solutions', |
|
||||
'company': 'Cybrosys Techno Solutions', |
|
||||
'maintainer': 'Cybrosys Techno Solutions', |
|
||||
'website': "https://www.cybrosys.com", |
|
||||
'depends': ['point_of_sale'], |
|
||||
'data': ['views/pos_config_views.xml'], |
|
||||
'assets': { |
|
||||
'point_of_sale._assets_pos': [ |
|
||||
'calculator_in_pos/static/src/app/calculator_button/calculator_button.js', |
|
||||
'calculator_in_pos/static/src/app/calculator_button/calculator_button.xml', |
|
||||
'calculator_in_pos/static/src/app/calculator_popup/calculator_popup.js', |
|
||||
'calculator_in_pos/static/src/app/calculator_popup/calculator_popup.xml', |
|
||||
'calculator_in_pos/static/src/css/calculator_in_pos.css', |
|
||||
], |
|
||||
}, |
|
||||
'images': ['static/description/banner.png'], |
|
||||
'license': 'OPL-1', |
|
||||
'price': 4.99, |
|
||||
'currency': 'EUR', |
|
||||
'installable': True, |
|
||||
'auto_install': False, |
|
||||
'application': False, |
|
||||
} |
|
@ -1,6 +0,0 @@ |
|||||
## Module <calculator_in_pos> |
|
||||
|
|
||||
#### 11.12.2023 |
|
||||
#### Version 17.0.1.0.0 |
|
||||
##### ADD |
|
||||
- Initial commit for Calculator in POS Screen |
|
@ -1,23 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
################################################################################ |
|
||||
# |
|
||||
# Cybrosys Technologies Pvt. Ltd. |
|
||||
# |
|
||||
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
|
||||
# Author: Cybrosys Technologies (odoo@cybrosys.com) |
|
||||
# |
|
||||
# This program is under the terms of the Odoo Proprietary License v1.0(OPL-1) |
|
||||
# It is forbidden to publish, distribute, sublicense, or sell copies of the |
|
||||
# Software or modified copies of the Software. |
|
||||
# |
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
||||
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
|
||||
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
|
||||
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|
||||
# USE OR OTHER DEALINGS IN THE SOFTWARE. |
|
||||
# |
|
||||
################################################################################ |
|
||||
from . import pos_calculator |
|
||||
from . import pos_config |
|
@ -1,45 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
################################################################################ |
|
||||
# |
|
||||
# Cybrosys Technologies Pvt. Ltd. |
|
||||
# |
|
||||
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
|
||||
# Author: Cybrosys Technologies (odoo@cybrosys.com) |
|
||||
# |
|
||||
# This program is under the terms of the Odoo Proprietary License v1.0(OPL-1) |
|
||||
# It is forbidden to publish, distribute, sublicense, or sell copies of the |
|
||||
# Software or modified copies of the Software. |
|
||||
# |
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
||||
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
|
||||
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
|
||||
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|
||||
# USE OR OTHER DEALINGS IN THE SOFTWARE. |
|
||||
# |
|
||||
################################################################################ |
|
||||
from odoo import models |
|
||||
|
|
||||
|
|
||||
class PosCalculator(models.TransientModel): |
|
||||
""" Calculator in POS Screen """ |
|
||||
_name = 'pos.calculator' |
|
||||
_description = 'POS Calculator' |
|
||||
|
|
||||
def calculations(self, data): |
|
||||
""" Perform calculations on the given mathematical expression """ |
|
||||
while data.endswith((".", "+", "-", "/", "%", "*"), len(data) - 1, |
|
||||
len(data)): |
|
||||
data = data[:-1] |
|
||||
if data.find("%") == -1: |
|
||||
return str(eval(data)) |
|
||||
else: |
|
||||
vals = data.split('%') |
|
||||
while len(vals) > 1: |
|
||||
new_val = eval(vals[len(vals) - 2]) * eval( |
|
||||
vals[len(vals) - 1]) / 100 |
|
||||
vals.pop() |
|
||||
vals.pop() |
|
||||
vals.append(str(new_val)) |
|
||||
return vals[0] |
|
@ -1,32 +0,0 @@ |
|||||
# -*- coding: utf-8 -*- |
|
||||
################################################################################ |
|
||||
# |
|
||||
# Cybrosys Technologies Pvt. Ltd. |
|
||||
# |
|
||||
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
|
||||
# Author: Cybrosys Technologies (odoo@cybrosys.com) |
|
||||
# |
|
||||
# This program is under the terms of the Odoo Proprietary License v1.0(OPL-1) |
|
||||
# It is forbidden to publish, distribute, sublicense, or sell copies of the |
|
||||
# Software or modified copies of the Software. |
|
||||
# |
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|
||||
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
|
||||
# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
|
||||
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
|
||||
# USE OR OTHER DEALINGS IN THE SOFTWARE. |
|
||||
# |
|
||||
################################################################################ |
|
||||
from odoo import fields, models |
|
||||
|
|
||||
|
|
||||
class PosConfig(models.Model): |
|
||||
""" Inheriting 'pos.config' for adding field for enabling/disabling |
|
||||
calculator in POS.""" |
|
||||
_inherit = 'pos.config' |
|
||||
|
|
||||
active_calc = fields.Boolean( |
|
||||
string='Virtual Calculator', default=True, |
|
||||
help="Enable Calculator in POS Screen") |
|
|
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 911 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 905 B |
Before Width: | Height: | Size: 839 B |
Before Width: | Height: | Size: 427 B |
Before Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 988 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 912 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 7.7 KiB |
@ -1,568 +0,0 @@ |
|||||
<!DOCTYPE html> |
|
||||
<html lang="en"> |
|
||||
<head> |
|
||||
<meta charset="UTF-8"> |
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
||||
<title>Odoo App 3 Index</title> |
|
||||
<!-- Bootstrap CSS --> |
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" |
|
||||
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"> |
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com"> |
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet"> |
|
||||
</head> |
|
||||
<body> |
|
||||
<section> |
|
||||
<div class="container" style="font-family: 'Inter', sans-serif !important;background-color: #fff !important;"> |
|
||||
<div class="row"> |
|
||||
<div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between flex-wrap align-items-sm-center" |
|
||||
style="border-bottom:1px solid rgba(0, 0, 0, 0.22)"> |
|
||||
<div class="my-3"> |
|
||||
<img src="assets/misc/Cybrosys R.png" style="width:auto !important; height:40px !important"> |
|
||||
</div> |
|
||||
<div class="my-3 d-flex align-items-center"> |
|
||||
<div class="text-center" |
|
||||
style="background-color:#017E84 !important;font-size: 0.8rem !important; color:#fff !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important; min-width: 120px !important;"> |
|
||||
Community |
|
||||
</div> |
|
||||
<div class="text-center" |
|
||||
style="background-color:#875A7B !important; color:#fff !important;font-size: 0.8rem !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important;min-width: 120px !important;"> |
|
||||
Enterprise |
|
||||
</div> |
|
||||
<div class="text-center" |
|
||||
style="background-color:#7C7BAD !important; color:#fff !important;font-size: 0.8rem !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important; min-width: 120px !important;"> |
|
||||
Odoo.sh |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="row"> |
|
||||
<div class="col-sm-12 col-md-12 col-lg-12 text-center d-flex align-items-center flex-column" |
|
||||
style="margin: 80px 0px !important;"> |
|
||||
<h1 style="font-size: 2.8rem;font-weight: 700; color: |
|
||||
#1A202C;"> |
|
||||
Calculator in POS Screen</h1> |
|
||||
<p class="my-3 mb-4" |
|
||||
style="max-width: 80%; font-weight: 400 !important; line-height: 32px; color: #718096;"> |
|
||||
A Simple Virtual Calculator with the Option to Enable/Disable it from POS Configurations. |
|
||||
</p> |
|
||||
<div style="width: 80%; margin-top: 3rem;"> |
|
||||
<img src="assets/screenshots/hero.gif" class="img-responsive" width="100%" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="container mt-5 mb-5"> |
|
||||
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-4"> |
|
||||
<p class="m-0" style="font-weight: 600; font-size: 24px; color:#714b67 !important">Key Highlights |
|
||||
</p> |
|
||||
</div> |
|
||||
<div class="row py-4"> |
|
||||
<div class="col-md-6 col-sm-12 p-3"> |
|
||||
<div class="d-flex h-100" style="padding: 30px;border-radius: 12px; |
|
||||
background: #FFF; |
|
||||
box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25); "> |
|
||||
<div style="width: 36px; height: 36px; border-radius: 50%; background: #714B67; |
|
||||
display: flex; justify-content: center; align-items: center; |
|
||||
margin-right: 10px; flex-shrink: 0;"> |
|
||||
<i class="fa-solid fa-star " style="color: #fff;font-size:14px;"></i> |
|
||||
</div> |
|
||||
<div> |
|
||||
<p style="color: #1A202C;font-weight: 600; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">Simple Virtual Calculator.</p> |
|
||||
<p class="m-0" style="color:#718096">Simple Virtual Calculator with a Well-Structured Keyboard Layout. |
|
||||
</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-6 col-sm-12 p-3"> |
|
||||
<div class="d-flex h-100" style="padding: 30px;border-radius: 12px; |
|
||||
background: #FFF; |
|
||||
box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25); "> |
|
||||
<div style="width: 36px; height: 36px; border-radius: 50%; background: #714B67; |
|
||||
display: flex; justify-content: center; align-items: center; |
|
||||
margin-right: 10px; flex-shrink: 0;"> |
|
||||
<i class="fa-solid fa-star " style="color: #fff;font-size:14px;"></i> |
|
||||
</div> |
|
||||
<div> |
|
||||
<p style="color: #1A202C;font-weight: 600; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">'Calculator' Button in POS Screen.</p> |
|
||||
<p class="m-0" style="color:#718096">Adds a 'Calculator' Button to the POS Screen for Quick and Seamless Mathematical Operations. |
|
||||
</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-6 col-sm-12 p-3"> |
|
||||
<div class="d-flex h-100" style="padding: 30px;border-radius: 12px; |
|
||||
background: #FFF; |
|
||||
box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.25); "> |
|
||||
<div style="width: 36px; height: 36px; border-radius: 50%; background: #714B67; |
|
||||
display: flex; justify-content: center; align-items: center; |
|
||||
margin-right: 10px; flex-shrink: 0;"> |
|
||||
<i class="fa-solid fa-star " style="color: #fff;font-size:14px;"></i> |
|
||||
</div> |
|
||||
<div> |
|
||||
<p style="color: #1A202C;font-weight: 600; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">Enable/Disable Calculator.</p> |
|
||||
<p class="m-0" style="color:#718096">Easily Enable/Disable Calculator from POS Configuration. |
|
||||
</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="container rounded" > |
|
||||
<ul class="nav nav-tabs d-flex" style="width: fit-content;margin: 0 auto;gap: 1rem;"> |
|
||||
<li class="col text-center py-2 text-nowrap " |
|
||||
style="color: #fff; background-color: #714B67;border-radius: 6px 6px 0px 0px;"><a |
|
||||
class="active show" data-toggle="tab" href="#tab1" |
|
||||
style="color: #fff;font-weight: 500; background-color: #714B67; text-decoration: none;"> |
|
||||
<i class="fa-regular fa-image pr-2" style="color: #fff;"></i> |
|
||||
Screenshots</a></li> |
|
||||
<li class="col text-center py-2 text-nowrap " |
|
||||
style="color: #fff; background-color: #714B67;border-radius: 6px 6px 0px 0px;"><a |
|
||||
data-toggle="tab" href="#tab2" |
|
||||
style="color: #fff;font-weight: 500; text-decoration: none;"><i |
|
||||
class="fa-solid fa-star pr-2" style="color: #fff;"></i>Features</a></li> |
|
||||
<li class="col text-center py-2 text-nowrap " |
|
||||
style="color: #fff; background-color: #714B67;border-radius: 6px 6px 0px 0px;"><a |
|
||||
data-toggle="tab" href="#tab3" |
|
||||
style="color: #fff;font-weight: 500; text-decoration: none; background-color: #714B67;"><i |
|
||||
class="fa-solid fa-book-open pr-2" style="color: #fff;"></i>Released Notes</a></li> |
|
||||
</ul> |
|
||||
<div class="tab-content" style="background-color: rgba(121, 113, 119, 0.04);"> |
|
||||
<div id="tab1" class="tab-pane fade in active show"> |
|
||||
<div class="col-lg-12 py-2" style="padding: 1rem 4rem !important;"> |
|
||||
<div |
|
||||
style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<div class="row justify-content-center p-3 w-100 m-0"> |
|
||||
<img src="assets/screenshots/1.png" class="img-responsive" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<div class="px-3"> |
|
||||
<h4 class="mt-2" |
|
||||
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important"> |
|
||||
To Enable POS Calculator, go to Configuration -> Point of Sales -> Shop/Restaurant -> Virtual Calculator.</h4> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-lg-12 py-2" style="padding: 1rem 4rem !important;"> |
|
||||
<div |
|
||||
style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<div class="row justify-content-center p-3 w-100 m-0"> |
|
||||
<img src="assets/screenshots/2.png" class="img-responsive" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<div class="px-3"> |
|
||||
<h4 class="mt-2" |
|
||||
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important"> |
|
||||
A 'Calculator' Button will be Displayed on the POS Screen.</h4> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-lg-12 py-2" style="padding: 1rem 4rem !important;"> |
|
||||
<div |
|
||||
style="border: 1px solid #d8d6d6; border-radius: 4px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<div class="row justify-content-center p-3 w-100 m-0"> |
|
||||
<img src="assets/screenshots/3.png" class="img-responsive" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<div class="px-3"> |
|
||||
<h4 class="mt-2" |
|
||||
style=" font-weight:600 !important; color:#282F33 !important; font-size:1.3rem !important"> |
|
||||
Click the 'Calculator' Button to Open the Virtual Calculator.</h4> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div id="tab2" class="tab-pane fade"> |
|
||||
<div class="col-mg-12" style="padding: 1rem 4rem;"> |
|
||||
<ul style="list-style: none; padding: 1rem 0;font-weight: 500;"> |
|
||||
<li class="py-3" |
|
||||
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<span style="margin-right: 12px;"><img src="assets/misc/star (1) 2.svg" alt="" |
|
||||
width="16px"></span>Displays a Window with a Structured Keyboard Layout. |
|
||||
</li> |
|
||||
<li class="py-3" |
|
||||
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<span style="margin-right: 12px;"><img src="assets/misc/star (1) 2.svg" alt="" |
|
||||
width="16px"></span>Simple and Beautiful GUI. |
|
||||
</li> |
|
||||
<li class="py-3" |
|
||||
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<span style="margin-right: 12px;"><img src="assets/misc/star (1) 2.svg" alt="" |
|
||||
width="16px"></span>All Basic Calculation Methods are Available. |
|
||||
</li> |
|
||||
<li class="py-3" |
|
||||
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<span style="margin-right: 12px;"><img src="assets/misc/star (1) 2.svg" alt="" |
|
||||
width="16px"></span>Easily Accessible from the POS Screen by Clicking a Button. |
|
||||
</li> |
|
||||
<li class="py-3" |
|
||||
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<span style="margin-right: 12px;"><img src="assets/misc/star (1) 2.svg" alt="" |
|
||||
width="16px"></span>Easily Enable/Disable Calculator from POS Configuration Settings. |
|
||||
</li> |
|
||||
</ul> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div id="tab3" class="tab-pane fade"> |
|
||||
<div class="col-mg-12 active" style="padding: 1rem 4rem;"> |
|
||||
<div class="py-3" |
|
||||
style="font-weight: 500;background-color: #fff; border-radius: 4px; padding: 1rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> |
|
||||
<div class="d-flex mb-3" style="font-size: 0.8rem; font-weight: 500;"><span>Version |
|
||||
17.0.1.0.0</span><span class="px-2">|</span><span |
|
||||
style="color: #714B67;font-weight: 600;">Released on:15th November 2023</span> |
|
||||
</div> |
|
||||
<p class="m-0" |
|
||||
style=" color:#718096!important; font-size:1rem !important;line-height: 28px;"> |
|
||||
Initial Commit for Calculator in POS Screen.</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="container mt-5"> |
|
||||
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-5"> |
|
||||
<p class="m-0" style="font-weight: 600; font-size: 24px; color:#000 !important">Related Products</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div id="myCarousel" class="carousel slide py-3" data-ride="carousel"> |
|
||||
<div class="carousel-inner"> |
|
||||
<div class="carousel-item active"> |
|
||||
<div class="row p-4"> |
|
||||
<div class="col"> |
|
||||
<div class="p-3"> |
|
||||
<a href="https://apps.odoo.com/apps/modules/17.0/dashboard_pos/" style="color: #000; text-decoration: none;"> |
|
||||
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
|
||||
<div style="width: 300px; "> |
|
||||
<img src="assets/modules/dashboard_pos.png" alt="" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<p class="text-center pt-2 text-black font-weight-bold">POS Dashboard</p> |
|
||||
</div> |
|
||||
</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col"> |
|
||||
<div class="p-3"> |
|
||||
<a href="https://apps.odoo.com/apps/modules/17.0/base_accounting_kit/" style="color: #000; text-decoration: none;"> |
|
||||
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
|
||||
<div style="width: 300px; "> |
|
||||
<img src="assets/modules/base_accounting_kit.gif" alt="" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<p class="text-center pt-2 text-black font-weight-bold">Odoo 17 Full Accounting Kit</p> |
|
||||
</div> |
|
||||
</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col"> |
|
||||
<div class="p-3"> |
|
||||
<a href="https://apps.odoo.com/apps/modules/17.0/invoice_format_editor/" style="color: #000; text-decoration: none;"> |
|
||||
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
|
||||
<div style="width: 300px; "> |
|
||||
<img src="assets/modules/invoice_format_editor.png" alt="" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<p class="text-center pt-2 text-black font-weight-bold">Invoice Format Editor</p> |
|
||||
</div> |
|
||||
</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="carousel-item"> |
|
||||
<div class="row p-4"> |
|
||||
<div class="col"> |
|
||||
<div class="p-3"> |
|
||||
<a href="https://apps.odoo.com/apps/modules/17.0/product_barcode/" style="color: #000; text-decoration: none;"> |
|
||||
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
|
||||
<div style="width: 300px; "> |
|
||||
<img src="assets/modules/product_barcode.png" alt="" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<p class="text-center pt-2 text-black font-weight-bold">Product Barcode Generator</p> |
|
||||
</div> |
|
||||
</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col"> |
|
||||
<div class="p-3"> |
|
||||
<a href="https://apps.odoo.com/apps/modules/17.0/inventory_barcode_scanning/" style="color: #000; text-decoration: none;"> |
|
||||
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
|
||||
<div style="width: 300px;"> |
|
||||
<img src="assets/modules/inventory_barcode_scanning.png" alt="" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<p class="text-center pt-2 text-black font-weight-bold">Barcode scanning in Inventory</p> |
|
||||
</div> |
|
||||
</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col"> |
|
||||
<div class="p-3"> |
|
||||
<a href="https://apps.odoo.com/apps/modules/17.0/whatsapp_redirect/" style="color: #000; text-decoration: none;"> |
|
||||
<div style="border:1px solid #CBCBCB !important;border-radius: 4px;"> |
|
||||
<div style="width: 300px;"> |
|
||||
<img src="assets/modules/whatsapp_redirect.png" alt="" width="100%" height="auto"> |
|
||||
</div> |
|
||||
<p class="text-center pt-2 text-black font-weight-bold">Send Whatsapp Message</p> |
|
||||
</div> |
|
||||
</a> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<a class="carousel-control-prev" href="#myCarousel" data-slide="prev" style="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="#myCarousel" data-slide="next" style="width: 35px; color: #000;"> |
|
||||
<span class="carousel-control-next-icon"> |
|
||||
<i class="fa fa-chevron-right" style="font-size: 24px;"></i> |
|
||||
</span> |
|
||||
</a> |
|
||||
</div> |
|
||||
<div class="container mt-5"> |
|
||||
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-4"> |
|
||||
<p class="m-0" style="font-weight: 600; font-size: 24px; color:#000 !important">Our Services</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="container my-5"> |
|
||||
<div class="row py-3"> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#13EA36 ; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/cogs.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Odoo Customization</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#DBC711; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/wrench.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Odoo Implementation</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative; border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#FF6B6B ; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/lifebuoy.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Odoo Support</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative; border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#FFA801 ; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/user.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Hire Odoo Developer</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative; border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#54A0FF; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/puzzle.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Odoo Integration</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#6D7680 ; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/update.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Odoo Migration</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#786FA6 ; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/consultation.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Odoo Consultancy</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;position: relative;border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#F8A5C2 ; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/training.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Odoo Implementation</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-4 col-sm-6 px-4 py-4"> |
|
||||
<div |
|
||||
style="background-color: #fff; padding: 25px; text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; position: relative;border-radius: 4px;"> |
|
||||
<div style="position: absolute; top: 0%; left: 50%; transform: translate(-50%, -50%);"> |
|
||||
<div style="background-color:#E6BE26; border-radius: 50%; padding: 15px; width: 68px; |
|
||||
height: 68px; display: inline-block; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);"> |
|
||||
<img src="assets/icons/license.png" alt="service-icon" width="38px" height="auto"> |
|
||||
</div> |
|
||||
</div> |
|
||||
<p style="margin-top: 20px; font-weight: bold;">Odoo Licensing Consultancy</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="container mt-5"> |
|
||||
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-4"> |
|
||||
<p class="m-0" style="font-weight: 600; font-size: 24px; color:#000 !important">Our Industries</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="container"> |
|
||||
<div class="row my-5 py-4"> |
|
||||
<div class="col-md-3 col-sm-6 p-0"> |
|
||||
<div class="d-flex flex-column h-100 " |
|
||||
style="border-right: 1px solid rgb(209, 209, 209); border-bottom: 1px solid rgb(209, 209, 209); padding: 30px; box-shadow: 6px 0 10px rgba(228, 227, 227, 0.373);"> |
|
||||
<img src="assets/icons/trading-black.png" width="42px" height="auto" alt=""> |
|
||||
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">Trading</p> |
|
||||
<p>Easily procure and sell your products</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-3 col-sm-6 p-0"> |
|
||||
<div class="d-flex flex-column h-100" |
|
||||
style="border-right: 1px solid rgb(209, 209, 209);border-bottom: 1px solid rgb(209, 209, 209); padding: 30px;"> |
|
||||
<img src="assets/icons/pos-black.png" width="42px" height="auto" alt=""> |
|
||||
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">POS</p> |
|
||||
<p>Easy configuration and convivial experience</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-3 col-sm-6 p-0"> |
|
||||
<div class="d-flex flex-column h-100" |
|
||||
style="border-right: 1px solid rgb(209, 209, 209);border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 30px; box-shadow: 0 5px 10px rgba(228, 227, 227, 0.373)"> |
|
||||
<img src="assets/icons/education-black.png" width="42px" height="auto" alt=""> |
|
||||
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">Education</p> |
|
||||
<p>A platform for educational management</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-3 col-sm-6 p-0"> |
|
||||
<div class="d-flex flex-column h-100" |
|
||||
style="border-bottom: 1px solid rgb(209, 209, 209); padding: 30px; "> |
|
||||
<img src="assets/icons/manufacturing-black.png" width="42px" height="auto" alt=""> |
|
||||
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">Manufacturing</p> |
|
||||
<p>Plan, track and schedule your operations</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-3 col-sm-6 p-0"> |
|
||||
<div class="d-flex flex-column h-100" |
|
||||
style="border-right: 1px solid rgb(209, 209, 209); padding: 30px;"> |
|
||||
<img src="assets/icons/ecom-black.png" width="42px" height="auto" alt=""> |
|
||||
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">E-commerce & Website</p> |
|
||||
<p>Mobile friendly, awe-inspiring product pages</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-3 col-sm-6 p-0"> |
|
||||
<div class="d-flex flex-column h-100" |
|
||||
style="border-right: 1px solid rgb(209, 209, 209); padding: 30px;box-shadow: 0 -5px 10px rgba(228, 227, 227, 0.373);"> |
|
||||
<img src="assets/icons/service-black.png" width="42px" height="auto" alt=""> |
|
||||
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">Service Management</p> |
|
||||
<p>Keep track of services and invoice</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-3 col-sm-6 p-0"> |
|
||||
<div class="d-flex flex-column h-100" |
|
||||
style="border-right: 1px solid rgb(209, 209, 209); padding: 30px; "> |
|
||||
<img src="assets/icons/restaurant-black.png" width="42px" height="auto" alt=""> |
|
||||
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">Restaurant</p> |
|
||||
<p>Run your bar or restaurant methodically</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-3 col-sm-6 p-0"> |
|
||||
<div class="d-flex flex-column h-100" |
|
||||
style=" padding: 30px;box-shadow: -5px 0 10px rgba(228, 227, 227, 0.373);"> |
|
||||
<img src="assets/icons/hotel-black.png" width="42px" height="auto" alt=""> |
|
||||
<p style="color: #714B67;font-weight: 600; margin-top: 10px; |
|
||||
font-size: 1.2rem; margin-bottom: 2px;">Hotel Management</p> |
|
||||
<p>An all-inclusive hotel management application</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="container mt-5"> |
|
||||
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mt-5"> |
|
||||
<p class="m-0" style="font-weight: 600; font-size: 24px; color:#000 !important">Support</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="container my-5"> |
|
||||
<div class="row" style="background-color: #FFFAFE;"> |
|
||||
<div class="col-md-6 pb-4 d-flex align-items-center justify-content-center" |
|
||||
style="border-right: 1px solid #D9D9D9;"> |
|
||||
<div style="padding: 30px;"> |
|
||||
<div class="d-flex align-items-center"> |
|
||||
<img src="assets/misc/support (1) 1.svg" alt="" width="60px" style="margin-right: 12px;"> |
|
||||
<div style="padding: 0px 8px;"> |
|
||||
<span |
|
||||
style="color: #714B67;font-size: 24px;font-weight: 600;padding-bottom: 1rem;">Need |
|
||||
Help?</span> |
|
||||
<p class="m-0" style="color:#718096;">Got questions or need help? Get in touch.</p> |
|
||||
<div style="font-weight: 400;"><span><img src="assets/misc/support-email.svg" alt="" |
|
||||
width="18px" |
|
||||
style="filter: invert(1);margin-right: 0.8rem;"></span>odoo@cybrosys.com |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
<div class="col-md-6 pb-4 d-flex align-items-center justify-content-center"> |
|
||||
<div style="padding: 30px;"> |
|
||||
<div class="d-flex align-items-center"> |
|
||||
<img src="assets/misc/whatsapp 1.svg" alt="" width="60px" style="margin-right: 12px;"> |
|
||||
<div> |
|
||||
<span style="color: #714B67;font-size: 24px;font-weight: 600;">WhatsApp</span> |
|
||||
<p class="m-0" style="color:#718096;">Say hi to us on WhatsApp!</p> |
|
||||
<div style="font-weight: 400; font-size: 16px;"><span><img src="assets/misc/phone.svg" |
|
||||
alt="" width="14px" |
|
||||
style="filter: invert(1); margin-right: 0.8rem;"></span>+91 |
|
||||
99456767686</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</section> |
|
||||
<!-- Optional JavaScript --> |
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> |
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> |
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> |
|
||||
</body> |
|
||||
</html> |
|
@ -1,34 +0,0 @@ |
|||||
/** @odoo-module **/ |
|
||||
import { ProductScreen } from "@point_of_sale/app/screens/product_screen/product_screen"; |
|
||||
import { Component } from "@odoo/owl"; |
|
||||
import { usePos } from "@point_of_sale/app/store/pos_hook"; |
|
||||
import { CalculatorPopup } from "../calculator_popup/calculator_popup.js"; |
|
||||
import { useService } from "@web/core/utils/hooks"; |
|
||||
import { _t } from "@web/core/l10n/translation"; |
|
||||
|
|
||||
/* This class represents calculator button in product screen. */ |
|
||||
export class CalculatorButton extends Component{ |
|
||||
static template = "CalculatorButton"; |
|
||||
/* Initializes the component and sets up necessary dependencies. */ |
|
||||
setup() { |
|
||||
super.setup(); |
|
||||
this.pos = usePos(); |
|
||||
this.popup = useService("popup"); |
|
||||
} |
|
||||
/** |
|
||||
* Handles the click event of the CalculatorButton. |
|
||||
* Opens a popup for calculator. |
|
||||
*/ |
|
||||
async click() { |
|
||||
await this.popup.add(CalculatorPopup, { |
|
||||
title: _t('Calculator'), |
|
||||
}); |
|
||||
} |
|
||||
} |
|
||||
/* Adding CalculatorButton to the ProductScreen controls */ |
|
||||
ProductScreen.addControlButton({ |
|
||||
component: CalculatorButton, |
|
||||
condition: function() { |
|
||||
return this.pos.config.active_calc; |
|
||||
}, |
|
||||
}); |
|
@ -1,10 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<!-- This template defines a button for a calculator in POS Product Screen --> |
|
||||
<templates id="template" xml:space="preserve"> |
|
||||
<t t-name="CalculatorButton" owl="1"> |
|
||||
<div class="control-button btn btn-light rounded-0 fw-bolder" t-on-click="() => this.click()"> |
|
||||
<i class="fa fa-calculator"/> |
|
||||
<span>Calculator</span> |
|
||||
</div> |
|
||||
</t> |
|
||||
</templates> |
|
@ -1,126 +0,0 @@ |
|||||
/** @odoo-module **/ |
|
||||
import { AbstractAwaitablePopup } from "@point_of_sale/app/popup/abstract_awaitable_popup"; |
|
||||
import { _t } from "@web/core/l10n/translation"; |
|
||||
import { useState } from "@odoo/owl"; |
|
||||
import { useService } from "@web/core/utils/hooks"; |
|
||||
import { Numpad } from "@point_of_sale/app/generic_components/numpad/numpad"; |
|
||||
|
|
||||
const INPUT_KEYS = ['x', '/', '%', '+', '-', '=', 'Delete', '⌫'] |
|
||||
|
|
||||
/* This class represents calculator popup in product screen. */ |
|
||||
export class CalculatorPopup extends AbstractAwaitablePopup { |
|
||||
static template = "CalculatorPopup"; |
|
||||
static components = { Numpad }; |
|
||||
static defaultProps = { |
|
||||
cancelText: _t("Close"), |
|
||||
title: _t("Calculator"), |
|
||||
getInputBufferReminder: () => false, |
|
||||
}; |
|
||||
/* Initializes the component and sets up necessary dependencies. */ |
|
||||
setup() { |
|
||||
super.setup(); |
|
||||
let startingBuffer = ""; |
|
||||
if (typeof this.props.startingValue === "number" && this.props.startingValue > 0) { |
|
||||
startingBuffer = this.props.startingValue |
|
||||
.toFixed(this.props.nbrDecimal) |
|
||||
.toString() |
|
||||
.replace(".", this.decimalSeparator); |
|
||||
} |
|
||||
this.state = useState({ |
|
||||
buffer: startingBuffer, |
|
||||
}); |
|
||||
this.numberBuffer = useService("number_buffer"); |
|
||||
this.numberBuffer.use({ |
|
||||
triggerAtEnter: () => this.confirm(), |
|
||||
triggerAtEscape: () => this.cancel(), |
|
||||
state: this.state, |
|
||||
}); |
|
||||
this.orm = useService("orm"); |
|
||||
} |
|
||||
/* Load buttons in Calculator popup. */ |
|
||||
getNumpadButtonsPOS() { |
|
||||
return [ |
|
||||
{ value: "1" , class:"input-btn"}, |
|
||||
{ value: "2" , class:"input-btn"}, |
|
||||
{ value: "3" , class:"input-btn"}, |
|
||||
{ value: "4" , class:"input-btn"}, |
|
||||
{ value: "5" , class:"input-btn"}, |
|
||||
{ value: "6" , class:"input-btn"}, |
|
||||
{ value: "7" , class:"input-btn"}, |
|
||||
{ value: "8" , class:"input-btn"}, |
|
||||
{ value: "9" , class:"input-btn"}, |
|
||||
{ value: "0" , class:"input-btn"}, |
|
||||
{ value: "Delete", text:"AC", class:"operator-btn"}, |
|
||||
{ text:"+" , class:"operator-btn"}, |
|
||||
{ text: "-", class:"operator-btn"}, |
|
||||
{ value: this.env.services.localization.decimalPoint, class:"operator-btn"}, |
|
||||
{ value: "x", text: "x", class:"operator-btn"}, |
|
||||
{ text: "⌫", class:"backspace-btn"}, |
|
||||
{ value: "/", text:"/" , class:"operator-btn"}, |
|
||||
{ value: "%", text: "%", class:"operator-btn"}, |
|
||||
{ value: "=", text: "=", class:"equal-btn"}, |
|
||||
]; |
|
||||
} |
|
||||
/* |
|
||||
* This method retrieves the current state of the input buffer. If the buffer |
|
||||
* is null, an empty string is returned. |
|
||||
*/ |
|
||||
get inputBuffer() { |
|
||||
if (this.state.buffer === null) { |
|
||||
return ""; |
|
||||
} |
|
||||
else { |
|
||||
return this.state.buffer; |
|
||||
} |
|
||||
} |
|
||||
/* Determine if the current device is in a mobile view. */ |
|
||||
isMobile() { |
|
||||
return window.innerWidth <= 768; |
|
||||
} |
|
||||
/** |
|
||||
* Handles numpad button click event. |
|
||||
* |
|
||||
* It performs different actions based on the clicked button including |
|
||||
* clearing the buffer, backspacing, performing calculations, and appending |
|
||||
* characters to the buffer. |
|
||||
*/ |
|
||||
onClickNumpad(ev) { |
|
||||
if (INPUT_KEYS.includes(ev.target.innerText)){ |
|
||||
console.log('input keys') |
|
||||
if (ev.target.innerText === 'Clear') { |
|
||||
this.state.buffer = ''; |
|
||||
} else if (ev.target.innerText === '⌫') { |
|
||||
this.state.buffer = this.state.buffer.slice(0,-1); |
|
||||
} else if (ev.target.innerText === '=') { |
|
||||
console.log('key', ev.target.innerText) |
|
||||
var data = this.state.buffer.replace(/x/g, "*"); |
|
||||
var self = this; |
|
||||
this.state.buffer = this.orm.call('pos.calculator', 'calculations', [false, data] |
|
||||
).then(function (result) { |
|
||||
self.state.buffer = result; |
|
||||
}); |
|
||||
} else { |
|
||||
if (this.state.buffer === null || this.state.buffer === '') { |
|
||||
if (ev.target.innerText === '+' ||ev.target.innerText === '-') { |
|
||||
this.state.buffer = ev.target.innerText; |
|
||||
console.log('1') |
|
||||
} |
|
||||
} else if (/[0-9]/g.test(this.state.buffer.slice(-1)) === true) { |
|
||||
console.log('this.state.buffer', this.state.buffer) |
|
||||
console.log('this.state.inner', ev.target.innerText) |
|
||||
this.state.buffer = this.state.buffer + ev.target.innerText; |
|
||||
console.log('2') |
|
||||
} else { |
|
||||
if (/[0-9]/g.test(this.state.buffer.slice(-2)) === true){ |
|
||||
console.log('3-res', this.state.buffer.slice(0,-1)) |
|
||||
this.state.buffer = this.state.buffer.slice(0,-1) + ev.target.innerText; |
|
||||
console.log('3') |
|
||||
} else { |
|
||||
this.state.buffer = this.state.buffer.slice(0,-2) + ev.target.innerText; |
|
||||
console.log('4') |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
@ -1,24 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<!-- This template defines calculator popup --> |
|
||||
<templates id="template" xml:space="preserve"> |
|
||||
<t t-name="CalculatorPopup"> |
|
||||
<div class="popup popup-number calculator-popup w-auto" t-att-class="{ 'popup-password': props.isPassword }" t-if="!isMobile()"> |
|
||||
<div class="modal-header drag-handle"> |
|
||||
<h4 class="modal-title title"><t t-esc="props.title" /></h4> |
|
||||
<span t-if="props.subtitle" class="subtitle p-1"><t t-esc="props.subtitle"/></span> |
|
||||
</div> |
|
||||
<div class="input-symbol pt-3"> |
|
||||
<div class="popup-input value active form-control form-control-lg w-75 mx-auto"> |
|
||||
<span class="input-value" t-att-class="{ 'highlight': state.toStartOver }"><t t-esc="inputBuffer"/></span> |
|
||||
<span t-if="props.inputSuffix"><t t-esc="props.inputSuffix" /></span> |
|
||||
</div> |
|
||||
</div> |
|
||||
<Numpad buttons="getNumpadButtonsPOS()" class="'mx-auto my-3 w-75 max-width-325px'" t-on-click="onClickNumpad"/> |
|
||||
<footer class="footer centered modal-footer justify-content-center"> |
|
||||
<button class="button cancel btn btn-lg btn-secondary" t-on-mousedown.prevent="cancel"> |
|
||||
<t t-esc="props.cancelText" /> |
|
||||
</button> |
|
||||
</footer> |
|
||||
</div> |
|
||||
</t> |
|
||||
</templates> |
|
@ -1,34 +0,0 @@ |
|||||
.calculator-popup { |
|
||||
border-radius: 10px !important; |
|
||||
padding-bottom: 10px !important; |
|
||||
} |
|
||||
.operator-btn { |
|
||||
font-size: 20px !important; |
|
||||
border-radius:8px !important; |
|
||||
font-weight: bold !important; |
|
||||
margin: 4px; |
|
||||
} |
|
||||
.equal-btn { |
|
||||
width: 110px !important; |
|
||||
background-color:#7f7f7f !important; |
|
||||
color: black !important; |
|
||||
border-color: #606060 !important; |
|
||||
border-radius: 8px !important; |
|
||||
font-weight: bold !important; |
|
||||
font-size: 20px !important; |
|
||||
margin: 4px; |
|
||||
} |
|
||||
.backspace-btn { |
|
||||
font-size: 20px !important; |
|
||||
border-radius: 8px !important; |
|
||||
margin: 4px; |
|
||||
} |
|
||||
.input-btn{ |
|
||||
border-radius: 25px !important; |
|
||||
margin: 4px; |
|
||||
height: 50px; |
|
||||
width: 50px; |
|
||||
vertical-align :top; |
|
||||
color: #444; |
|
||||
font-size: 1.2rem; |
|
||||
} |
|
@ -1,26 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<odoo> |
|
||||
<!-- Adding field for enabling/disabling the calculator in POS Config form. --> |
|
||||
<record id="pos_config_view_form" model="ir.ui.view"> |
|
||||
<field name="name">pos.config.view.form.inherit.calculator.in.pos</field> |
|
||||
<field name="model">pos.config</field> |
|
||||
<field name="inherit_id" ref="point_of_sale.pos_config_view_form"/> |
|
||||
<field name="arch" type="xml"> |
|
||||
<xpath expr="//setting[@id='other_devices']" position="after"> |
|
||||
<div class="row mt16 o_settings_container"> |
|
||||
<div class="col-12 col-lg-6 o_setting_box"> |
|
||||
<div class="o_setting_left_pane"> |
|
||||
<field name="active_calc"/> |
|
||||
</div> |
|
||||
<div class="o_setting_right_pane"> |
|
||||
<label for="active_calc" string="Virtual Calculator"/> |
|
||||
<div class="text-muted"> |
|
||||
Use a virtual calculator for instant calculations |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</div> |
|
||||
</xpath> |
|
||||
</field> |
|
||||
</record> |
|
||||
</odoo> |
|