fakturownia-invoice-receipt-link

Link receipts to Fakturownia invoices or create invoices from receipt data.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-invoice-receipt-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fakturownia-invoice-receipt-link
Source: https://github.com/sixers/fakturownia-cli/tree/main/skills/fakturownia/recipes/invoice-receipt-link
Command: npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-invoice-receipt-link

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many workflows collect receipts separately from invoices, leaving accounting records incomplete and reconciliation manual. This Skill provides a straightforward way to attach a receipt to an existing invoice or to create a new invoice from receipt-backed fields so records stay consistent and bookkeeping remains auditable.

Core Features & Use Cases

  • Attach existing invoices: Update an invoice by ID to link it to a receipt and control stock-level implications.
  • Create invoice from receipt data: Generate a new invoice using payload fields derived from a receipt, including buyer details and line items.
  • Use Cases: Reconcile bank receipts with invoices, import POS receipts into the Fakturownia invoice workflow, and automate batching of receipt-based invoice creation during month-end close.

Quick Start

Run the fakturownia CLI to update an invoice by ID to attach a receipt or to create a new invoice from receipt data using a single JSON input.

Frequently Asked Questions about fakturownia-invoice-receipt-link

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I link a receipt to an existing invoice for accounting reconciliation?

You can link a receipt to an existing invoice by updating the target invoice by ID using a JSON-formatted CLI input, ensuring your reconciliation records stay consistent and auditable within your accounting workflow.

Can I create a new invoice directly from receipt data in Fakturownia?

Yes, you can create a new invoice from receipt data in Fakturownia by generating an invoice payload using receipt fields like buyer details and line items, which is ideal for importing POS receipts into your workflow.

Does linking a receipt to an invoice affect stock levels in Fakturownia?

When linking a receipt to an invoice, you can toggle stock-level exclusion, giving you control over stock implications when updating invoices by ID to ensure inventory accounting remains accurate during reconciliation.

What is the best way to automate batching of receipt-based invoice creation during month-end close?

The best way to automate batching of receipt-based invoice creation during month-end close is using a CLI to process JSON inputs, transforming multiple receipt-only records into complete invoice payloads efficiently for bulk reconciliation.

Do I need a specific CLI environment to import external receipts into invoice workflows?

You need the Fakturownia CLI environment to import external receipts into invoice workflows, as it processes the JSON-formatted inputs required to update existing invoices or create new invoice records from receipt fields.