fakturownia-invoice-cancel

Cancel a specific invoice in Fakturownia via the CLI with an optional reason.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel an invoice in Fakturownia, with an option to store the reason for the cancellation for auditability.

Core Features & Use Cases

  • Cancel an invoice by ID using the CLI
  • Optionally attach a cancellation reason for auditing
  • Verify cancellation by reading back the stored reason

Quick Start

Cancel the invoice with ID 111 and optionally provide a cancellation reason.

Frequently Asked Questions about fakturownia-invoice-cancel

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

FAQPage Schema
How do I cancel an invoice in Fakturownia and keep an audit trail?

You can cancel an invoice in Fakturownia by providing its specific invoice ID via the CLI. This voids the invoice rather than editing it, and you can optionally attach a cancellation reason to maintain a clear audit trail for your accounting records.

When should I void an invoice instead of editing it?

You should void an invoice instead of editing it when an invoice has already been issued and needs to be nullified for accounting accuracy. Voiding preserves the original record while creating a cancellation entry, which is essential for compliant audit trails.

What information do I need to provide to void a Fakturownia invoice?

You need the specific invoice ID to identify the document to void in Fakturownia. Optionally, you can provide a cancellation reason to ensure the action is traceable and well-documented for any subsequent audit checks.

Can I verify the cancellation reason after voiding an invoice?

Yes, you can verify the cancellation reason after voiding an invoice by reading back the stored reason. This feature allows you to confirm that the optional audit note was correctly recorded alongside the invoice cancellation action.

Does canceling an invoice automatically record the reason for accounting audits?

Canceling an invoice allows you to optionally record a reason for the cancellation. You must provide this reason during the CLI voiding process to ensure it is captured and stored for later accounting verification and auditability.