---
title: "Free Sales Receipt Generator - AgentDock"
description: "Generate professional sales receipts for business transactions with itemized details, tax calculations, and payment confirmation"
url: "https://agentdock.ai/prompt-library/sales/sales-receipt"
docs_index: /llms.txt
---

# Sales Receipt Generator

Generate professional sales receipts for business transactions with itemized details, tax calculations, and payment confirmation

Category: Sales

## Prompt template

```
Create a professional sales receipt for my business transaction. My business name is [BUSINESS_NAME] and my business address is [BUSINESS_ADDRESS]. My contact information includes [BUSINESS_PHONE] and [BUSINESS_EMAIL?].

This receipt is for [CUSTOMER_NAME] with contact details [CUSTOMER_CONTACT?]. The transaction date is [TRANSACTION_DATE] and I need a receipt number starting with [RECEIPT_PREFIX?] or you can generate a sequential format for me.

The items or services sold are as follows: [ITEMS_DESCRIPTION]. For each item, the quantity is [QUANTITIES], the unit price is [UNIT_PRICES], and the currency is [CURRENCY:select:USD,EUR,GBP,CAD,AUD,INR,JPY,CNY,other]. If there are any discounts applied, they are [DISCOUNTS?] and the applicable tax rate is [TAX_RATE:number:0-30] percent.

The payment was made via [PAYMENT_METHOD:select:cash,credit card,debit card,bank transfer,check,PayPal,Venmo,Apple Pay,other] and the payment status is [PAYMENT_STATUS:select:paid in full,partial payment,pending]. If this is a partial payment, the amount paid is [AMOUNT_PAID?] with the remaining balance being [BALANCE_DUE?].

The receipt should have a [TONE:select:professional,friendly,minimal,detailed] tone and include the following additional information if applicable: payment reference or transaction ID [TRANSACTION_ID?], any warranty or return policy details [RETURN_POLICY?], and additional notes [ADDITIONAL_NOTES?].

Format the receipt with a clear header showing my business details, followed by the customer information, then an itemized list with quantities, unit prices, and line totals. Include a subtotal before tax, the tax amount, any discounts, and the final total. End with payment confirmation details and any terms or notes. Make the receipt look professional and ready to print or send digitally.
```

## Variables

- Business Name (text, required)
- Business Address (text, required)
- Business Phone (text, required)
- Business Email (text, optional)
- Customer Name (text, required)
- Customer Contact (text, optional)
- Transaction Date (text, required)
- Receipt Prefix (text, optional)
- Items Description (text, required)
- Quantities (text, required)
- Unit Prices (text, required)
- Currency (select, required) — options: USD, EUR, GBP, CAD, AUD, INR, JPY, CNY, other
- Discounts (text, optional)
- Tax Rate (number, required)
- Payment Method (select, required) — options: cash, credit card, debit card, bank transfer, check, PayPal, Venmo, Apple Pay, other
- Payment Status (select, required) — options: paid in full, partial payment, pending
- Amount Paid (text, optional)
- Balance Due (text, optional)
- Tone (select, required) — options: professional, friendly, minimal, detailed
- Transaction Id (text, optional)
- Return Policy (text, optional)
- Additional Notes (text, optional)

Tags: sales, receipt, invoice, transaction, business

Open in the editor: https://agentdock.ai/prompt-library/sales/sales-receipt
