diff --git a/pos_ticket/README.rst b/pos_ticket/README.rst index 0fa98a4ad..9e05d8350 100644 --- a/pos_ticket/README.rst +++ b/pos_ticket/README.rst @@ -1,7 +1,8 @@ POS Ticket v10 ============== -This module will add company logo & info in POS receipt +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 Credits ======= diff --git a/pos_ticket/__manifest__.py b/pos_ticket/__manifest__.py index 25d0bbe93..32cc5ef74 100644 --- a/pos_ticket/__manifest__.py +++ b/pos_ticket/__manifest__.py @@ -22,9 +22,9 @@ ############################################################################## { '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""", + 'summary': """Add Company Logo , Info & Customer name to POS Ticket""", + 'version': '10.0.1.1', + 'description': """Add Company Logo , Info & Customer name to POS Ticket""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'http://www.cybrosys.com', diff --git a/pos_ticket/__manifest__.py~ b/pos_ticket/__manifest__.py~ new file mode 100644 index 000000000..25d0bbe93 --- /dev/null +++ b/pos_ticket/__manifest__.py~ @@ -0,0 +1,41 @@ +# -*- 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/pos_ticket/static/description/index.html b/pos_ticket/static/description/index.html index 1553dd9bb..c5e1f0187 100644 --- a/pos_ticket/static/description/index.html +++ b/pos_ticket/static/description/index.html @@ -2,7 +2,7 @@

Company Logo In POS Receipt

Company logo and info will be displayed in POS receipt

-

Author : Cybrosys Techno Solutions , www.cybrosys.com

+

Author : Cybrosys Techno Solutions , www.cybrosys.com

@@ -23,7 +23,7 @@

POS Receipt

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

@@ -37,13 +37,13 @@

diff --git a/pos_ticket/static/description/pos_ticket.png b/pos_ticket/static/description/pos_ticket.png index d5661feb1..0831bdffc 100644 Binary files a/pos_ticket/static/description/pos_ticket.png and b/pos_ticket/static/description/pos_ticket.png differ diff --git a/pos_ticket/static/src/xml/pos_ticket_view.xml b/pos_ticket/static/src/xml/pos_ticket_view.xml index 05b8bdfc2..7c326d27f 100644 --- a/pos_ticket/static/src/xml/pos_ticket_view.xml +++ b/pos_ticket/static/src/xml/pos_ticket_view.xml @@ -5,10 +5,13 @@
- - Phone:
+ + Customer:
Cashier:
+ + Phone:
+