diff --git a/pos_theme_sapphire/README.rst b/pos_theme_sapphire/README.rst new file mode 100644 index 000000000..ca4d9841e --- /dev/null +++ b/pos_theme_sapphire/README.rst @@ -0,0 +1,44 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +POS THEME SAPPHIRE +================== +POS Theme Sapphire is a modern point of sale (POS) app theme designed to help businesses streamline their sales operations. + +Configuration +============= +* No additional configurations needed + +Company +------- +* `Cybrosys Techno Solutions `__ + +Credits +------- +* Developers: Cybrosys Techno Solutions odoo@cybrosys.com + Version 15: Thasni cp @cybrosys + +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 `__ + +Further information +=================== +HTML Description: ``__ + + diff --git a/pos_theme_sapphire/__init__.py b/pos_theme_sapphire/__init__.py new file mode 100644 index 000000000..100fd71e7 --- /dev/null +++ b/pos_theme_sapphire/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +################################################################################ +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2023-TODAY Cybrosys Technologies(). +# Author: THASNI CP (odoo@cybrosys.com) +# +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. +# +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. +# If not, see . +# +################################################################################ diff --git a/pos_theme_sapphire/__manifest__.py b/pos_theme_sapphire/__manifest__.py new file mode 100644 index 000000000..a8391e65f --- /dev/null +++ b/pos_theme_sapphire/__manifest__.py @@ -0,0 +1,59 @@ +# -*- coding: utf-8 -*- +################################################################################ +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2023-TODAY Cybrosys Technologies(). +# Author: THASNI CP (odoo@cybrosys.com) +# +# You can modify it under the terms of the GNU AFFERO +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. +# +# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE +# (AGPL v3) along with this program. +# If not, see . +# +################################################################################ +{ + 'name': 'POS Theme Sapphire', + 'version': '15.0.1.0.0', + 'category': 'Themes/Backend', + 'summary': """Minimalist and elegant backend POS theme for Odoo 15""", + 'description': 'The POS Theme Sapphire Is A Responsive And Ultimate Theme For Your Odoo V15.' + 'This Theme Will Give You A New Experience With Odoo.', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', + 'images': [ + 'static/description/banner.png', + 'static/description/theme_screenshot.png', + ], + 'license': 'AGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, + 'depends': ['base', 'point_of_sale'], + 'assets': { + 'point_of_sale.assets': [ + 'pos_theme_sapphire/static/src/css/custom.css', + ], + 'web.assets_qweb': [ + 'pos_theme_sapphire/static/src/xml/**/CashierName.xml', + 'pos_theme_sapphire/static/src/xml/**/CashMoveButton.xml', + 'pos_theme_sapphire/static/src/xml/**/HeaderButton.xml', + 'pos_theme_sapphire/static/src/xml/**/TicketButton.xml', + 'pos_theme_sapphire/static/src/xml/**/CategoryButton.xml', + 'pos_theme_sapphire/static/src/xml/**/ProductItem.xml', + 'pos_theme_sapphire/static/src/xml/**/ProductScreen.xml', + 'pos_theme_sapphire/static/src/xml/**/ProductsWidget.xml', + 'pos_theme_sapphire/static/src/xml/**/ProductsWidgetControlPanel.xml', + 'pos_theme_sapphire/static/src/xml/Chrome.xml', + ], + }, +} diff --git a/pos_theme_sapphire/doc/RELEASE_NOTES.md b/pos_theme_sapphire/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..451990f24 --- /dev/null +++ b/pos_theme_sapphire/doc/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +## Module + +#### 19.06.2023 +#### Version 15.0.1.0.0 +#### ADD + +- Initial commit for POS Theme Sapphire diff --git a/pos_theme_sapphire/static/description/assets/cybro-icon.png b/pos_theme_sapphire/static/description/assets/cybro-icon.png new file mode 100644 index 000000000..06e73e11d Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/cybro-icon.png differ diff --git a/pos_theme_sapphire/static/description/assets/cybro-odoo.png b/pos_theme_sapphire/static/description/assets/cybro-odoo.png new file mode 100644 index 000000000..ed02e07a4 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/cybro-odoo.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/check.png b/pos_theme_sapphire/static/description/assets/icons/check.png new file mode 100644 index 000000000..c8e85f51d Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/check.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/chevron.png b/pos_theme_sapphire/static/description/assets/icons/chevron.png new file mode 100644 index 000000000..2089293d6 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/chevron.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/cogs.png b/pos_theme_sapphire/static/description/assets/icons/cogs.png new file mode 100644 index 000000000..95d0bad62 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/cogs.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/consultation.png b/pos_theme_sapphire/static/description/assets/icons/consultation.png new file mode 100644 index 000000000..8319d4baa Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/consultation.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/down.svg b/pos_theme_sapphire/static/description/assets/icons/down.svg new file mode 100644 index 000000000..f21c36271 --- /dev/null +++ b/pos_theme_sapphire/static/description/assets/icons/down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pos_theme_sapphire/static/description/assets/icons/ecom-black.png b/pos_theme_sapphire/static/description/assets/icons/ecom-black.png new file mode 100644 index 000000000..a9385ff13 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/ecom-black.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/education-black.png b/pos_theme_sapphire/static/description/assets/icons/education-black.png new file mode 100644 index 000000000..3eb09b27b Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/education-black.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/faq.png b/pos_theme_sapphire/static/description/assets/icons/faq.png new file mode 100644 index 000000000..4250b5b81 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/faq.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/feature.png b/pos_theme_sapphire/static/description/assets/icons/feature.png new file mode 100644 index 000000000..ac7a785c0 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/feature.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/hotel-black.png b/pos_theme_sapphire/static/description/assets/icons/hotel-black.png new file mode 100644 index 000000000..130f613be Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/hotel-black.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/license.png b/pos_theme_sapphire/static/description/assets/icons/license.png new file mode 100644 index 000000000..a5869797e Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/license.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/lifebuoy.png b/pos_theme_sapphire/static/description/assets/icons/lifebuoy.png new file mode 100644 index 000000000..658d56ccc Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/lifebuoy.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/manufacturing-black.png b/pos_theme_sapphire/static/description/assets/icons/manufacturing-black.png new file mode 100644 index 000000000..697eb0e9f Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/manufacturing-black.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/pos-black.png b/pos_theme_sapphire/static/description/assets/icons/pos-black.png new file mode 100644 index 000000000..97c0f90c1 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/pos-black.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/puzzle.png b/pos_theme_sapphire/static/description/assets/icons/puzzle.png new file mode 100644 index 000000000..65cf854e7 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/puzzle.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/restaurant-black.png b/pos_theme_sapphire/static/description/assets/icons/restaurant-black.png new file mode 100644 index 000000000..4a35eb939 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/restaurant-black.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/screenshot.png b/pos_theme_sapphire/static/description/assets/icons/screenshot.png new file mode 100644 index 000000000..cef272529 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/screenshot.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/service-black.png b/pos_theme_sapphire/static/description/assets/icons/service-black.png new file mode 100644 index 000000000..301ab51cb Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/service-black.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/support.png b/pos_theme_sapphire/static/description/assets/icons/support.png new file mode 100644 index 000000000..4f18b8b82 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/support.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/test-1 - Copy.png b/pos_theme_sapphire/static/description/assets/icons/test-1 - Copy.png new file mode 100644 index 000000000..f6a902663 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/test-1 - Copy.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/test-2.png b/pos_theme_sapphire/static/description/assets/icons/test-2.png new file mode 100644 index 000000000..08022c474 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/test-2.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/trading-black.png b/pos_theme_sapphire/static/description/assets/icons/trading-black.png new file mode 100644 index 000000000..9398ba2f1 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/trading-black.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/training.png b/pos_theme_sapphire/static/description/assets/icons/training.png new file mode 100644 index 000000000..884ca024d Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/training.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/update.png b/pos_theme_sapphire/static/description/assets/icons/update.png new file mode 100644 index 000000000..ecbc5a01a Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/update.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/user.png b/pos_theme_sapphire/static/description/assets/icons/user.png new file mode 100644 index 000000000..6ffb23d9f Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/user.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/video.png b/pos_theme_sapphire/static/description/assets/icons/video.png new file mode 100644 index 000000000..576705b17 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/video.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/whatsapp.png b/pos_theme_sapphire/static/description/assets/icons/whatsapp.png new file mode 100644 index 000000000..d513a5356 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/whatsapp.png differ diff --git a/pos_theme_sapphire/static/description/assets/icons/wrench.png b/pos_theme_sapphire/static/description/assets/icons/wrench.png new file mode 100644 index 000000000..6c04dea0f Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/icons/wrench.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/banner.png b/pos_theme_sapphire/static/description/assets/screenshots/banner.png new file mode 100644 index 000000000..86033b5d0 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/banner.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/customer_list_screen_3.png b/pos_theme_sapphire/static/description/assets/screenshots/customer_list_screen_3.png new file mode 100644 index 000000000..47c9c35f1 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/customer_list_screen_3.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/hero.png b/pos_theme_sapphire/static/description/assets/screenshots/hero.png new file mode 100644 index 000000000..b5e5053b9 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/hero.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/mobile_view1.png b/pos_theme_sapphire/static/description/assets/screenshots/mobile_view1.png new file mode 100644 index 000000000..ff7353776 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/mobile_view1.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/mobile_view_2.png b/pos_theme_sapphire/static/description/assets/screenshots/mobile_view_2.png new file mode 100644 index 000000000..72fae4eb0 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/mobile_view_2.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/mobile_view_3.png b/pos_theme_sapphire/static/description/assets/screenshots/mobile_view_3.png new file mode 100644 index 000000000..25a0fa23b Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/mobile_view_3.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/order_4.png b/pos_theme_sapphire/static/description/assets/screenshots/order_4.png new file mode 100644 index 000000000..11e378114 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/order_4.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/order_screen_1.png b/pos_theme_sapphire/static/description/assets/screenshots/order_screen_1.png new file mode 100644 index 000000000..9bea55b99 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/order_screen_1.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/payment_screen_2.png b/pos_theme_sapphire/static/description/assets/screenshots/payment_screen_2.png new file mode 100644 index 000000000..65cc6e427 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/payment_screen_2.png differ diff --git a/pos_theme_sapphire/static/description/assets/screenshots/recipet_screen.png b/pos_theme_sapphire/static/description/assets/screenshots/recipet_screen.png new file mode 100644 index 000000000..78ab5efc7 Binary files /dev/null and b/pos_theme_sapphire/static/description/assets/screenshots/recipet_screen.png differ diff --git a/pos_theme_sapphire/static/description/banner.png b/pos_theme_sapphire/static/description/banner.png new file mode 100644 index 000000000..86033b5d0 Binary files /dev/null and b/pos_theme_sapphire/static/description/banner.png differ diff --git a/pos_theme_sapphire/static/description/icon.png b/pos_theme_sapphire/static/description/icon.png new file mode 100644 index 000000000..cb2f1d1ac Binary files /dev/null and b/pos_theme_sapphire/static/description/icon.png differ diff --git a/pos_theme_sapphire/static/description/index.html b/pos_theme_sapphire/static/description/index.html new file mode 100644 index 000000000..f423976a1 --- /dev/null +++ b/pos_theme_sapphire/static/description/index.html @@ -0,0 +1,617 @@ + +
+
+
+

+ POS THEME SAPPHIRE +

+

+ Minimalist and elegant POS theme for Odoo 15.

+
+ + +
+

+ POS Theme Sapphire is a modern point of sale (POS) app theme designed to help + businesses streamline their + sales operations. The app enables a user-friendly theme for Odoo 15 POS + community and enterprise editions. +

+
+ + +
+ +
+ + + + + +
+
+ + + + + +
+ +
+ + + + +
+
+ +

+ KEY Highlights +

+ + +
+
+
+
+ +
+
+

+ Fully responsive

+

Theme + design are now fully responsive enabling you to view and + manage everything from the comfort of your mobile device.

+
+
+
+
+
+
+ +
+
+

+ Modern design

+

The + theme has modern design of a new user experience

+
+
+
+
+
+
+ + + +
+
+
+ +
+ + +
+
+
+
+

+ Screenshots +

+
+
+

+ Order Screen

+
+
+ +
+
+

+ Payment Screen

+
+
+ +
+
+

+ Customer List Screen

+
+
+ +
+
+

+ Orders

+
+
+ +
+
+

+ Receipt Screen

+
+
+ +
+
+
+
+
+
+ + + + + +
+ +
+
+

Related Modules

+

Explore our related modules

+
+
+
+ +
+
+ +
+ +
+ +
+
+ +
+

+ Our Services +

+
+ + +
+
+
+
+ +
+
+ Odoo + Customization
+
+
+
+ +
+
+ Odoo + Implementation
+
+
+
+ +
+
+ Odoo + Support
+
+
+
+ +
+
+ Hire + Odoo + Developer
+
+
+
+ +
+
+ Odoo + Integration
+
+
+
+ +
+
+ Odoo + Migration
+
+
+
+ +
+
+ Odoo + Consultancy
+
+
+
+ +
+
+ Odoo + Implementation
+
+
+
+ +
+
+ Odoo + Licensing Consultancy
+
+
+
+ + +
+ + +
+
+
+

Our Industries

+
+
+
+
+ +
+ Trading +
+

+ Easily procure + and + sell your products

+
+
+
+
+ +
+ POS +
+

+ Easy + configuration + and convivial experience

+
+
+
+
+ +
+ Education +
+

+ A platform for + educational management

+
+
+
+
+ +
+ Manufacturing +
+

+ Plan, track and + schedule your operations

+
+
+
+
+ +
+ E-commerce & Website +
+

+ Mobile + friendly, + awe-inspiring product pages

+
+
+
+
+ +
+ Service Management +
+

+ Keep track of + services and invoice

+
+
+
+
+ +
+ Restaurant +
+

+ Run your bar or + restaurant methodically

+
+
+
+
+ +
+ Hotel Management +
+

+ An + all-inclusive + hotel management application

+
+
+
+
+ + + + +
+
+
+

Support

+

Need help? Get in touch. +

+
+
+
+
+
+ +
+
+

Need Help?

+

Got questions or need help? Get in + touch.

+ +

+ odoo@cybrosys.com

+
+
+
+
+
+
+
+ +
+
+

WhatsApp

+

Say hi to us on WhatsApp!

+ +

+91 + 86068 + 27707

+
+
+
+
+
+ +
+ +
+
+ +
+ +
+ +
+
+ + \ No newline at end of file diff --git a/pos_theme_sapphire/static/description/theme_screenshot.png b/pos_theme_sapphire/static/description/theme_screenshot.png new file mode 100644 index 000000000..b5e5053b9 Binary files /dev/null and b/pos_theme_sapphire/static/description/theme_screenshot.png differ diff --git a/pos_theme_sapphire/static/src/css/custom.css b/pos_theme_sapphire/static/src/css/custom.css new file mode 100644 index 000000000..1bcd3cc14 --- /dev/null +++ b/pos_theme_sapphire/static/src/css/custom.css @@ -0,0 +1,456 @@ +.main-app { + background: linear-gradient(to right bottom, rgb(85, 100, 194), rgb(58, 46, 141)); +} + +.main-app .sidebar { + width: 80px; + height: 100%; + left: 0; + top: 0; + bottom: 0; + background: #fff; + background: linear-gradient(to right bottom, rgb(85, 100, 194), rgb(58, 46, 141)); +} + +@media (max-width: 768px) { + .main-app .sidebar { + width: 60px; + } +} + +.main-app .main-menu { + margin-block-start: 0; + margin-block-end: 0; + margin-inline-start: 0px; + margin-inline-end: 0px; + padding-inline-start: 0; + display: flex; + flex-direction: column; + align-items: center; +} + +.main-app .menu-item { + list-style: none; + position: relative; + width: 85px; + height: 65px; +} + +.main-app .menu-txt { + opacity: 0; + width: 0px; + min-width: 0px; + overflow: hidden; + transition: 300ms linear; + transition-delay: 250ms; + display: flex; + align-items: center; + position: relative; + top: 2px; + white-space: nowrap; + overflow: hidden; +} + +.main-app .menu-a { + padding: 35px 33.5px; + display: flex; + align-items: center; + justify-content: center; + text-decoration: none; +} + +.main-app .menu-icon { + display: block; + font-size: 1.5rem; + color: #fefefe; + position: relative; + z-index: 100; + transition: 400ms; +} + +@media (min-width: 768px) { + .main-app .menu-item:hover .menu-txt { + opacity: 1; + width: 100%; + min-width: 40px; + padding: 0px 10px; + transition-delay: 0s; + color: #4c4c4c; + font-size: 15px; + font-weight: 600; + align-self: center; + } + .main-app .menu-item:hover .menu-icon { + color: #0f0f0f; + } +} + +.main-app .menu-txt-hld { + position: absolute; + z-index: 99; + background: rgba(255, 255, 255, 0); + border: 1px solid rgba(0, 0, 0, 0); + border-radius: 10px; + font-size: .94rem; + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0); + padding: 9.5px 8px; + transition: 250ms linear; + display: flex; + align-items: center; + transition-delay: 300ms; + left: 22px; +} + +@media (min-width: 768px) { + .main-app .menu-item:hover .menu-txt-hld { + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07); + background: rgb(255, 255, 255); + border: 1px solid rgba(0, 0, 0, 0.05); + transition-delay: 0ms; + left: 5px; + } +} + +.main-app .active .menu-icon { + color: #223b6e; +} + +.custom-header .card { + margin-left: 20px; +} +.custom-header .top-container{ + display: flex; + align-items: center; +} +.custom-header .profile-image{ + border-radius: 10px; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); +} +.custom-header .name{ + font-size: 15px; + font-weight: bold; + color: #251F1F; + position: relative; + top: 8px; +} +.custom-header .mail{ + font-size: 14px !important; + color: #251F1F; + position: relative; + top: -15px; +} + +.product-card { + display: flex; + flex-direction: column; + align-items: center; + min-width: 100px; + max-width: 120px; + border-radius: 5px; + overflow: hidden; + box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); + transition: all 0.3s ease; + margin: 2px; + background-color: white; +} + + +.product-card .title { + font-size: 1.2em; + font-weight: bold; + margin: 10px; +} + +.product-card .price { + color: #888; + margin: 5px; +} + +.pos .product-list { + grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important; +} + +.pos .product-img { + width: 85%; +} + +.pos .product-img img { + width: 100%; + height: 130px; + object-fit: contain; + border-radius: 5px; + margin-top: 10px; +} + +.pos .products-widget .products-widget-control { + box-shadow: unset !important; + padding: 5px; + +} + +.pos .rightpane { + background: #ededed !important; +} + +.box{ + position: relative; + margin-left: auto; + right: 10px; +} +@media (max-width: 768px) { + .box{ + position: absolute; + } +} + +.box .input { + padding: 10px; + width: 36px; + height: 36px; + background: none; + border: 2px solid #251F1F; + border-radius: 50px; + box-sizing: border-box; + font-size: 18px; + color: #251F1F; + outline: none; + transition: .5s; +} +.box:hover input{ + width: 300px; + background: #ffffff; + border-radius: 10px; +} + +.box:hover profile-image { + display: none; +} + +.box i{ + position: absolute; + top: 50%; + right: 1px; + transform: translate(-50%,-50%); + font-size: 18px; + color: #251F1F; + transition: .2s; + background-color: #ededed; +} +.box:hover i{ + opacity: 0; + z-index: -1; +} + +[badge]:after { + background: #a8a8a8; + border-radius: 10rem; + color: #fff; + content: attr(badge); + font-size: small; + min-width: 18px; + padding: 2px; + position: absolute; + text-align: center; + left: 1.7em; + bottom: 1.7em; + z-index: 999; +} + +@media (min-width: 768px) { + .pos .leftpane { + max-width: 500px; + height: calc(100% - 30px); + margin: 15px; + box-shadow: 0 4px 8px 0 rgb(0 0 0 / 47%); + border: unset; + } +} + +.pos .order-container { + border-radius: 10px 10px 0px 0px; +} + +.pos *::-webkit-scrollbar { + width: 0 !important; +} + +.pos .screen { + background: #ededed !important; +} + +.pos .mode-button.selected-mode { + background: linear-gradient(to right bottom, rgb(85, 100, 194), rgb(58, 46, 141)); +} + +.pos .button.validation { + background: linear-gradient(to right bottom, rgb(85, 100, 194), rgb(58, 46, 141)); +} + +.pos .button.validation:hover { + background: linear-gradient(to right bottom, rgb(61 72 142), rgb(63 54 128)) !important; +} + +.pos .order .orderline.selected { + background: rgb(70 71 166 / 33%) !important; +} + +.pos .oe_status { + cursor: default; +} + +.pos .mode-button.selected-mode:hover { + background: linear-gradient(to right bottom, rgb(74 82 131), rgb(58, 46, 141)) !important; +} + +.pos .category-button { + display: inline-flex; + margin: 5px !important; + width: 160px; + height: 60px; + background: #fff; + border: 1px solid #d7d7d7; + border-radius: 10px; + cursor: pointer; + box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); +} + +.pos .category-button .category-img { + position: relative; + width: 55px; + text-align: center; + cursor: pointer; + object-fit: contain; + padding: 5px; + height: calc(100% - 10px); +} + +.pos .category-button .category-img img { + object-fit: cover; + width: 100%; + height: 50px; + object-fit: cover; + border-radius: 5px; +} + +.pos .category-button .category-name { + display: inline-grid; + position: relative; + width: unset; + align-content: center; + padding-top: unset; + font-size: 14px; + font-family: 'Roboto', sans-serif; + color: #251F1F; +} + +.pos .category-list { + background: none; +} + +.pos .categories { + border-bottom: none; +} + +.pos .category-list-scroller { + max-height: 85px; +} + +.pos .breadcrumb-button { + color: #251F1F; +} + +.pos .breadcrumb-arrow { + width: 10px; +} + +.pos button, .pos a.button { + color: #484aa8; +} + +.ticket-screen .controls button.highlight { + background: linear-gradient(to right bottom, rgb(85, 100, 194), rgb(58, 46, 141)); + border-color: #494cab; +} + +.pos .orders .order-row:hover, .pos .orders .order-row.highlight { + background-color: #4544a2d9; +} + +.pos .control-button.highlight, .pos .button.highlight { + background: linear-gradient(to right bottom, rgb(85, 100, 194), rgb(58, 46, 141)) !important; + border-color: #494cab !important; +} + +.pos .popup .button { + color: #484aa8; + border: 1px solid #484aa8; +} + +.screen .top-content .button { + color: #484aa8; + border: 1px solid #484aa8; +} + +.pos .partnerlist-screen tr.partner-line:hover { + background: linear-gradient(to right bottom, rgb(85, 100, 194), rgb(58, 46, 141)) !important; +} + +.pos textarea:focus { + box-shadow: 0px 0px 0px 3px #484aa8; +} + +.pos .category-simple-button:active { + color: #484aa8; +} + +.pos .switchpane .btn-switchpane.secondary { + color: #484aa8; +} + +.pos .switchpane .btn-switchpane { + background-color: #484aa8; +} + +.payment-screen .paymentlines-empty .total { + color: #484aa8; +} + +.pos .rightpane-header { + flex-direction: unset; + border-radius: 5px; +} + +.pos .partner-list tr.partner-line.highlight { + background: linear-gradient(to right bottom, rgb(85, 100, 194), rgb(58, 46, 141)) !important; +} + +.menu-item .oe_status i { + font-size: 22px; +} + +.pos .pos-content { + top: 0px !important; +} + +.pos .leftpane .pads { + border-top: solid 3px rgb(115, 117, 217); +} + +.receipt-screen .default-view .actions .send-email button.send.highlight { + color: white; + background-color: rgb(115, 117, 217); +} + +.pos .clientlist-screen .client-list tr.highlight { + transition: all 150ms linear; + background: rgb(115, 117, 217) !important; + color: white; +} + +.pos .actionpad .button.set-customer.decentered { + padding-left: 40px; + padding-right: 5px; + word-break: break-word; + color:white; + background: rgb(115, 117, 217) !important; +} \ No newline at end of file diff --git a/pos_theme_sapphire/static/src/xml/Chrome.xml b/pos_theme_sapphire/static/src/xml/Chrome.xml new file mode 100644 index 000000000..88206909a --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/Chrome.xml @@ -0,0 +1,59 @@ + + + + + +
+
+ + +
+ + + + + + +
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+
+
+

+ +

+
+
+
+ +
+
+ +
+ +
+ + +
+ + + diff --git a/pos_theme_sapphire/static/src/xml/ChromeWidgets/CashMoveButton.xml b/pos_theme_sapphire/static/src/xml/ChromeWidgets/CashMoveButton.xml new file mode 100644 index 000000000..b8633fe6e --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/ChromeWidgets/CashMoveButton.xml @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/pos_theme_sapphire/static/src/xml/ChromeWidgets/CashierName.xml b/pos_theme_sapphire/static/src/xml/ChromeWidgets/CashierName.xml new file mode 100644 index 000000000..91d2475cd --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/ChromeWidgets/CashierName.xml @@ -0,0 +1,18 @@ + + + + + +
+ +
+
+

clark@zmail.com

+
+
+
+
+
diff --git a/pos_theme_sapphire/static/src/xml/ChromeWidgets/HeaderButton.xml b/pos_theme_sapphire/static/src/xml/ChromeWidgets/HeaderButton.xml new file mode 100644 index 000000000..c53bf4df1 --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/ChromeWidgets/HeaderButton.xml @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/pos_theme_sapphire/static/src/xml/ChromeWidgets/TicketButton.xml b/pos_theme_sapphire/static/src/xml/ChromeWidgets/TicketButton.xml new file mode 100644 index 000000000..1ef8e555a --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/ChromeWidgets/TicketButton.xml @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/pos_theme_sapphire/static/src/xml/screens/ProductScreen/CategoryButton.xml b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/CategoryButton.xml new file mode 100644 index 000000000..dc23cc021 --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/CategoryButton.xml @@ -0,0 +1,18 @@ + + + + + + +
+ Category +
+
+ +
+
+
+
+
diff --git a/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductItem.xml b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductItem.xml new file mode 100644 index 000000000..355034e7d --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductItem.xml @@ -0,0 +1,28 @@ + + + + + +
+ +
+ +
+ + + +
+ +
+
+
+
+
diff --git a/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductScreen.xml b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductScreen.xml new file mode 100644 index 000000000..d6762ecf9 --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductScreen.xml @@ -0,0 +1,90 @@ + + + + + +
+
+
+ +
+
+ + +
+
+ +
+
+ +
More...
+
+ + + + + +
+
+ Payment + + +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductsWidget.xml b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductsWidget.xml new file mode 100644 index 000000000..d33442fa0 --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductsWidget.xml @@ -0,0 +1,30 @@ + + + + + +
+
+ +
+ + + +
+
+

+ No product found for "" + in this category. +

+

+ There are no products in this category. +

+
+
+
+
+ + + diff --git a/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductsWidgetControlPanel.xml b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductsWidgetControlPanel.xml new file mode 100644 index 000000000..e1d80a49b --- /dev/null +++ b/pos_theme_sapphire/static/src/xml/screens/ProductScreen/ProductsWidgetControlPanel.xml @@ -0,0 +1,59 @@ + + + + + +
+
+
+
+
+ +
+
+ +
+ +
+
+ + + +
+
+
+
+
+
+ +
+
+ + + + + +
+
+
+
+ +
+
+
+ + + +
+
+
+
+
+
+
+