diff --git a/pos_ticket/README.rst b/pos_ticket/README.rst index 9e05d8350..ce1173de8 100644 --- a/pos_ticket/README.rst +++ b/pos_ticket/README.rst @@ -2,11 +2,13 @@ POS Ticket v10 ============== 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 +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 ------ -* Cybrosys Techno Solutions +* Niyas Raphy diff --git a/pos_ticket/__init__.py b/pos_ticket/__init__.py index 3c3e09b9c..f014f8d1d 100644 --- a/pos_ticket/__init__.py +++ b/pos_ticket/__init__.py @@ -2,8 +2,8 @@ ############################################################################## # # Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2017-TODAY Cybrosys Technologies(). -# Author: Cybrosys Techno Solutions() +# 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. # @@ -17,6 +17,6 @@ # # 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 . +# If not, see . # ############################################################################## diff --git a/pos_ticket/__manifest__.py b/pos_ticket/__manifest__.py index 32cc5ef74..9de64e4cb 100644 --- a/pos_ticket/__manifest__.py +++ b/pos_ticket/__manifest__.py @@ -2,8 +2,8 @@ ############################################################################## # # Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2017-TODAY Cybrosys Technologies(). -# Author: Cybrosys Techno Solutions() +# 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. # @@ -17,20 +17,20 @@ # # 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 . +# If not, see . # ############################################################################## { 'name': 'Company Logo In POS Receipt', - 'summary': """Add Company Logo , Info & Customer name to POS Ticket""", - 'version': '10.0.1.1', + 'summary': """Add Company Logo, Info & Customer name to POS Ticket""", + 'version': '10.0.1.2', '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', + 'license': 'LGPL-3', 'data': [], 'qweb': ['static/src/xml/pos_ticket_view.xml'], 'images': ['static/description/banner.jpg'], diff --git a/pos_ticket/doc/changelog.rst b/pos_ticket/doc/changelog.rst new file mode 100644 index 000000000..d1c074682 --- /dev/null +++ b/pos_ticket/doc/changelog.rst @@ -0,0 +1,7 @@ +Changelog +========= + +`10.0.1.2` +---------- +- t-extend="Chrome" div changed to company logo + diff --git a/pos_ticket/static/description/index.html b/pos_ticket/static/description/index.html index c5e1f0187..ea586fd25 100644 --- a/pos_ticket/static/description/index.html +++ b/pos_ticket/static/description/index.html @@ -1,10 +1,11 @@ -
-
-

Company Logo In POS Receipt

+
+
+

Company Logo In POS Receipt

Company logo and info will be displayed in POS receipt

-

Author : Cybrosys Techno Solutions , www.cybrosys.com

+

Cybrosys Technologies

+
@@ -12,48 +13,66 @@

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. + 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

-
-
-

POS Receipt

-
-

- ☛ POS receipt with company logo, company info and customer name
-

-
- -
+
+
+

Receipt

+
+ +
+
+ +
+
+
-

Need Any Help?

- +
+

POS Logo

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

Need Any Help?

+
diff --git a/pos_ticket/static/description/new_pos_logo.png b/pos_ticket/static/description/new_pos_logo.png new file mode 100644 index 000000000..5549b56eb Binary files /dev/null and b/pos_ticket/static/description/new_pos_logo.png differ diff --git a/pos_ticket/static/description/new_receipt_pos.png b/pos_ticket/static/description/new_receipt_pos.png new file mode 100644 index 000000000..e785f4c7b Binary files /dev/null and b/pos_ticket/static/description/new_receipt_pos.png differ diff --git a/pos_ticket/static/description/old_pos_logo.png b/pos_ticket/static/description/old_pos_logo.png new file mode 100644 index 000000000..85a5a50f2 Binary files /dev/null and b/pos_ticket/static/description/old_pos_logo.png differ diff --git a/pos_ticket/static/description/old_receipt.png b/pos_ticket/static/description/old_receipt.png new file mode 100644 index 000000000..99ede150b Binary files /dev/null and b/pos_ticket/static/description/old_receipt.png differ diff --git a/pos_ticket/static/description/pos_ticket.png b/pos_ticket/static/description/pos_ticket.png deleted file mode 100644 index 0831bdffc..000000000 Binary files a/pos_ticket/static/description/pos_ticket.png and /dev/null differ diff --git a/pos_ticket/static/src/xml/pos_ticket_view.xml b/pos_ticket/static/src/xml/pos_ticket_view.xml index 7c326d27f..ec297157e 100644 --- a/pos_ticket/static/src/xml/pos_ticket_view.xml +++ b/pos_ticket/static/src/xml/pos_ticket_view.xml @@ -1,5 +1,12 @@ + + + + + + +