We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello generated UBL invoice is not valid. I'm using this validator: https://www.ubl.be/validator/ and here are the errors: https://i.postimg.cc/9FgdZZ4c/Screenshot-2023-02-17-090848.png I'm using curl from this page: https://invoice-generator.com/developers to generate invoice
The text was updated successfully, but these errors were encountered:
Can you provide an example request that is not working for you?
Sorry, something went wrong.
I'm using example code from your site:
curl https://invoice-generator.com/ubl \ -d from="Invoiced, Inc.%0AVAT ID: 1234" \ -d to="Jared%0AVAT ID: 4567" \ -d logo="https://invoiced.com/img/logo-invoice.png" \ -d number=1 \ -d date="Feb 9, 2015" \ -d date="Mar 9, 2015" \ -d payment_terms="NET 30" \ -d "items[0][name]"="Starter Plan Monthly" \ -d "items[0][quantity]"=1 \ -d "items[0][unit_cost]"=99 \ -d tax_title="VAT" \ -d "fields[tax]"="%" \ -d tax=8 \ -d notes="Thanks for being an awesome customer!"
and generated file is here invoice.zip
Any news regarding this, please?
No branches or pull requests
Hello
generated UBL invoice is not valid. I'm using this validator: https://www.ubl.be/validator/
and here are the errors: https://i.postimg.cc/9FgdZZ4c/Screenshot-2023-02-17-090848.png
I'm using curl from this page: https://invoice-generator.com/developers to generate invoice
The text was updated successfully, but these errors were encountered: