Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR code in Invoice Report for Saudi Arabia zatca e-invoicing #80296

Open
jamshaha opened this issue Nov 24, 2021 · 1 comment
Open

QR code in Invoice Report for Saudi Arabia zatca e-invoicing #80296

jamshaha opened this issue Nov 24, 2021 · 1 comment

Comments

@jamshaha
Copy link

Impacted versions: 14

Steps to reproduce: Kindly help me to ad QR code in Invoice print, as per Saudi new law, they need

  1. Company name:
  2. your VAT no.
  3. Customer Name:
  4. Invoice Date:
  5. VAT amount
  6. Total Invoice value:

I added this code to" report_invoice_document"

Results:

('Company:', 'Kiswa General Trading W.L.L', 'VAT No:', '9999999999999', 'Customer:', 'Test Company', 'Invoice Date:', datetime.date(2021, 11, 2), 'VAT Amount:', 1.35, 'Total Invoice:', 10.35)

But I need much more clean results, as I have no clue about the coding, co kindly help.

Required Results:
Company: Kiswa General Trading W.L.L
VAT No: 9999999999999
Customer: Test Company
Invoice Date:2021-11-2
VAT Amount:1.35
Total Invoice:10.35

thanks in Advance

Current behavior:

Expected behavior:

Video/Screenshot link (optional):

Support ticket number submitted via odoo.com/help (optional)
2021-11-24_105007
2021-11-24_085948
:

@niyasraphy
Copy link
Contributor

Hi,
Install the modules l10n_sa_invoice and l10n_sa_pos, you will get this functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants