← 返回
未分类 中文

Eternal Invoice Generator

Generate professional PDF invoices, quotes, reminders, and recurring bills with customizable items, taxes, discounts, and payment details from the command line.
从命令行生成专业的 PDF 发票、报价单、催款单和周期性账单,支持自定义项目、税费、折扣和付款信息。
eternal0404
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 378
下载
💾 0
安装
1
版本
#latest

概述

Invoice Generator

Create professional PDF invoices from the command line.

Quick Start

python3 scripts/invoice.py create \
  --from "Your Business Name" \
  --to "Client Name" \
  --item "Consulting,8hrs,75" \
  --item "Design,3hrs,100" \
  --due 14

Commands

CommandDescription
----------------------
createGenerate a new invoice PDF
estimateCreate a quote/estimate instead
recurringSet up a recurring invoice template
listList generated invoices
remindGenerate a payment reminder

Item Format

Items are specified as: "Description,Quantity,UnitPrice"

Examples:

  • "Web Development,40,85" — 40 hours at $85/hr
  • "Logo Design,1,1500" — flat rate $1500
  • "Hosting,12,29.99" — 12 months at $29.99/mo

Options

FlagDefaultDescription
----------------------------
--from(required)Your business/personal name
--from-emailYour email
--from-addressYour address
--to(required)Client name
--to-emailClient email
--to-addressClient address
--item(repeatable)Line items
--tax0Tax percentage
--discount0Discount percentage or flat amount
--due30Payment due in N days
--currencyUSDCurrency code
--notesAdditional notes
--prefixINVInvoice number prefix
--bankBank details for payment
--outputautoOutput filename

Output

Generates a clean, professional PDF with:

  • Invoice number (auto-incremented)
  • Issue date and due date
  • Itemized line items with subtotals
  • Tax, discount, and total calculations
  • Payment terms and bank details
  • Professional formatting

Templates

Invoices use a clean minimal template by default. To customize:

  1. Edit scripts/invoice_template.html
  2. Add your logo to assets/logo.png

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Eternal Network Diag

eternal0404
对指定主机进行网络诊断,包括 Ping、DNS 解析、TCP 端口检查和路由追踪。
★ 0 📥 433

Eternal Adaptive Brain

eternal0404
自适应自我提升的智能体大脑,可检测模式、预测故障、调整行为、进化技能并持续追踪性能。
★ 1 📥 379

Eternal Expense Tracker

eternal0404
跟踪、分类并分析个人开支,支持收据扫描、手动录入、CSV导入、预算管理和详细支出报告。
★ 0 📥 393