question

andymx51 avatar image
andymx51 asked phan.dev answered

Disable automatic printing when performing a Closeout

When performing a closeout an automatic receipt is printed. I'd like to disable this in a similar way to how we disable receipts on SaleRequests. This would allow me to print the closeout report on a POS printer (we run in semi-integrated mode).


Ideally, I'd like my request to look like this...


paymentConnector.closeout(CloseoutRequest().apply {
    this.allowOpenTabs = false
    this.disablePrinting = true
})


Thanks.

Clover Android SDKsemi-integrationsClover Flex
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

David Marginian avatar image
David Marginian Deactivated answered

Thanks for the suggestion, I will write up a ticket for this. However, if it is decided we should support this it is not likely to be available soon.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

phan.dev avatar image
phan.dev answered

I also need as @

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community