ZATCA icon indicating copy to clipboard operation
ZATCA copied to clipboard

An unofficial package maintained by Salla to help developers to implement ZATCA (Fatoora) QR code easily which required for e-invoicing

Results 31 ZATCA issues
Sort by recently updated
recently updated
newest added

Any hope to see your library integrated with WooCommerce so that the QR code would be added to the default invoice template?

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) * Adding file save feature What is the current behaviour? (You can also link to an...

How to implement ZATCA phase 2. Which is 1. Generate an XML file 2. Send the invoice to the FATOORA portal for validation

Generating CSR content, based on parameters ```php $xmlInvoice = 'xml invoice text'; $certificate = new \Salla\ZATCA\Helpers\Certificate( 'certificate plain text (base64 decoded)', 'private key plain text' ); $invoice = (new InvoiceSign($xmlInvoice,...

**Issue 1: Inconsistency in E-Invoicing Statistics** After successfully integrating and following the official documentation provided by ZATCA, I have encountered an inconsistency in the e-invoicing statistics displayed on the Fatoora...

Please create new e-invoicing phase 2 example.

Thank you so much for your SallaApp. I'm trying to integrate SallaApp and Zatca Phase 2 into my project using the provided code. However, I encountered an issue when attempting...

I always get Invalid request error. Any help is appreciated. Maybe give an example of working csr please