Document global invoice automation - #287
Open
javorosas wants to merge 10 commits into
Open
Conversation
javorosas
force-pushed
the
agent/document-global-invoice-receipt-limits
branch
from
August 21, 2026 12:39
f6abc65 to
39ce562
Compare
javorosas
marked this pull request as ready for review
August 24, 2026 13:09
javorosas
requested review from
raul-facturapi
and
a balanced review from Copilot
August 24, 2026 15:42
Contributor
There was a problem hiding this comment.
Pull request overview
Documents global invoice automation, batching behavior, nullable responses, and receipt settings in both languages.
Changes:
- Adds 5,000-receipt batching and completion behavior.
- Exposes automation and item-grouping settings.
- Updates receipt guides, examples, and error documentation.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
website/openapi_v2.yaml |
Updates Spanish API contract and examples. |
website/openapi_v2.en.yaml |
Updates English API contract and examples. |
website/docs/guides/receipts.mdx |
Documents batching and automation in Spanish. |
website/docs/guides/self-invoice.mdx |
Corrects the Spanish periodicity field. |
website/docs/getting-started/errors.mdx |
Clarifies Spanish batching errors. |
website/i18n/en/docusaurus-plugin-content-docs/current/guides/receipts.mdx |
Documents batching and automation in English. |
website/i18n/en/docusaurus-plugin-content-docs/current/guides/self-invoice.mdx |
Corrects the English periodicity field. |
website/i18n/en/docusaurus-plugin-content-docs/current/getting-started/errors.mdx |
Clarifies English batching errors. |
Suppressed comments (2)
website/openapi_v2.yaml:18420
- The update schema uses
grouped_items_invoice, while the public field identified by this PR isgroup_similar_self_invoice_items. Clients generated from this schema would send the wrong request key.
grouped_items_invoice:
website/openapi_v2.en.yaml:18190
- The English update schema exposes
grouped_items_invoiceinstead of the PR's public fieldgroup_similar_self_invoice_items, causing generated clients to send an unsupported key.
grouped_items_invoice:
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
global_invoice_too_many_itemswith its receipt-based batching semantics.grouped_items_invoiceand clarifies that it does not affect global invoices.Why
This documents the public contract introduced by FacturAPI/facturapi#2123 without exposing internal automation implementation details.
Impact
The OpenAPI contract now exposes
activate_global_invoice,grouped_items_invoice, andlimit_to_max_receipts. Existing receipt-settings examples now use the actualperiodicityfield. The guide points users to Dashboard receipt settings to monitor automatic and scheduled tasks.Checks
pnpm --dir website typecheckpnpm --dir website buildgit diff --check