JayVora-SerpentCS / Jasperreports_odoo

Jasper Reports Engine for Odoo
http://www.serpentcs.com
82 stars 144 forks source link

Report doesn't print #85

Closed despet closed 5 years ago

despet commented 5 years ago

Hello, I am using your module jasper report in odoo v12 and when I tried to print the default sale order report, nothing shows. And to create a new report there is not "Add a line" in the files panel.

This is the first lines of errors showed in the jasperserver.log :

1 [XML-RPC-0] ERROR org.apache.commons.digester.Digester - Parse Error at line 2 column 454: cvc-complex-type.3.2.2: Attribute 'uuid' is not allowed to appear in element 'jasperReport'. org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 454; cvc-complex-type.3.2.2: Attribute 'uuid' is not allowed to appear in element 'jasperReport'.

Thank you so much for your help!! Regards, P.

hiren-serpentcs commented 5 years ago

Hello @despet, Thanks for reporting the issue. It is due to the unique uuid attribute in your .jrxml file. You can remove the uuid attribute manually or do the configuration in your Jasper Studio. You can refer to the documentation here: https://github.com/JayVora-SerpentCS/Jasperreports_odoo/wiki/Documentation#uuid-error

despet commented 5 years ago

Hello Thanks for your kick return,. But I found that the error in jasperserver.log was already there before the installation of the module. So the print problem is not finally related to that. What about the creation of a report and the impossibility to print the native one?

Thank you,

no add line

lili94 commented 5 years ago

hi @despet i have the same problem do you fix it ?

despet commented 5 years ago

hello lili94! still trying to... Hope that we will have some support from SerpentCS soon!

lili94 commented 5 years ago

@despet this is the error that you face ? Capture_test

despet commented 5 years ago

Hello @lili94

Thanks you for your sharing. But this error is not the one I am facing. Because there is no system feeback about what's wrong when printing the document. When I hit the print button, I can see at the bottom right of the screen, the loading of the report and then nothing shows.

@hiren-serpentcs is it an configuration problem? How can I trace what's happening in the jasperserver.log ?

Thanks a lot, D.

lili94 commented 5 years ago

Hi try to change navigator thanks

Le mer. 17 avr. 2019 08:51, despet notifications@github.com a écrit :

Hello @lili94 https://github.com/lili94

Thanks you for your sharing. But this error is not the one I am facing. Because there is no system feeback about what's wrong when printing the document. When I hit the print button, I can see at the bottom right of the screen, the loading of the report and then nothing shows.

@hiren-serpentcs https://github.com/hiren-serpentcs is an configuration problem? How can I trace what's happening in the jasperserver.log ?

Thanks a lot, D.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JayVora-SerpentCS/Jasperreports_odoo/issues/85#issuecomment-483977235, or mute the thread https://github.com/notifications/unsubscribe-auth/Aez7_D8T4Qxmyrm1lpNzFgzjn3VqkNmRks5vhtKHgaJpZM4cwE5w .

despet commented 5 years ago

Hey @lili94 same behaviour ...

ahmedToufikDahmri commented 5 years ago

i get this error when trying to print reports

image

hiren-serpentcs commented 5 years ago

91 Fixes the issue.

Thanks.