question

sujith avatar image
sujith asked Jacob Abrams answered

how to print bill of a particular order using our own UI in android?

Hi , I want to print the bill in clover station using our own Use Interface in android application how can it be possible?

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

Jacob Abrams avatar image
Jacob Abrams answered

Try this:

PrintJob pj = new StaticBillPrintJob.Builder().order(order).build();
pj.print(context, CloverAccount.getAccount(context));
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