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
In PrinterSettings when printing invoice to pdf there is no way how to print also isdoc.
According to xsd this should be a valid code:
$print = $this->pohoda->createPrintRequest([ 'record' => [ 'agenda' => 'vydane_faktury', 'filter' => [ 'id' => $id, ], ], 'printerSettings' => [ 'report' => [ 'id' => 190, ], 'pdf' => [ 'fileName' => $this->printPathOnPohodaServer . '\\' . $requestedFileName, 'isdoc' => [ 'includeToPdf' => true ] ] ] ]);
This error is produced: "The option "isdoc" does not exist. Defined options are: "fileName" "
The text was updated successfully, but these errors were encountered:
hello. feel free to fix.
Sorry, something went wrong.
No branches or pull requests
In PrinterSettings when printing invoice to pdf there is no way how to print also isdoc.
According to xsd this should be a valid code:
This error is produced: "The option "isdoc" does not exist. Defined options are: "fileName" "
The text was updated successfully, but these errors were encountered: