Generate a pre‑filled invoice for any country by simply opening invoice.html with query parameters. No authentication, no backend — just a URL.
| Parameter | Description | Example |
|---|---|---|
name | Customer / Company Name | John Doe |
phone | Customer Phone | +1-555-0100 |
email | Customer Email | john@example.com |
address | Billing Address | 123 Main St, New York |
notes | Invoice notes / payment terms | Net 30 |
Override the default invoice tax and currency for a specific link. Perfect for international businesses.
| Parameter | Description | Example |
|---|---|---|
currency | Currency symbol (3 chars max) | $, €, ₹ |
tax1name | First tax name | VAT, GST |
tax1rate | First tax rate (%) | 20 |
tax2name | Second tax name | QST |
tax2rate | Second tax rate (%) | 9.975 |
tax3name | Third tax name (optional) | Cess |
tax3rate | Third tax rate (%) | 0.5 |
All parameters are optional. The invoice form will open with the specified fields filled in — you can still edit everything manually.