Up to date

@powerhousedao/billing

0.0.4latestPowerhouse Recommended
AGPL-3.0-only·Published Aug 31, 2026

About

Billing Invoice Editor

Finance7 modules

Modules

Document Models

Editors

Apps

Processors

Subgraphs

Dependencies(9)

@react-pdf/renderer^4.5.1chart.js^4.5.1ethers^6.17.0lucide-react^1.23.0luxon^3.7.2react-chartjs-2^5.3.1tailwind-merge^3.6.0unpdf^1.6.2world-countries^5.1.0

Source

powerhouse.manifest.json
{
  "name": "@powerhousedao/billing",
  "description": "Billing Invoice Editor",
  "category": "finance",
  "publisher": {
    "name": "Powerhouse",
    "url": "https://powerhousedao.inc"
  },
  "documentModels": [
    {
      "id": "powerhouse/invoice",
      "name": "Invoice"
    }
  ],
  "apps": [
    {
      "id": "billing",
      "name": "billing",
      "documentTypes": [
        "powerhouse/document-drive"
      ]
    }
  ],
  "editors": [
    {
      "id": "invoice-editor",
      "name": "invoice-editor",
      "documentTypes": [
        "powerhouse/invoice"
      ]
    }
  ],
  "processors": [
    {
      "id": "invoice-analytics",
      "name": "invoice-analytics",
      "documentTypes": [
        "powerhouse/invoice"
      ]
    },
    {
      "id": "invoice-placement",
      "name": "invoice-placement",
      "documentTypes": [
        "powerhouse/invoice",
        "powerhouse/document-drive"
      ]
    }
  ],
  "subgraphs": [
    {
      "id": "invoice-addon",
      "name": "Invoice Addon"
    },
    {
      "id": "billing-dashboard",
      "name": "Billing Dashboard"
    }
  ],
  "config": [
    {
      "name": "CLAUDE_API_KEY",
      "type": "secret",
      "description": "Anthropic Claude API key. Used by scripts/invoice/pdfToClaudeAI.ts to extract invoice data from PDF uploads. Obtain from console.anthropic.com.",
      "required": false
    }
  ]
}

Install

$ph install @powerhousedao/billing

Requires Powerhouse CLI

Add to Cloud

Sign in to add this package to your Cloud environment.

Sign in

Package Info

Version0.0.4
LicenseAGPL-3.0-only
PublishedAug 21, 2026
UpdatedAug 31, 2026