-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
176 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
{ | ||
"$schema": "https://gobl.org/draft-0/tax/regime-def", | ||
"name": { | ||
"en": "Brazil", | ||
"pt": "Brasil" | ||
}, | ||
"time_zone": "America/Sao_Paulo", | ||
"country": "BR", | ||
"currency": "BRL", | ||
"tags": [ | ||
{ | ||
"schema": "bill/invoice", | ||
"list": [ | ||
{ | ||
"key": "simplified", | ||
"name": { | ||
"de": "Vereinfachte Rechnung", | ||
"en": "Simplified Invoice", | ||
"es": "Factura Simplificada", | ||
"it": "Fattura Semplificata" | ||
}, | ||
"desc": { | ||
"de": "Wird für B2C-Transaktionen verwendet, wenn die Kundendaten nicht verfügbar sind. Bitte wenden Sie sich an die örtlichen Behörden, um die Grenzwerte zu ermitteln.", | ||
"en": "Used for B2C transactions when the client details are not available, check with local authorities for limits.", | ||
"es": "Usado para transacciones B2C cuando los detalles del cliente no están disponibles, consulte con las autoridades locales para los límites.", | ||
"it": "Utilizzato per le transazioni B2C quando i dettagli del cliente non sono disponibili, controllare con le autorità locali per i limiti." | ||
} | ||
}, | ||
{ | ||
"key": "reverse-charge", | ||
"name": { | ||
"de": "Umkehr der Steuerschuld", | ||
"en": "Reverse Charge", | ||
"es": "Inversión del Sujeto Pasivo", | ||
"it": "Inversione del soggetto passivo" | ||
} | ||
}, | ||
{ | ||
"key": "self-billed", | ||
"name": { | ||
"de": "Rechnung durch den Leistungsempfänger", | ||
"en": "Self-billed", | ||
"es": "Facturación por el destinatario", | ||
"it": "Autofattura" | ||
} | ||
}, | ||
{ | ||
"key": "customer-rates", | ||
"name": { | ||
"de": "Kundensätze", | ||
"en": "Customer rates", | ||
"es": "Tarifas aplicables al destinatario", | ||
"it": "Aliquote applicabili al destinatario" | ||
} | ||
}, | ||
{ | ||
"key": "partial", | ||
"name": { | ||
"de": "Teilweise", | ||
"en": "Partial", | ||
"es": "Parcial", | ||
"it": "Parziale" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"corrections": [ | ||
{ | ||
"schema": "bill/invoice", | ||
"types": [ | ||
"credit-note" | ||
] | ||
} | ||
], | ||
"categories": [ | ||
{ | ||
"code": "ISS", | ||
"name": { | ||
"en": "ISS", | ||
"pt": "ISS" | ||
}, | ||
"title": { | ||
"en": "Municipal Service Tax", | ||
"pt": "Imposto Sobre Serviços" | ||
} | ||
}, | ||
{ | ||
"code": "ICMS", | ||
"name": { | ||
"en": "ICMS", | ||
"pt": "ICMS" | ||
}, | ||
"title": { | ||
"en": "State value-added tax", | ||
"pt": "Imposto sobre Circulação de Mercadorias e Serviços" | ||
} | ||
}, | ||
{ | ||
"code": "IPI", | ||
"name": { | ||
"en": "IPI", | ||
"pt": "IPI" | ||
}, | ||
"title": { | ||
"en": "Federal value-added Tax", | ||
"pt": "Imposto sobre Produtos Industrializados" | ||
} | ||
}, | ||
{ | ||
"code": "PIS", | ||
"name": { | ||
"en": "PIS", | ||
"pt": "PIS" | ||
}, | ||
"title": { | ||
"en": "Social Integration Program", | ||
"pt": "Programa de Integração Social" | ||
}, | ||
"retained": true | ||
}, | ||
{ | ||
"code": "COFINS", | ||
"name": { | ||
"en": "COFINS", | ||
"pt": "COFINS" | ||
}, | ||
"title": { | ||
"en": "Contribution for the Financing of Social Security", | ||
"pt": "Contribuição para o Financiamento da Seguridade Social" | ||
}, | ||
"retained": true | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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