← 返回
未分类 中文

Invoice Generator

Create professional invoices, quotes, and billing documents. Use when user wants to (1) generate an invoice, (2) create a quote, (3) make a receipt, (4) trac...
Create professional invoices, quotes, and billing documents. Use when user wants to (1) generate an invoice, (2) create a quote, (3) make a receipt, (4) trac...
di5cip1e
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 356
下载
💾 0
安装
1
版本
#latest

概述

Invoice Generator

Create professional billing documents quickly.

Quick Start

  1. Gather details - Client info, items, amounts, dates
  2. Select template - Invoice, quote, or receipt
  3. Generate - Output to PDF, DOCX, or text
  4. Deliver - Send to client or download

Input Data Structure

invoice = {
    "type": "invoice",  # invoice, quote, receipt
    "number": "INV-2026-001",
    "date": "2026-04-07",
    "due_date": "2026-04-21",
    "from": {
        "name": "Your Company",
        "address": "123 Main St",
        "email": "billing@company.com"
    },
    "to": {
        "name": "Client Name",
        "company": "Client Company",
        "address": "456 Business Ave",
        "email": "ap@client.com"
    },
    "items": [
        {"description": "Service Name", "qty": 10, "rate": 150},
        {"description": "Materials", "qty": 1, "rate": 500}
    ],
    "tax_rate": 0.08,  # 8%
    "notes": "Payment due within 14 days"
}

Calculations

Auto-calculate:

  • Subtotal: sum(qty × rate) for each item
  • Tax: subtotal × tax_rate
  • Total: subtotal + tax

Output Templates

Invoice

INVOICE #INV-2026-001
Date: April 7, 2026 | Due: April 21, 2026

From: Your Company
To: Client Company

Item                    Qty     Rate      Amount
-------------------------------------------
Consulting              10      $150      $1,500
Materials               1       $500      $500
-------------------------------------------
                        Subtotal:         $2,000
                        Tax (8%):         $160
                        TOTAL:            $2,160

Notes: Payment due within 14 days

Quote

Same format, but header: "QUOTE #QT-2026-001" + "Valid for 30 days"

Receipt

Header: "RECEIPT #RCP-2026-001" + "Paid: [date]"

Best Practices

  • Use sequential invoice numbers (INV-2026-001, INV-2026-002...)
  • Include payment terms in notes
  • Set due dates 14-30 days out for invoices
  • Track outstanding amounts

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 14:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Data Analysis

di5cip1e
分析CSV/Excel文件,提取洞察、生成统计、创建图表并输出摘要。适用于用户需要上传或分析电子表格的场景。
★ 0 📥 817

N8n Workflow Builder

di5cip1e
将英文自动化请求转换为完整的、可部署的 N8N 工作流 JSON,包含触发器、操作、错误处理和设置指南。
★ 0 📥 558

Client Outreach Automator

di5cip1e
生成针对特定行业和痛点的个性化多触点冷启动外联序列,包括邮件、LinkedIn 消息和电话脚本。
★ 0 📥 441