How this tool works
This generator calculates subtotal, tax, and total, then formats a simple invoice with invoice number, dates, payment terms, service details, and client information.
Create a simple invoice preview with invoice number, due date, payment terms, subtotal, tax, total, and copyable invoice text.
This generator calculates subtotal, tax, and total, then formats a simple invoice with invoice number, dates, payment terms, service details, and client information.
subtotal = quantity * rate; taxAmount = subtotal * (taxPercentage / 100); total = subtotal + taxAmount; dueDate and paymentTerms are added to the invoice text but do not change the total
Use this for a simple one-line invoice after a project is approved or completed, then copy, download, or print the invoice from your browser.
No. It only creates invoice text and a preview. It does not collect payments.
Yes. Use the print action to open your browser print dialog.
Yes. Add a due date and payment terms so the copied invoice is clearer for the client.
No. The tool runs in your browser and does not save invoice data to a database.
Add tax only when it applies to your business and location.