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
invoices with actor LIKE 'td%' can only have status LIKE 'I_%' OR status LIKE 'R_%' invoices with actor LIKE 'sdi can only have status LIKE 'E_%'
actor LIKE 'td%'
status LIKE 'I_%' OR status LIKE 'R_%'
actor LIKE 'sdi
status LIKE 'E_%'
The text was updated successfully, but these errors were encountered:
@simevo Shall i work on this issue?
Sorry, something went wrong.
Hi ! thanks for your interest. Yes, if you create a PR we'll certainly look at it
ok Thank you.
can i know what are the prerequisites for this project? I'm using a Windows OS.
see https://github.com/italia/fatturapa-testsdi#getting-started you can set up a debian VM using VirtualBox and follow our README
No branches or pull requests
invoices with
actor LIKE 'td%'
can only havestatus LIKE 'I_%' OR status LIKE 'R_%'
invoices with
actor LIKE 'sdi
can only havestatus LIKE 'E_%'
The text was updated successfully, but these errors were encountered: