In-Browser Payment Receipt Generation
AnyTool’s Receipt Generator produces a payment receipt — proof that money has already been received — entirely in the browser. From business and optional customer details plus a list of items (description, quantity, price), it computes each line amount, the subtotal, tax on the subtotal and the total paid, and, for cash payments, the change due from the amount tendered. It reuses the Generators category’s golden money engine (computeTotals / formatMoney) for the arithmetic, and the receipt PDF is assembled client-side with the pdf-lib library. A live preview, styled to match the printed slip, updates as you type.
- Receipt = proof of payment, issued after money is received (an invoice is issued before)
- Unlimited items with description, quantity and price; subtotal, tax and total paid computed live and rounded to cents
- Payment method recorded; change calculated automatically for cash from the amount tendered
- Standard page layout or a narrow 80mm thermal/POS slip, both exportable as PDF
- Any currency formatted with Intl.NumberFormat; PDF built in-browser with pdf-lib — no server, no CDN
