question

ashwinipatil avatar image
ashwinipatil asked Jeffrey Blattman answered

How can format to string for printing custom reports

receipt.jpg How can format to string for printing custom reports - new TextPrintJob.Builder().text("My Report string is here").build().print(myContext, account); .... I want to print same like we print report from Reporting Application from clover mini.Added sample image.
Clover Android SDKClover MiniPrint
receipt.jpg (195.6 KiB)
10 |2000

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

1 Answer

Jeffrey Blattman avatar image
Jeffrey Blattman answered
There's no simple way to modify report formatting. The Reporting app on the device talks to our server to generate the report. This is really an end-user application and isn't designed as a service for developers.

You can of course build a reporting system of your own but that'd be a rather large task.
10 |2000

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