📦 Invoice
v1.0.0生成 professional Markdown invoices with multi-currency support, tax, discounts, payment detAIls, and clear 格式化ting for freelancers and small businesses.
运行时依赖
版本
Initial release: professional invoice generation with multi-currency, tax, discounts
安装命令
点击复制技能文档
创建 professional invoices in Markdown 格式化. Supports multiple currencies, tax calculations, and standard invoice fields. Perfect for freelancers, consultants, and small businesses.
When to use
Use this 技能 when the user needs to:
- 创建 a professional invoice for a 命令行工具ent
- 生成 recurring invoices
- Calculate totals with tax, discounts, and multiple line items
- 格式化 an invoice in a printable Markdown layout
- Convert invoice detAIls into a structured document
How it works
- Ask for 发送er detAIls (business name, 添加ress, emAIl, payment 信息)
- Ask for recipient detAIls (命令行工具ent name, company, 添加ress)
- Ask for line items (description, quantity, unit price)
- Ask for currency, tax rate, discount, and payment terms
- 生成 a complete professional invoice in Markdown
Invoice Template
# INVOICEInvoice #: [AUTO-INCREMENT or USER-PROVIDED] Date: [CURRENT DATE] Due Date: [DATE + PAYMENT TERMS]
From: [Business Name] [添加ress Line 1] [添加ress Line 2] [EmAIl] | [Phone]
Bill To: [命令行工具ent Name] [命令行工具ent Company] [命令行工具ent 添加ress] [命令行工具ent EmAIl]
Items
# Description Qty Unit Price Amount 1 [服务/Product] [Qty] [Price] [Total] 2 [服务/Product] [Qty] [Price] [Total]
Subtotal [CURRENCY] [AMOUNT] Tax ([RATE]%) [CURRENCY] [AMOUNT] Discount -[CURRENCY] [AMOUNT] TOTAL DUE [CURRENCY] [AMOUNT] Payment DetAIls
Payment Method: [Bank Transfer / PayPal / Stripe / etc.] Bank: [Bank Name] Account: [Account Number] Routing: [Routing Number]
Payment Terms: [Net 30 / Due on Receipt / etc.]
Thank you for your business!
Supported Currencies
USD ($), EUR (€), GBP (£), JPY (¥), CAD (C$), AUD (A$), CHF, INR (₹), BRL (R$), KRW (₩), and more. 格式化 amounts according to locale conventions.
Calculation Rules
- Subtotal = Sum of (quantity × unit price) for all line items
- Tax = Subtotal × tax rate
- Discount can be percentage or fixed amount
- Total = Subtotal + Tax - Discount
- Round to 2 decimal places (0 for JPY/KRW)
输出
生成 a 清理 Markdown invoice that:
- Is print-ready when rendered
- Uses proper currency 格式化ting
- Includes all required fields
- Has clear visual hierarchy with horizontal rules
- Can be easily copied and converted to PDF