diff --git a/pos_ticket/README.rst b/pos_ticket/README.rst new file mode 100644 index 000000000..69c6f5ec1 --- /dev/null +++ b/pos_ticket/README.rst @@ -0,0 +1,11 @@ +POS Ticket v9 +============== + +This module will add company logo & info in POS receipt + +Credits +======= +Cybrosys Techno Solutions +Author +------ +* Cybrosys Techno Solutions diff --git a/pos_ticket/__init__.py b/pos_ticket/__init__.py new file mode 100644 index 000000000..1d885a853 --- /dev/null +++ b/pos_ticket/__init__.py @@ -0,0 +1,22 @@ +# -*- 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 . +# +############################################################################## diff --git a/pos_ticket/__openerp__.py b/pos_ticket/__openerp__.py new file mode 100644 index 000000000..e4106b84a --- /dev/null +++ b/pos_ticket/__openerp__.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 in POS Ticket""", + 'version': '9.0.1.0.0', + 'description': """Add company logo and info to pos ticket""", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'https://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/__openerp__.py~ b/pos_ticket/__openerp__.py~ new file mode 100644 index 000000000..fb81e894b --- /dev/null +++ b/pos_ticket/__openerp__.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': '9.0.1.0.0', + 'description': """Add company logo and info to pos ticket""", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'https://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/banner.jpg b/pos_ticket/static/description/banner.jpg new file mode 100644 index 000000000..aad3880ad Binary files /dev/null and b/pos_ticket/static/description/banner.jpg differ diff --git a/pos_ticket/static/description/cybro_logo.png b/pos_ticket/static/description/cybro_logo.png new file mode 100644 index 000000000..bb309114c Binary files /dev/null and b/pos_ticket/static/description/cybro_logo.png differ diff --git a/pos_ticket/static/description/icon.png b/pos_ticket/static/description/icon.png new file mode 100644 index 000000000..ff378ada1 Binary files /dev/null and b/pos_ticket/static/description/icon.png differ diff --git a/pos_ticket/static/description/index.html b/pos_ticket/static/description/index.html new file mode 100644 index 000000000..a268243a5 --- /dev/null +++ b/pos_ticket/static/description/index.html @@ -0,0 +1,59 @@ +
+
+

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

+
+ +
+ +
+
+

POS Receipt

+
+

+ ☛ POS receipt with company logo and info
+

+
+ +
+
+
+
+ +
+

Need Any Help?

+ +
diff --git a/pos_ticket/static/description/index.html~ b/pos_ticket/static/description/index.html~ new file mode 100644 index 000000000..1553dd9bb --- /dev/null +++ b/pos_ticket/static/description/index.html~ @@ -0,0 +1,59 @@ +
+
+

Company Logo In POS Receipt

+

Company logo and info will be displayed in POS receipt

+

Author : Cybrosys Techno Solutions , www.cybrosys.com

+
+
+
+
+
+

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

+
+ +
+ +
+
+

POS Receipt

+
+

+ ☛ POS receipt with company logo and info
+

+
+ +
+
+
+
+ +
+

Need Any Help?

+ +
diff --git a/pos_ticket/static/description/pos_ticket.png b/pos_ticket/static/description/pos_ticket.png new file mode 100644 index 000000000..d5661feb1 Binary files /dev/null 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 new file mode 100644 index 000000000..05b8bdfc2 --- /dev/null +++ b/pos_ticket/static/src/xml/pos_ticket_view.xml @@ -0,0 +1,148 @@ + + + + +
+
+
+ + Phone:
+
+ Cashier:
+ + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + +
NameQtyPriceValue
+ + +
+ With a % discount +
+
+
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subtotal: + +
+ +
Discount: + +
Total: + +
+
+ + + + + + + + + + + + + + + +
+ + + + + +
+
+ + + + + + + + + + + +
Change: + + + +
+
+
+
+
\ No newline at end of file