question

deven avatar image
deven asked deven commented

how to manage smart receipt from android app?

I don't get it, how smart receipt work and how to implement in android app. if i want to generate qr code from my app and that should be print on receipt then how to implement this?

Print
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 deven commented

Did you read this? https://docs.clover.com/build/smart-r...

Smart Receipts allow you to add text and a URL to the bottom of a receipt. The URL, if present, is encoded in a QR code.

3 comments
10 |2000

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

deven avatar image deven commented ·

I want same like smart coupon app. can you please guide me how to implement it?

0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ commented ·

I don't know what the "smart coupon app" is. If you are referring to the Receipt Registration mechanism, here's a post about it that might help: http://devask.clover.com/question/1/h...

0 Likes 0 ·
wsadiq avatar image wsadiq commented ·

The problem I am having with smart receipt is that it takes the url and encodes it into a QR code. A QR code can encode any kind of information and does not always have to be the a URL. What if I have a specific identifier that I want to encode in a QR code and then print that QR code on the smart receipt.

Can you please provide a sample of doing just that - where QR code printed on a smart receipt does not represent a URL but rather some other piece of application specific information.

0 Likes 0 ·

Welcome to the
Clover Developer Community