Offline

@powerhousedao/paperless-invoice

0.0.3latest
AGPL-3.0-only·Published Aug 20, 2026

About

Paperless Invoice Editor

Finance4 modules

Modules

Document Models

Editors

Apps

Subgraphs

Versions(2 stable, 2 total)

Dependencies(6)

@react-pdf/renderer^4.5.1ethers^6.17.0lucide-react^1.23.0tailwind-merge^3.6.0unpdf^1.6.2world-countries^5.1.0

Source

powerhouse.manifest.json
{
  "name": "@powerhousedao/paperless-invoice",
  "description": "Paperless Invoice Editor",
  "category": "finance",
  "publisher": {
    "name": "Powerhouse",
    "url": "https://powerhousedao.inc"
  },
  "documentModels": [
    {
      "id": "powerhouse/invoice",
      "name": "Invoice"
    }
  ],
  "apps": [
    {
      "name": "billing",
      "id": "billing",
      "documentTypes": [
        "powerhouse/document-drive"
      ]
    }
  ],
  "editors": [
    {
      "id": "invoice-editor",
      "name": "invoice-editor",
      "documentTypes": [
        "powerhouse/invoice"
      ]
    }
  ],
  "processors": [],
  "subgraphs": [
    {
      "id": "invoice-addon",
      "name": "Invoice Addon"
    }
  ],
  "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/paperless-invoice

Requires Powerhouse CLI

Add to Cloud

Sign in to add this package to your Cloud environment.

Sign in

Package Info

Version0.0.3
LicenseAGPL-3.0-only
PublishedAug 20, 2026
UpdatedAug 20, 2026