question

Mateus avatar image
Mateus asked sam Deactivated commented

Is it possible to show taxes broken down in the receipts?

Let's say I have an order with a single item that costs $100. That item has two tax rates associated: T1, which is 1%, and T2, which is 4%.

Is there any way that in this order's receipt I can see not only the total tax, but also how much of each tax I'm paying for. Something like:

Tax $5

--T1 $1

--T2 $4

Is that possible at all?

Taxes
1 comment
10 |2000

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

sam avatar image sam commented ·

One suggestion would be to use ReceiptRegistrationConnector, which appends text and image to your receipt print job. This will add additional information on the bottom of the receipt with the desired tax information. Another option is to create an entirely new receipt using ViewPrintJob, TextPrintJob, or ImagePrintJob

0 Likes 0 ·

0 Answers

Welcome to the
Clover Developer Community