Regenerate docs from GOBL v0.501.0 - #60
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Bumps github.com/invopop/gobl v0.500.0 -> v0.501.0 and regenerates all
pages. Notable content changes:
- regimes/no: Norwegian tax-identity validation now expects the MVA
suffix ("Valid MVA-suffixed mod-11 org number" / "Invalid Norwegian
VAT number").
- addons/br-nfe-v4: invoice validation messages reworded and new
supplier/customer country + foreign-identity rules added.
- addons/it-sdi-v1: adds Liquidation State and Shareholder State
extension code sets.
- addons/eu-en16931-v2017: drops the standalone VATEX-required combo
rule (BR-E-10).
- draft-0/org/registration: schema refresh.
CarlosMari
force-pushed
the
add-norway-regime-docs
branch
from
June 17, 2026 18:24
f5764fa to
88ccf82
Compare
Contributor
|
Docs PR opened: #61 Added a Changelog section with the first entry covering GOBL v0.501.0 updates across Italy, Brazil, Norway, and EU. |
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.
Summary
Bumps
github.com/invopop/goblv0.500.0 → v0.501.0 and regenerates all pages viacmd/generate. This follows the repo's "regenerate from latest GOBL" pattern and brings the docs in line with the current release.Norway is already documented (added in #58 from v0.500.0); this refresh updates the NO page to the v0.501.0 tax-identity rules and picks up the other v0.501.0 deltas. The addon bundle (
gobl.dev) is left at its committed version, so the diff is scoped to gobl-core changes.Content changes
regimes/no.mdx— Norwegian VAT identity validation is now MVA-suffix aware:Valid MVA-suffixed mod-11 org number/Invalid Norwegian VAT number(wasValid mod-11 org number/Invalid organisasjonsnummer).addons/br-nfe-v4.mdx— invoice validation messages reworded (prefixed with "Invoice ") and new supplier/customer country + foreign-identity rules added (-36/-37/-38).addons/it-sdi-v1.mdx— adds the Liquidation State and Shareholder State extension code sets (FatturaPAIscrizioneREA).addons/eu-en16931-v2017.mdx— drops the standalone VATEX-required tax-combo rule (BR-E-10).draft-0/org/registration.mdx— schema refresh.Notes
go.mod/go.sum: goblv0.500.0→v0.501.0; the go directive moves to1.25.0(required by the upgraded dependency tree).docs.jsonnavigation is unchanged — NO and SA were already listed (the generator rebuilds the Countries/Addons nav, and it produced identical output).go run ./cmd/generate; no hand-edits to generated pages.