invoice

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Invoice Skill

Invoice Skill

Produce a single-page printable invoice.
生成单页可打印发票。

Workflow

工作流程

  1. Read DESIGN.md.
  2. Layout:
    • Top band: studio brand on the left, "INVOICE" + number + date + due date on the right.
    • Two columns: From (sender) / Bill to (recipient) with addresses.
    • Project ref + payment-terms strip.
    • Line items table: description / qty / unit / amount.
    • Right-aligned totals block: subtotal, retainer, tax, total due.
    • Payment instructions (bank, wire, ACH).
    • Thank-you note + signature line.
  3. Print stylesheet @media print to remove backgrounds.
  1. 阅读DESIGN.md文件。
  2. 布局:
    • 顶部栏:左侧为工作室品牌标识,右侧为“INVOICE”+发票编号+日期+到期日。
    • 两栏布局:“From(发件人)”/“Bill to(收件人)”及对应地址。
    • 项目参考编号+付款条款栏。
    • 明细项目表格:描述/数量/单价/金额。
    • 右对齐总计区块:小计、定金、税费、应付总额。
    • 付款说明(银行转账、电汇、ACH)。
    • 致谢语+签名栏。
  3. 打印样式表使用@media print移除背景。

Output contract

输出约定

<artifact identifier="invoice-name" type="text/html" title="Invoice">
<!doctype html>...</artifact>
<artifact identifier="invoice-name" type="text/html" title="Invoice">
<!doctype html>...</artifact>