rnfse 0.5.1 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fa851df5aa28aca8902ffa0b0a00c6abe1627b5
4
- data.tar.gz: 976dbb1947a9f6ef0b64eadea5fc5f23b43821a2
3
+ metadata.gz: 823d951d1fd9680cb3116a126dc6353489de7e24
4
+ data.tar.gz: 63ab1b9d197b24ccebdfc94f5f96c832b2ed544f
5
5
  SHA512:
6
- metadata.gz: 99c226c9ffd2626afab4091eff5d13a27524a3f2a74dc0a416e0678aa18fd14833a586f8d1f1700a98f5645e2e5e1b5f6ccb0b62da8a766d906bb833b42e94d3
7
- data.tar.gz: 5cb276d117bd6cfcd333f299acdf81fb25b377c30d06966395f42909ee09a8c8d66a545beee0b34c595cf774f7ba574acb4f0c89316139022ff84d1234b790f0
6
+ metadata.gz: 85554e57aa77471a9d0c2c69637da43d4b9bbd0f46ad1ca20f72916667597b8733e31dd94930b60236ba78f6acaf32c772cbbdf0af7da80318a6448673c87b74
7
+ data.tar.gz: 6b73668b0e213da11d5f5c9032079ed1e999a492dfe49315594eac30e38d7ece059ed5cc70e88151a4212cdcce8def658ead9ef6a50efa70d552c206d68665dd
@@ -1,3 +1,3 @@
1
1
  module Rnfse
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.3'
3
3
  end
@@ -102,9 +102,11 @@ module Rnfse::XMLBuilder::Abrasf10
102
102
 
103
103
  # encapsula as rps dentro de listaRps com Rps/InfRps
104
104
  def wrap_rps(hash)
105
- hash[:LoteRps][:ListaRps] = {
106
- :Rps => { :InfRps => hash[:LoteRps][:ListaRps] }
107
- } if hash[:LoteRps]
105
+ if hash[:LoteRps]
106
+ hash[:LoteRps][:ListaRps] = {
107
+ :Rps => hash[:LoteRps][:ListaRps].map { |rps| { :InfRps => rps} }
108
+ }
109
+ end
108
110
  hash
109
111
  end
110
112
 
@@ -42,6 +42,40 @@
42
42
  </tc:Tomador>
43
43
  </tc:InfRps>
44
44
  </tc:Rps>
45
+ <tc:Rps>
46
+ <tc:InfRps>
47
+ <tc:IdentificacaoRps>
48
+ <tc:Numero>3</tc:Numero>
49
+ <tc:Serie>8</tc:Serie>
50
+ <tc:Tipo>1</tc:Tipo>
51
+ </tc:IdentificacaoRps>
52
+ <tc:DataEmissao>1960-04-22T00:42:42</tc:DataEmissao>
53
+ <tc:NaturezaOperacao>1</tc:NaturezaOperacao>
54
+ <tc:OptanteSimplesNacional>2</tc:OptanteSimplesNacional>
55
+ <tc:IncentivadorCultural>2</tc:IncentivadorCultural>
56
+ <tc:Status>1</tc:Status>
57
+ <tc:Servico>
58
+ <tc:Valores>
59
+ <tc:ValorServicos>10.42</tc:ValorServicos>
60
+ <tc:IssRetido>2</tc:IssRetido>
61
+ <tc:BaseCalculo>10.42</tc:BaseCalculo>
62
+ </tc:Valores>
63
+ <tc:ItemListaServico>00001</tc:ItemListaServico>
64
+ <tc:CodigoMunicipio>5300108</tc:CodigoMunicipio>
65
+ <tc:Discriminacao>Borealis</tc:Discriminacao>
66
+ </tc:Servico>
67
+ <tc:Prestador>
68
+ <tc:Cnpj>44141526000167</tc:Cnpj>
69
+ <tc:InscricaoMunicipal>12345678</tc:InscricaoMunicipal>
70
+ </tc:Prestador>
71
+ <tc:Tomador>
72
+ <tc:IdentificacaoTomador>
73
+ <tc:Cnpj>38421846000178</tc:Cnpj>
74
+ <tc:InscricaoMunicipal>12345679</tc:InscricaoMunicipal>
75
+ </tc:IdentificacaoTomador>
76
+ </tc:Tomador>
77
+ </tc:InfRps>
78
+ </tc:Rps>
45
79
  </tc:ListaRps>
46
80
  </LoteRps>
47
81
  </EnviarLoteRpsEnvio>
@@ -77,6 +77,77 @@
77
77
  </p1:IntermediarioServico>
78
78
  </p1:InfRps>
79
79
  </p1:Rps>
80
+ <p1:Rps>
81
+ <p1:InfRps>
82
+ <p1:IdentificacaoRps>
83
+ <p1:Numero>2</p1:Numero>
84
+ <p1:Serie>00000</p1:Serie>
85
+ <p1:Tipo>1</p1:Tipo>
86
+ </p1:IdentificacaoRps>
87
+ <p1:DataEmissao>2013-10-01T08:10:00</p1:DataEmissao>
88
+ <p1:NaturezaOperacao>1</p1:NaturezaOperacao>
89
+ <p1:OptanteSimplesNacional>2</p1:OptanteSimplesNacional>
90
+ <p1:IncentivadorCultural>2</p1:IncentivadorCultural>
91
+ <p1:Status>1</p1:Status>
92
+ <p1:Servico>
93
+ <p1:Valores>
94
+ <p1:ValorServicos>500.0</p1:ValorServicos>
95
+ <p1:ValorDeducoes>0.0</p1:ValorDeducoes>
96
+ <p1:ValorPis>0.0</p1:ValorPis>
97
+ <p1:ValorCofins>0.0</p1:ValorCofins>
98
+ <p1:ValorInss>0.0</p1:ValorInss>
99
+ <p1:ValorIr>0.0</p1:ValorIr>
100
+ <p1:ValorCsll>0.0</p1:ValorCsll>
101
+ <p1:IssRetido>2</p1:IssRetido>
102
+ <p1:ValorIss>10.0</p1:ValorIss>
103
+ <p1:ValorIssRetido>0.0</p1:ValorIssRetido>
104
+ <p1:OutrasRetencoes>0.0</p1:OutrasRetencoes>
105
+ <p1:BaseCalculo>500.0</p1:BaseCalculo>
106
+ <p1:Aliquota>2.0</p1:Aliquota>
107
+ <p1:ValorLiquidoNfse>490.0</p1:ValorLiquidoNfse>
108
+ <p1:DescontoCondicionado>0.0</p1:DescontoCondicionado>
109
+ <p1:DescontoIncondicionado>0.0</p1:DescontoIncondicionado>
110
+ </p1:Valores>
111
+ <p1:ItemListaServico>101</p1:ItemListaServico>
112
+ <p1:CodigoCnae>6201500</p1:CodigoCnae>
113
+ <p1:CodigoTributacaoMunicipio>620150000</p1:CodigoTributacaoMunicipio>
114
+ <p1:Discriminacao>Borealis</p1:Discriminacao>
115
+ <p1:CodigoMunicipio>9999999</p1:CodigoMunicipio>
116
+ </p1:Servico>
117
+ <p1:Prestador>
118
+ <p1:Cnpj>12552510000150</p1:Cnpj>
119
+ <p1:InscricaoMunicipal>68</p1:InscricaoMunicipal>
120
+ </p1:Prestador>
121
+ <p1:Tomador>
122
+ <p1:IdentificacaoTomador>
123
+ <p1:CpfCnpj>
124
+ <p1:Cnpj>12477945000188</p1:Cnpj>
125
+ </p1:CpfCnpj>
126
+ </p1:IdentificacaoTomador>
127
+ <p1:RazaoSocial>Black Mesa Research Facility</p1:RazaoSocial>
128
+ <p1:Endereco>
129
+ <p1:Endereco>RUA VICENTE F. GOES</p1:Endereco>
130
+ <p1:Numero>182</p1:Numero>
131
+ <p1:Complemento>A</p1:Complemento>
132
+ <p1:Bairro>ALTO DA MANGUEIRA</p1:Bairro>
133
+ <p1:CodigoMunicipio>9999999</p1:CodigoMunicipio>
134
+ <p1:Uf>CE</p1:Uf>
135
+ <p1:Cep>61900000</p1:Cep>
136
+ </p1:Endereco>
137
+ <p1:Contato>
138
+ <p1:Telefone>8512341234</p1:Telefone>
139
+ <p1:Email>teste@fes.com.br</p1:Email>
140
+ </p1:Contato>
141
+ </p1:Tomador>
142
+ <p1:IntermediarioServico>
143
+ <p1:RazaoSocial>Intersol Servicos Ltda</p1:RazaoSocial>
144
+ <p1:CpfCnpj>
145
+ <p1:Cpf>89746104349</p1:Cpf>
146
+ </p1:CpfCnpj>
147
+ <p1:InscricaoMunicipal>1234567</p1:InscricaoMunicipal>
148
+ </p1:IntermediarioServico>
149
+ </p1:InfRps>
150
+ </p1:Rps>
80
151
  </p1:ListaRps>
81
152
  </p:LoteRps>
82
153
  </p:EnviarLoteRpsEnvio>
@@ -46,6 +46,34 @@ describe Rnfse::XMLBuilder::Abrasf10 do
46
46
  inscricao_municipal: "12345679"
47
47
  }
48
48
  }
49
+ },
50
+ {
51
+ identificacao_rps: { numero: 3, serie: "8", tipo: 1 },
52
+ data_emissao: "1960-04-21T21:42:42-03:00",
53
+ natureza_operacao: 1,
54
+ optante_simples_nacional: false,
55
+ incentivador_cultural: false,
56
+ status: 1,
57
+ servico: {
58
+ valores: {
59
+ valor_servicos: 10.42,
60
+ iss_retido: false,
61
+ base_calculo: 10.42
62
+ },
63
+ item_lista_servico: "00001",
64
+ discriminacao: "Borealis",
65
+ codigo_municipio: 5300108
66
+ },
67
+ prestador: {
68
+ cnpj: "44.141.526/0001-67",
69
+ inscricao_municipal: "12345678"
70
+ },
71
+ tomador: {
72
+ identificacao_tomador: {
73
+ cnpj: "38.421.846/0001-78",
74
+ inscricao_municipal: "12345679"
75
+ }
76
+ }
49
77
  }
50
78
  ]
51
79
  }
@@ -79,6 +79,67 @@ describe Rnfse::XMLBuilder::IssNet10 do
79
79
  cpf: '897.461.043-49',
80
80
  inscricao_municipal: '1234567'
81
81
  }
82
+ },
83
+ {
84
+ identificacao_rps: { numero: 2, serie: "00000", tipo: 1 },
85
+ data_emissao: "2013-10-01T08:10:00",
86
+ natureza_operacao: 1,
87
+ optante_simples_nacional: false,
88
+ incentivador_cultural: false,
89
+ status: 1,
90
+ servico: {
91
+ valores: {
92
+ valor_servicos: 500.0,
93
+ valor_deducoes: 0.0,
94
+ valor_pis: 0.0,
95
+ valor_cofins: 0.0,
96
+ valor_inss: 0.0,
97
+ valor_ir: 0.0,
98
+ valor_csll: 0.0,
99
+ iss_retido: false,
100
+ valor_iss: 10.0,
101
+ valor_iss_retido: 0.0,
102
+ outras_retencoes: 0.0,
103
+ base_calculo: 500.0,
104
+ aliquota: 0.02,
105
+ valor_liquido_nfse: 490.0,
106
+ desconto_condicionado: 0.0,
107
+ desconto_incondicionado: 0.0
108
+ },
109
+ item_lista_servico: "101",
110
+ codigo_cnae: "6201-5/00",
111
+ codigo_tributacao_municipio: "620150000",
112
+ discriminacao: "Borealis",
113
+ codigo_municipio: 9999999
114
+ },
115
+ prestador: {
116
+ cnpj: "12.552.510/0001-50",
117
+ inscricao_municipal: "68"
118
+ },
119
+ tomador: {
120
+ identificacao_tomador: {
121
+ cnpj: "12.477.945/0001-88"
122
+ },
123
+ razao_social: 'Black Mesa Research Facility',
124
+ endereco: {
125
+ endereco: 'RUA VICENTE F. GOES',
126
+ numero: '182',
127
+ complemento: 'A',
128
+ bairro: 'ALTO DA MANGUEIRA',
129
+ codigo_municipio: 9999999,
130
+ uf: 'CE',
131
+ cep: '61900-000'
132
+ },
133
+ contato: {
134
+ telefone: '8512341234',
135
+ email: 'teste@fes.com.br'
136
+ }
137
+ },
138
+ intermediario_servico: {
139
+ razao_social: 'Intersol Servicos Ltda',
140
+ cpf: '897.461.043-49',
141
+ inscricao_municipal: '1234567'
142
+ }
82
143
  }
83
144
  ]
84
145
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rnfse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renan Mendes Carvalho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json