Questions tagged [receipt]

For any receipt related questions, digital or other forms.

283 questions
1
vote
2 answers

What free OCR to use for receipt scanner app?

I'm making receipt scanner app for android in android studio. What free OCR should i use? The main information i'm trying to get from receipt is date, amount and currency.
Zebras
  • 11
  • 2
1
vote
1 answer

Send payment receipt to customer

I have pay button on my website. I want to send receipt to customer email about the details of the product that they just bought, i.e. product dimensions, product history, product manual. How to do? Thanks.
Gjison Giocf
  • 145
  • 1
  • 11
1
vote
2 answers

Group similar strings and change their values to something common while retaining the individual rows

I have receipt data and there are descriptions of items but some are pretty similar and I'd like to code those similar ones with he same value to increase the chances of finding associations in the data. For example: Strawberries Premium…
Helena H
  • 23
  • 5
1
vote
1 answer

How do I get the array to print user input, store the subtotal, multiply that times the tax, and total

I need get users number of items, the prices, and print the prices like a receipt. Next I have to print out the subtotal, tax = .07 and the total. I have tried using a for loop to get the info to add in the array. I have now tried the while loop.…
1
vote
2 answers

I have a strange problem with server receipts validation

I'm developing an App that supports IAP and I want to use my server to verify receipts. When I was sending data to my server to verify the receipts sometimes it works, but sometimes I've got an error like this. I tried the same data with postman it…
Julian
  • 13
  • 2
1
vote
1 answer

Stripe transfer receipt

I am developing app where transfer money from platform to connect when completing some task. And then my app customers can get money in their stripe account. I think they need to get receipt for getting earning when using my app but I can't see how…
bb14816
  • 473
  • 1
  • 5
  • 14
1
vote
1 answer

How to verify receipt of my Ajax string query by the server?

I am using Javascript to send form data to a php via Ajax for validation and mailing. The query string which I named formString looks like this 'name= John Smith'. I have one input field only for testing purpose. The Ajax communication between my…
Hassan
  • 91
  • 1
  • 10
1
vote
0 answers

In-app purchase receipt verification with RMStore/AppReceiptVerificator

I am building an iOS app which contains in-app purchase for IAP receipt verification I am trying to use Pod 'RMStore/AppReceiptVerificator' but I am unable to install through pods. Is there any other library which does the same work or how can we…
jarvis12
  • 134
  • 9
1
vote
0 answers

ESC POS cut adding margin on top

I am using c# raw printer to send ESC pos commands to impact printer. When i use GS V 65 command it is adding margin on the top for next print any idea how to remove feed after cut?
Hasnain
  • 11
  • 1
  • 1
1
vote
0 answers

Capturing Receipt Data from receipt printer after transaction c#

I am working on a device which will be sitting in between the POS and receipt printer, what does the device will do is it will capture the raw receipt data that is being sent to the printer and save it locally, as a text file or JSON. I am new to…
Shahryar Faraji
  • 119
  • 1
  • 2
  • 9
1
vote
0 answers

Java long receipt printing like super market

I'm developing a POS system with Java SE. I need to print long bill like supermarket bills. I'm hoping to use EPSON TM-U220D(https://www.epson.eu/products/sd/pos-printer/epson-tm-u220b-series) as receipt printer. But the problem is receipt printing…
1
vote
1 answer

How to remove extra blank space in the bottom of RDLC report C#

I just want to ask on how to remove the extra blank spaces below the report? I am aiming to print a receipt like those in the supermarket. The height of the report must be dynamic based on the content. I hope there is someone out there can help me.…
Kevin Loquencio
  • 391
  • 1
  • 4
  • 16
1
vote
1 answer

Printing long receipt pdf to fit on receipt paper

I want to print a very long PDF with a receipt printer (Epson TM-T88IV). The PDF I want to print however is predefined (I cannot change how the file is produced). When I want to print this PDF with the Receipt printer, it prints it very very small…
Raildex
  • 3,406
  • 1
  • 18
  • 42
1
vote
0 answers

Camel request + reply in middle of processing and continue processing

Camel route1 is used to send a message to route2, which does process the message and in the middle of the processing sends reply back to route1 but will continue processing. How would you implement this pattern? Considering few options here: Option…
Tuomas
  • 93
  • 9
1
vote
1 answer

Change The Values That PyInvoice Use

I am wanting to use PyInvoice, it seems to do everything I want, although want to call it a receipt instead, how would this be possible? I would also like to change the values of the column headings, how would I go about doing…