SallaApp / ZATCA

An unofficial package maintained by Salla to help developers to implement ZATCA (Fatoora) QR code easily which required for e-invoicing
MIT License
137 stars 54 forks source link

Qr code not readable in VAT app #17

Closed osamatoama closed 2 years ago

osamatoama commented 2 years ago

when I try to read the QR code at https://play.google.com/store/apps/details?id=com.zatca.vat it shows that the invoice is not registered while the all invoices at salla merchants are readable and show registered at the the ap

salkhwlani commented 2 years ago

@osamatoama share with us the QR code here

osamatoama commented 2 years ago

the code $qr = GenerateQrCode::fromArray([ new Seller(config('zatca.seller_number')), new TaxNumber(config('zatca.tax_number')), new InvoiceDate($order->created_at), new InvoiceTotalAmount($ztotal), new InvoiceTaxAmount($ztotal - ($ztotal / 1.15)), ])->render();

    the QR code 

image

the vat result

image

osamatoama commented 2 years ago

any response?

abdo-host commented 2 years ago

The QR Code is valid, but the company not register on Zakat

QR

osamatoama commented 2 years ago

dear,

please check the same invoice with this app https://play.google.com/store/apps/details?id=com.zatca.vat it shows that the invoice is not registered while I have a store on sale and all the invoices are registered

JoDeveloper commented 1 year ago

same issue with me ?!