diff --git a/11.0/pos_ticket/README.rst b/11.0/pos_ticket/README.rst deleted file mode 100644 index f948209f1..000000000 --- a/11.0/pos_ticket/README.rst +++ /dev/null @@ -1,14 +0,0 @@ -POS Ticket v11 -============== - -This module will add company logo & company info in POS receipt. Also it will print the customer name -in the receipt if the customer is selected. -Default POS logo will be replaced by the company logo in POS status bar - -Credits -======= -Cybrosys Techno Solutions - -Author ------- -* Niyas Raphy diff --git a/11.0/pos_ticket/README.rst~ b/11.0/pos_ticket/README.rst~ deleted file mode 100644 index 32a7c5344..000000000 --- a/11.0/pos_ticket/README.rst~ +++ /dev/null @@ -1,11 +0,0 @@ -POS Ticket -========== - - This module will add company logo & info in POS receipt - -Credits -======= -Cybrosys Techno Solutions -Author ------- -* Cybrosys Techno Solutions diff --git a/11.0/pos_ticket/__init__.py b/11.0/pos_ticket/__init__.py deleted file mode 100644 index 07cd23865..000000000 --- a/11.0/pos_ticket/__init__.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2017-TODAY Cybrosys Technologies(). -# Author: Niyas Raphy() -# you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# It is forbidden to publish, distribute, sublicense, or sell copies -# of the Software or modified copies of the Software. -# -# 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. -# If not, see . -# -############################################################################## diff --git a/11.0/pos_ticket/__manifest__.py b/11.0/pos_ticket/__manifest__.py deleted file mode 100644 index b9f7aec77..000000000 --- a/11.0/pos_ticket/__manifest__.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2017-TODAY Cybrosys Technologies(). -# Author: Niyas Raphy() -# you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# It is forbidden to publish, distribute, sublicense, or sell copies -# of the Software or modified copies of the Software. -# -# 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. -# If not, see . -# -############################################################################## -{ - 'name': 'Company Logo In POS Receipt', - 'summary': """Add Company Logo ,Info & Customer name to POS Ticket""", - 'version': '11.0.1.0', - 'description': """Add Company Logo , Info & Customer name to POS Ticket""", - 'author': 'Cybrosys Techno Solutions', - 'company': 'Cybrosys Techno Solutions', - 'website': 'http://www.cybrosys.com', - 'category': 'Point Of Sale', - 'depends': ['base', 'point_of_sale'], - 'license': 'AGPL-3', - 'data': [], - 'qweb': ['static/src/xml/pos_ticket_view.xml'], - 'images': ['static/description/banner.jpg'], - 'demo': [], - 'installable': True, - 'auto_install': False, - -} diff --git a/11.0/pos_ticket/__manifest__.py~ b/11.0/pos_ticket/__manifest__.py~ deleted file mode 100644 index 25d0bbe93..000000000 --- a/11.0/pos_ticket/__manifest__.py~ +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2017-TODAY Cybrosys Technologies(). -# Author: Cybrosys Techno Solutions() -# you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# -# It is forbidden to publish, distribute, sublicense, or sell copies -# of the Software or modified copies of the Software. -# -# 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. -# -# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. -# If not, see . -# -############################################################################## -{ - 'name': 'Company Logo In POS Receipt', - 'summary': """Add Company Logo & Info to POS Ticket""", - 'version': '10.0.1.0.0', - 'description': """Add company logo and info to pos ticket""", - 'author': 'Cybrosys Techno Solutions', - 'company': 'Cybrosys Techno Solutions', - 'website': 'http://www.cybrosys.com', - 'category': 'Point Of Sale', - 'depends': ['base', 'point_of_sale'], - 'license': 'AGPL-3', - 'data': [], - 'qweb': ['static/src/xml/pos_ticket_view.xml'], - 'images': ['static/description/banner.jpg'], - 'demo': [], - 'installable': True, - 'auto_install': False, - -} diff --git a/11.0/pos_ticket/static/description/banner.jpg b/11.0/pos_ticket/static/description/banner.jpg deleted file mode 100644 index aad3880ad..000000000 Binary files a/11.0/pos_ticket/static/description/banner.jpg and /dev/null differ diff --git a/11.0/pos_ticket/static/description/cybro_logo.png b/11.0/pos_ticket/static/description/cybro_logo.png deleted file mode 100644 index bb309114c..000000000 Binary files a/11.0/pos_ticket/static/description/cybro_logo.png and /dev/null differ diff --git a/11.0/pos_ticket/static/description/icon.png b/11.0/pos_ticket/static/description/icon.png deleted file mode 100644 index ff378ada1..000000000 Binary files a/11.0/pos_ticket/static/description/icon.png and /dev/null differ diff --git a/11.0/pos_ticket/static/description/index.html b/11.0/pos_ticket/static/description/index.html deleted file mode 100644 index ea586fd25..000000000 --- a/11.0/pos_ticket/static/description/index.html +++ /dev/null @@ -1,78 +0,0 @@ -
-
-

Company Logo In POS Receipt

-

Company logo and info will be displayed in POS receipt

-

Cybrosys Technologies

-
-
- -
-
-
-

Receipt Details

-
-

- Currently in Odoo POS receipt there is no company logo. - This module adds the company logo to the POS receipt so that the users will get more information about - the company from the receipt. Also replace the default POS logo in the Status bar with Company logo -

-
- -
- -
-
-

Receipt

-
- -
-
- -
-
- -
-
-
- -
-
-

POS Logo

-
- -
-
- -
-
- -
-
-
- - -
-

Need Any Help?

- -
diff --git a/11.0/pos_ticket/static/description/new_pos_logo.png b/11.0/pos_ticket/static/description/new_pos_logo.png deleted file mode 100644 index 5549b56eb..000000000 Binary files a/11.0/pos_ticket/static/description/new_pos_logo.png and /dev/null differ diff --git a/11.0/pos_ticket/static/description/new_receipt_pos.png b/11.0/pos_ticket/static/description/new_receipt_pos.png deleted file mode 100644 index e785f4c7b..000000000 Binary files a/11.0/pos_ticket/static/description/new_receipt_pos.png and /dev/null differ diff --git a/11.0/pos_ticket/static/description/old_pos_logo.png b/11.0/pos_ticket/static/description/old_pos_logo.png deleted file mode 100644 index 85a5a50f2..000000000 Binary files a/11.0/pos_ticket/static/description/old_pos_logo.png and /dev/null differ diff --git a/11.0/pos_ticket/static/description/old_receipt.png b/11.0/pos_ticket/static/description/old_receipt.png deleted file mode 100644 index 99ede150b..000000000 Binary files a/11.0/pos_ticket/static/description/old_receipt.png and /dev/null differ diff --git a/11.0/pos_ticket/static/src/xml/pos_ticket_view.xml b/11.0/pos_ticket/static/src/xml/pos_ticket_view.xml deleted file mode 100644 index ec297157e..000000000 --- a/11.0/pos_ticket/static/src/xml/pos_ticket_view.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - -
-
-
- - Customer:
-
- Cashier:
- - Phone:
-
- - -
-
- -
-
- -
-
- -
-
-
- -
- -
-
-
- - - - - - - - - - - - - - - - - - - -
NameQtyPriceValue
- - -
- With a % discount -
-
-
- - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Subtotal: - -
- -
Discount: - -
Total: - -
-
- - - - - - - - - - - - - - - -
- - - - - -
-
- - - - - - - - - - - -
Change: - - - -
-
-
-
-
\ No newline at end of file