Skip to content

Commit

Permalink
Running Generate
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Dec 12, 2024
1 parent 43a6b5a commit b08d4d1
Show file tree
Hide file tree
Showing 39 changed files with 9,594 additions and 1,252 deletions.
60 changes: 43 additions & 17 deletions data/addons/br-nfse-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"extensions": [
{
"key": "br-nfse-cnae",
"code": "",
"name": {
"en": "CNAE code",
"pt": "Código CNAE"
Expand All @@ -18,6 +19,7 @@
},
{
"key": "br-nfse-fiscal-incentive",
"code": "",
"name": {
"en": "Fiscal Incentive",
"pt": "Incentivo Fiscal"
Expand All @@ -27,14 +29,16 @@
},
"values": [
{
"value": "1",
"key": "",
"code": "1",
"name": {
"en": "Has incentive",
"pt": "Possui incentivo"
}
},
{
"value": "2",
"key": "",
"code": "2",
"name": {
"en": "Does not have incentive",
"pt": "Não possui incentivo"
Expand All @@ -44,6 +48,7 @@
},
{
"key": "br-nfse-iss-liability",
"code": "",
"name": {
"en": "ISS Liability",
"pt": "Exigibilidade ISS"
Expand All @@ -53,49 +58,56 @@
},
"values": [
{
"value": "1",
"key": "",
"code": "1",
"name": {
"en": "Liable",
"pt": "Exigível"
}
},
{
"value": "2",
"key": "",
"code": "2",
"name": {
"en": "Not subject",
"pt": "Não incidência"
}
},
{
"value": "3",
"key": "",
"code": "3",
"name": {
"en": "Exempt",
"pt": "Isenção"
}
},
{
"value": "4",
"key": "",
"code": "4",
"name": {
"en": "Export",
"pt": "Exportação"
}
},
{
"value": "5",
"key": "",
"code": "5",
"name": {
"en": "Immune",
"pt": "Imunidade"
}
},
{
"value": "6",
"key": "",
"code": "6",
"name": {
"en": "Suspended Judicially",
"pt": "Suspensa por Decisão Judicial"
}
},
{
"value": "7",
"key": "",
"code": "7",
"name": {
"en": "Suspended Administratively",
"pt": "Suspensa por Processo Administrativo"
Expand All @@ -105,6 +117,7 @@
},
{
"key": "br-nfse-municipality",
"code": "",
"name": {
"en": "IGBE Municipality Code",
"pt": "Código do Município do IBGE"
Expand All @@ -116,6 +129,7 @@
},
{
"key": "br-nfse-service",
"code": "",
"name": {
"en": "Service Code",
"pt": "Código Item Lista Serviço"
Expand All @@ -126,6 +140,7 @@
},
{
"key": "br-nfse-simples",
"code": "",
"name": {
"en": "Opting for “Simples Nacional” regime",
"pt": "Optante pelo Simples Nacional"
Expand All @@ -135,14 +150,16 @@
},
"values": [
{
"value": "1",
"key": "",
"code": "1",
"name": {
"en": "Opt-in",
"pt": "Optante"
}
},
{
"value": "2",
"key": "",
"code": "2",
"name": {
"en": "Opt-out",
"pt": "Não optante"
Expand All @@ -152,6 +169,7 @@
},
{
"key": "br-nfse-special-regime",
"code": "",
"name": {
"en": "Special Tax Regime",
"pt": "Regime Especial de Tributação"
Expand All @@ -161,42 +179,48 @@
},
"values": [
{
"value": "1",
"key": "",
"code": "1",
"name": {
"en": "Municipal micro-enterprise",
"pt": "Microempresa municipal"
}
},
{
"value": "2",
"key": "",
"code": "2",
"name": {
"en": "Estimated",
"pt": "Estimativa"
}
},
{
"value": "3",
"key": "",
"code": "3",
"name": {
"en": "Professional Society",
"pt": "Sociedade de profissionais"
}
},
{
"value": "4",
"key": "",
"code": "4",
"name": {
"en": "Cooperative",
"pt": "Cooperativa"
}
},
{
"value": "5",
"key": "",
"code": "5",
"name": {
"en": "Single micro-entrepreneur (MEI)",
"pt": "Microempreendedor individual (MEI)"
}
},
{
"value": "6",
"key": "",
"code": "6",
"name": {
"en": "Micro-enterprise or Small Business (ME EPP)",
"pt": "Microempresa ou Empresa de Pequeno Porte (ME EPP)."
Expand All @@ -209,13 +233,15 @@
"identities": [
{
"key": "br-nfse-municipal-reg",
"code": "",
"name": {
"en": "Company Municipal Registration",
"pt": "Inscrição Municipal da Empresa"
}
},
{
"key": "br-nfse-national-reg",
"code": "",
"name": {
"en": "Company National Registration",
"pt": "Inscrição Nacional da Empresa"
Expand Down
Loading

0 comments on commit b08d4d1

Please sign in to comment.