*Prices do not contain VAT (19%)
OpenFaaS script implementation of automatic retrieval of invoices from suppliers registered in the ANAF e-invoice

Description
Transform your invoicing process with the OpenFaaS E-Factura Processing Function. Designed for seamless integration, this function can be used to retrieve invoices issued by suppliers from the ANAF system based on the parameters specified by you.
Key Features:
- Docker container: Available for use as a docker container to be easily installed on VPS or Kubernetes
- Efficient Invoice Retrieval: The function can be used to automatically retrieve invoices for a specific
cif
, also providing optional parameters for flexible query customization. - Customizable Requests: Adjust
days
andlimit
to control the range and quantity of invoices retrieved. - Pagination Support: Utilize
lastRetrievedId
for effective pagination, ensuring no invoices are missed. - Structured Response: Receive a comprehensive JSON response containing an array of
Invoice
objects, error messages if any, and the last retrieved invoice ID for continued queries. - PDF Invoice Included: Each invoice includes a PDF version in base64 encoded format, making it easy to access and share.
- Robust Error Handling: Detailed error messages help diagnose issues quickly, ensuring smooth operation.
Example Request:
{
"days": 7,
"limit": 10,
"lastRetrievedId": "123456789",
"cif": 654321,
"token": "your_auth_token"
}
Example Response:
{
"data": [
{
"id": "1234215047",
"uploadId": "2412431451",
"cif": "123456",
"details": "Factura cu id_incarcare=2412431451 emisa de cif_emitent=123456 pentru cif_beneficiar=654321",
"createdAt": "202401301545",
"archive": "base64_encoded_ubl_archive",
"pdf": "base64_encoded_pdf"
}
],
"error": "",
"lastRetrievedId": "2412431451"
}
One Year of Updates Included:
Stay ahead with continuous improvements and feature enhancements for one year. Ensure your invoicing system remains up-to-date with the latest functionality and security updates.
Revolutionize your invoice processing today with the OpenFaaS E-Factura Retrieval Function!
Note: The code for the OpenFaaS feature will be emailed to the customer placing the order. The application can be used according to the license agreement.
Comments
No comments were made.