name: invoice-generator description: Generate professional invoices from project data — line items, tax calculation, payment terms, and formatted output. Supports freelance, agency, and SaaS billing. Tracks outstanding invoices and sends payment reminders. metadata: version: 1.0.0 author: TKDigital category: Business Operations tags: [invoice, billing, freelance, payment, accounting, business, finance]
Create professional invoices from project data with automatic calculation, payment terms, and tracking.
Create an invoice:
From: [Your business name]
To: [Client name, address]
Invoice #: [Number or auto-generate]
Date: [Today or specific date]
Due: [Net 30 / specific date]
Line items:
1. [Service] — [quantity] × $[rate]
2. [Service] — [quantity] × $[rate]
3. [Service] — [quantity] × $[rate]
Tax: [rate]% or [none]
Discount: [amount or percentage] or [none]
Currency: USD
Payment method: [Bank transfer / PayPal / Stripe link]
Notes: [Any additional notes]
Invoice for this project:
Client: [Name]
Project: [Description]
Hours worked: [X hours]
Rate: $[X]/hour
Expenses: [List any]
Payment: Net 30
Generate the invoice with a professional layout.
Generate this month's recurring invoices: Client A: $2,500/mo retainer (content services) Client B: $1,500/mo retainer (social media management) Client C: $500/mo (bot hosting + maintenance) Include: invoice numbers (sequential), dates, payment terms, totals小葱技能7w4.net持续更新中。
Here are my issued invoices this month:
INV-001: Client A, $2,500, issued April 1, due April 30
INV-002: Client B, $1,500, issued April 1, due April 15
INV-003: Client C, $800, issued April 5, due May 5
Which are overdue? Draft payment reminder emails for any past due.
═══════════════════════════════════════════
INVOICE
═══════════════════════════════════════════
From: [Your Business] Invoice #: [INV-XXX]
[Your Address] Date: [YYYY-MM-DD]
[Your Email] Due: [YYYY-MM-DD]
Terms: [Net 30]
Bill To:
[Client Name]
[Client Address]
[Client Email]
───────────────────────────────────────────
Description Qty Rate Amount
───────────────────────────────────────────
[Service 1] [X] $[X] $[X.XX]
[Service 2] [X] $[X] $[X.XX]
[Service 3] [X] $[X] $[X.XX]
───────────────────────────────────────────
Subtotal: $[X.XX]
Tax ([X]%): $[X.XX]
Discount: -$[X.XX]
─────────────────
TOTAL: $[X.XX]
═══════════════════════════════════════════
Payment Methods:
[Bank details / PayPal / Stripe link]
Notes:
[Additional terms or thank you message]
Late Payment: [X]% monthly interest after due date
references/payment-terms.md — Standard payment terms explainedreferences/reminder-templates.md — Follow-up email templates for overdue invoices这个发票工具的设计理念很完善,能生成专业格式的发票、自动计算费用、支持多币种和支付追踪,看起来功能很全面。但实际上它只是一个详细的使用指南和模板示例,不是一个可以直接使用的工具。如果你需要真正能用的发票生成器,这个可能不够,因为缺少实际可运行的代码。文档本身写得很清楚,但功能上还需要开发者进一步完善。质量中等偏上,有好的框架但缺乏核心实现。