selectline-software / selectline-api

Apache License 2.0
24 stars 5 forks source link

Printed status NOT set to 1 when printing an invoice #354

Closed ccfrusano closed 2 months ago

ccfrusano commented 8 months ago

Details

Steps to replicate the behavior:

-The issue is that when printing an invoice, the status of "Printed" is still set to 0. So, it does not change to 1, eventhough the invoice gets actually printed correctly. It only happens with invoices. With packing slips or delivery notes, everything works perfect.

Json body request: {"NumberOfCopies":1, "MasterName":"FRUSANO_ES", "PrintTarget":"Printer" }

Does anybody have the same problem?

Thanks

MatthiasGuse commented 8 months ago

Hello,

from our side it works correctly. Maybe you use the Document processing status for the invoice. In this case the status must be "completed", to set the print status correctly.

Regards

ccfrusano commented 8 months ago

Hello Mathias,

From our side, this option is disabled:

image

To add more information, our only speciality is that we have our accounting system connected to Selectline (Selectline Fibu).

Have you tried reproducing the error with that? Is there any other possible thing causing this issue? Best, Carlos