question

mybmr avatar image
mybmr asked David Marginian Deactivated answered

How to print receipt to specific kitchen printer based on label assigned to kitchen printer using clover SDK?

Hello,

We want to implement functionality in which we need to print receipt of order in kitchen printer based on label assigned to that kitchen printer


For example , Order have 2 items Orange Juice (soft-drink label) & Ice-cream (Dessert label).

We want to print order receipt of Orange Juice to be printed in Printer having label (Soft-Drink) and receipt of Ice-cream to be printed on Dessert label printer.


We have tried below ways to achieve above functionality,

- get list of printers having Order category using (printerConnector.getPrinters(Category.ORDER)

- get list of tags(labels) and items using inventoryConnector.getTags() and REST api as well.

- we have tried to map specific printer to specific inventory item tag/label using inventoryConnector.getTagsForPrinter(printerUUID) which should return tags associated with that printer , but it returns 0.


Please suggest best way to fulfill above functionality.


Clover Android SDKPrint
10 |2000

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

Shubham Bhawsar avatar image
Shubham Bhawsar answered

Yes we also need to add the same functionality in our app, any one from #development team, please suggest....

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
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