POS A4 Size Report/POS Arabic Invoice Report

by
Odoo

19.14

v 15.0 Third Party 22
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 723
Technical Name bi_pos_a4_size_receipt
LicenseOPL-1
Websitehttps://www.browseinfo.com
Versions 14.0 13.0 16.0 15.0 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Invoicing (account)
Lines of code 723
Technical Name bi_pos_a4_size_receipt
LicenseOPL-1
Websitehttps://www.browseinfo.com
Versions 14.0 13.0 16.0 15.0 17.0

POS - Point of Sale A4 Size Receipt Odoo Apps

POS Arabic Label Receipt Print Odoo Apps

POS A4 Size Invoice Report Print Odoo Apps

POS Arabic Invoice Receipt(A4) Print Odoo Apps

Print QR Code on POS Receipt Report Odoo Apps

POS - Point of Sale A4 Size Report Odoo App helps users to print point of sale receipt in A4 size paper. Users can see QR codes are added in A4 size receipt and also they can print A4 size receipt with added Arabic labels in PDF format.

Features

Configure A4 Size Receipt

Under POS configuration user can configure A4 size receipt and arabic labels.

Print Receipt in A4 Size

User can print point of sale receipt in A4 size paper.

Print A4 Size Receipt with a QR code

User can see print point of sale A4 size receipt with QR code.

Allow to Add Arabic Labels in A4 Size Receipt

User can also allow to add arabic labels in A4 size receipt.

A4 Size Receipt Configuration

Under POS configuration you can tick on 'Allow A4 Size Receipt Print' checkbox to print A4 size receipt.

Added Products into Cart and Make Payment on POS

Select Payment Method and Validate POS Order

Print A4 Size Receipt

You can click on 'Print A4 Size Receipt' button to print A4 size receipt.

Display A4 Size Receipt

You can see A4 size receipt of POS invoice in PDF format.

Allow Arabic Labels For Receipt

Under POS configuration you can also tick on 'Allow Arabic Labels For Receipt' checkbox to add the arabic labels in A4 size receipt.

Added Products into Cart and Make Payment on POS

Select Payment Method and Validate POS Order

Print A4 Size Receipt

You can click on 'Print A4 Size Receipt' button to print A4 size receipt.

Display A4 Size Receipt with Arabic Labels

You can see A4 size receipt with arabic labels of POS invoice in PDF format.

Apps May You Like

Most Demanded Apps

Free Support

You will get 90 Days free support incase any bugs or issue (Except data recovery).

At BrowseInfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on ticket@browseinfo.in or raise a ticket on support.

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
I'm getting an error after installing the App
by
Emad Bishay
on 9/3/23, 1:54 PM Confirmed Purchase

Error when render the template Traceback (most recent call last): File "/odoo/odoo-server/odoo/api.py", line 886, in get return field_cache[record._ids[0]] KeyError: 52 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo/odoo-server/odoo/fields.py", line 1061, in __get__ value = env.cache.get(record, self) File "/odoo/odoo-server/odoo/api.py", line 889, in get raise CacheMiss(record, field) odoo.exceptions.CacheMiss: 'pos.order(52,).partner_id' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo/odoo-server/odoo/addons/base/models/qweb.py", line 219, in render_template yield from compiled_fn(self, values, log) File "", line 55, in template_1390 File "", line 38, in t_call_content File "/odoo/odoo-server/odoo/fields.py", line 2611, in __get__ return super().__get__(records, owner) File "/odoo/odoo-server/odoo/fields.py", line 1091, in __get__ raise MissingError("\n".join([ odoo.exceptions.MissingError: Record does not exist or has been deleted. (Record: pos.order(52,), User: 2) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo/odoo-server/addons/web/controllers/main.py", line 2002, in report_download response = self.report_routes(reportname, docids=docids, converter=converter, context=context) File "/odoo/odoo-server/odoo/http.py", line 535, in response_wrap response = f(*args, **kw) File "/odoo/odoo-server/addons/web/controllers/main.py", line 1931, in report_routes pdf = report.with_context(context)._render_qweb_pdf(docids, data=data)[0] File "/odoo/odoo-server/addons/account/models/ir_actions_report.py", line 50, in _render_qweb_pdf return super()._render_qweb_pdf(res_ids=res_ids, data=data) File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 901, in _render_qweb_pdf html = self_sudo.with_context(context)._render_qweb_html(res_ids, data=data)[0] File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 945, in _render_qweb_html return self._render_template(self.report_name, data), 'html' File "/odoo/odoo-server/odoo/addons/base/models/ir_actions_report.py", line 680, in _render_template return view_obj._render_template(template, values).encode() File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 1992, in _render_template return self.browse(self.get_view_id(template))._render(values, engine) File "/odoo/odoo-server/addons/web_editor/models/ir_ui_view.py", line 29, in _render return super(IrUiView, self)._render(values=values, engine=engine, minimal_qcontext=minimal_qcontext) File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 2000, in _render return self.env[engine]._render(self.id, qcontext) File "/odoo/odoo-server/odoo/tools/profiler.py", line 292, in _tracked_method_render return method_render(self, template, values, **options) File "/odoo/odoo-server/odoo/addons/base/models/ir_qweb.py", line 76, in _render result = super()._render(template, values=values, **compile_options) File "/odoo/odoo-server/odoo/addons/base/models/qweb.py", line 134, in _render result = ''.join(rendering) File "/odoo/odoo-server/odoo/addons/base/models/qweb.py", line 223, in render_template raise QWebException("Error when render the template", self, options, odoo.addons.base.models.qweb.QWebException: Record does not exist or has been deleted. (Record: pos.order(52,), User: 2) Traceback (most recent call last): File "/odoo/odoo-server/odoo/api.py", line 886, in get return field_cache[record._ids[0]] KeyError: 52 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo/odoo-server/odoo/fields.py", line 1061, in __get__ value = env.cache.get(record, self) File "/odoo/odoo-server/odoo/api.py", line 889, in get raise CacheMiss(record, field) odoo.exceptions.CacheMiss: 'pos.order(52,).partner_id' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo/odoo-server/odoo/addons/base/models/qweb.py", line 219, in render_template yield from compiled_fn(self, values, log) File "", line 55, in template_1390 File "", line 38, in t_call_content File "/odoo/odoo-server/odoo/fields.py", line 2611, in __get__ return super().__get__(records, owner) File "/odoo/odoo-server/odoo/fields.py", line 1091, in __get__ raise MissingError("\n".join([ odoo.exceptions.MissingError: Record does not exist or has been deleted. (Record: pos.order(52,), User: 2) Error when render the template MissingError: Record does not exist or has been deleted. (Record: pos.order(52,), User: 2) Template: 1390 Path: /t/t/t/t[1] Node:

Re: I'm getting an error after installing the App
by
BrowseInfo
on 9/4/23, 2:08 AM Author

Hello Sir,

Please raise a ticket at the given below link sir with the purchase details of the app.

https://www.browseinfo.in/support-request

Our team will check and guide you further.

Regards



by
ismael
on 6/23/22, 6:47 AM

I saw the demo 

i fined A4 size receipt print direct to printer not download PDF 

could you please modefiy it 

Re:
by
BrowseInfo
on 6/23/22, 7:19 AM Author

Hello Sir,

Yes sir we can do customization on this.

Please schedule a meeting our sales team to get the further details sir.

Regards


by
ismael
on 6/22/22, 7:08 PM

(You can see A4 size receipt with arabic labels of POS invoice in PDF format.)

Can I print A4 size receipt directly without download PDF ? 
Re:
by
BrowseInfo
on 6/23/22, 3:52 AM Author

Hello Sir,

As per your request sir, our team has already provided you demo of the app sir.

Please go through it and let us know if you need any further assistance sir.

Regards