br_danfe 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +35 -34
  3. data/README.md +16 -0
  4. data/br_danfe.gemspec +1 -1
  5. data/config/locales/pt-BR.yml +1 -0
  6. data/fonts/Tinos-LICENSE.txt +202 -0
  7. data/fonts/tinos.ttf +0 -0
  8. data/fonts/tinos_bold.ttf +0 -0
  9. data/fonts/tinos_bold_italic.ttf +0 -0
  10. data/fonts/tinos_italic.ttf +0 -0
  11. data/lib/br_danfe.rb +6 -0
  12. data/lib/br_danfe/cce_lib/document.rb +2 -2
  13. data/lib/br_danfe/danfe.rb +8 -5
  14. data/lib/br_danfe/danfe_lib/base.rb +2 -2
  15. data/lib/br_danfe/danfe_lib/nfce.rb +14 -12
  16. data/lib/br_danfe/danfe_lib/nfce_lib/document.rb +1 -1
  17. data/lib/br_danfe/danfe_lib/nfe.rb +39 -27
  18. data/lib/br_danfe/danfe_lib/nfe_lib/document.rb +3 -2
  19. data/lib/br_danfe/danfe_lib/nfe_lib/emit_header.rb +4 -4
  20. data/lib/br_danfe/danfe_lib/nfe_lib/issqn.rb +1 -1
  21. data/lib/br_danfe/danfe_lib/nfe_lib/xprod.rb +5 -5
  22. data/lib/br_danfe/document_builder.rb +16 -0
  23. data/lib/br_danfe/helper.rb +6 -0
  24. data/lib/br_danfe/version.rb +1 -1
  25. data/lib/prawn/font.rb +7 -0
  26. data/lib/prawn/font_metric_cache.rb +33 -0
  27. data/spec/br_danfe/danfe_lib/nfce_spec.rb +12 -1
  28. data/spec/br_danfe/danfe_lib/nfe_lib/emit_header_spec.rb +2 -2
  29. data/spec/br_danfe/danfe_lib/nfe_lib/infadic_spec.rb +0 -1
  30. data/spec/br_danfe/danfe_lib/nfe_lib/xprod_spec.rb +2 -2
  31. data/spec/br_danfe/danfe_lib/nfe_spec.rb +17 -1
  32. data/spec/br_danfe/danfe_spec.rb +16 -0
  33. data/spec/fixtures/cce/lib/correction#render.pdf +0 -0
  34. data/spec/fixtures/cce/lib/document#box.with.block.pdf +0 -0
  35. data/spec/fixtures/cce/lib/document#text.align.pdf +0 -0
  36. data/spec/fixtures/cce/lib/document#text.pad.pdf +0 -0
  37. data/spec/fixtures/cce/lib/document#text.simple.pdf +0 -0
  38. data/spec/fixtures/cce/lib/document#text.size.pdf +0 -0
  39. data/spec/fixtures/cce/lib/document#text.style.pdf +0 -0
  40. data/spec/fixtures/cce/lib/footer#render.pdf +0 -0
  41. data/spec/fixtures/cce/lib/header#render.pdf +0 -0
  42. data/spec/fixtures/cce/lib/nfe_key#render.pdf +0 -0
  43. data/spec/fixtures/cce/lib/protocol#render.pdf +0 -0
  44. data/spec/fixtures/cce/v1.00/cce.fixture.pdf +211 -48
  45. data/spec/fixtures/nfce/v4.00/multiples_xmls_on_the_same_pdf.pdf +1229 -0
  46. data/spec/fixtures/nfe/lib/dest#render-v2.00.pdf +0 -0
  47. data/spec/fixtures/nfe/lib/dest#render-v3.10.pdf +0 -0
  48. data/spec/fixtures/nfe/lib/dest#render-v4.00.pdf +0 -0
  49. data/spec/fixtures/nfe/lib/dest#render-with-address-bigger.pdf +0 -0
  50. data/spec/fixtures/nfe/lib/dest#render-with_cnpj.pdf +0 -0
  51. data/spec/fixtures/nfe/lib/dest#render-with_cpf.pdf +0 -0
  52. data/spec/fixtures/nfe/lib/dest#render-with_ie.pdf +0 -0
  53. data/spec/fixtures/nfe/lib/dest#render-without-address-complement.pdf +0 -0
  54. data/spec/fixtures/nfe/lib/det_body#render-csosn.pdf +739 -658
  55. data/spec/fixtures/nfe/lib/det_body#render-cst.pdf +476 -393
  56. data/spec/fixtures/nfe/lib/det_body#render-fci.pdf +323 -238
  57. data/spec/fixtures/nfe/lib/det_body#render-icms_st.pdf +327 -237
  58. data/spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf +319 -233
  59. data/spec/fixtures/nfe/lib/det_body#render-three_pages.pdf +6619 -7057
  60. data/spec/fixtures/nfe/lib/det_body#render-two_pages.pdf +6474 -6396
  61. data/spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf +319 -233
  62. data/spec/fixtures/nfe/lib/det_body#render-with_infadprod.pdf +315 -237
  63. data/spec/fixtures/nfe/lib/det_body#render-with_issqn.pdf +3026 -2948
  64. data/spec/fixtures/nfe/lib/det_body#render-without_issqn.pdf +3026 -2948
  65. data/spec/fixtures/nfe/lib/document#lcnpj-blank.pdf +0 -0
  66. data/spec/fixtures/nfe/lib/document#lcnpj-invalid.pdf +0 -0
  67. data/spec/fixtures/nfe/lib/document#lcnpj-valid.pdf +0 -0
  68. data/spec/fixtures/nfe/lib/document#lie-blank-uf-invalid.pdf +0 -0
  69. data/spec/fixtures/nfe/lib/document#lie-blank.pdf +0 -0
  70. data/spec/fixtures/nfe/lib/document#lie-invalid.pdf +0 -0
  71. data/spec/fixtures/nfe/lib/document#lie-valid.pdf +0 -0
  72. data/spec/fixtures/nfe/lib/dup#render.pdf +0 -0
  73. data/spec/fixtures/nfe/lib/emit_header#render-second_page.pdf +214 -67
  74. data/spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf +214 -67
  75. data/spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf +212 -65
  76. data/spec/fixtures/nfe/lib/icmstot#render.pdf +0 -0
  77. data/spec/fixtures/nfe/lib/infadic#address-shipment.pdf +0 -0
  78. data/spec/fixtures/nfe/lib/infadic#render-all_the_informations.pdf +0 -0
  79. data/spec/fixtures/nfe/lib/infadic#render-difal.pdf +0 -0
  80. data/spec/fixtures/nfe/lib/infadic#render-extra_volume.pdf +0 -0
  81. data/spec/fixtures/nfe/lib/infadic#render-with_complementary_information.pdf +0 -0
  82. data/spec/fixtures/nfe/lib/infadic#render-with_fisco_additional_information.pdf +0 -0
  83. data/spec/fixtures/nfe/lib/infadic#render-with_street_data.pdf +0 -0
  84. data/spec/fixtures/nfe/lib/infadic#render.pdf +0 -0
  85. data/spec/fixtures/nfe/lib/infadic_vol#render-extra_volume.pdf +0 -0
  86. data/spec/fixtures/nfe/lib/issqn#render-with_issqn.pdf +0 -0
  87. data/spec/fixtures/nfe/lib/issqn#render-with_one_issqn_value.pdf +0 -0
  88. data/spec/fixtures/nfe/lib/ticket#render.pdf +0 -0
  89. data/spec/fixtures/nfe/lib/transp#render-modfrete_0.pdf +0 -0
  90. data/spec/fixtures/nfe/lib/transp#render-modfrete_1.pdf +0 -0
  91. data/spec/fixtures/nfe/lib/transp#render-modfrete_2.pdf +0 -0
  92. data/spec/fixtures/nfe/lib/transp#render-modfrete_3.pdf +0 -0
  93. data/spec/fixtures/nfe/lib/transp#render-modfrete_4.pdf +0 -0
  94. data/spec/fixtures/nfe/lib/transp#render-modfrete_9.pdf +0 -0
  95. data/spec/fixtures/nfe/lib/transp#render.pdf +0 -0
  96. data/spec/fixtures/nfe/lib/vol#render-blank-boxes.pdf +0 -0
  97. data/spec/fixtures/nfe/lib/vol#render.pdf +0 -0
  98. data/spec/fixtures/nfe/v2.00/custom_options.fixture.pdf +1037 -793
  99. data/spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf +1035 -791
  100. data/spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf +2963 -2738
  101. data/spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf +731 -504
  102. data/spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf +2909 -2688
  103. data/spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf +938 -768
  104. data/spec/fixtures/nfe/v3.10/multiples.xmls.on.the.same.pdf.pdf +11471 -0
  105. data/spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf +1823 -1601
  106. data/spec/fixtures/nfe/v3.10/with_footer.fixture.pdf +3110 -2436
  107. data/spec/fixtures/nfe/v3.10/with_footer.xml +18 -0
  108. data/spec/fixtures/nfe/v3.10/with_issqn.fixture.pdf +2564 -3072
  109. data/spec/fixtures/nfe/v3.10/with_three_pages.fixture.pdf +8404 -8187
  110. data/spec/fixtures/nfe/v3.10/without_issqn.fixture.pdf +3167 -2951
  111. data/spec/spec_helper.rb +2 -0
  112. metadata +15 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07b849c45a1e7d926c43d77ce6e3460a35157e015393f76ebc5b37c736b9b679
4
- data.tar.gz: 134cf5bf664dd4695aa4d895bd11d035850501045d36db501652d9cb06b5d3cc
3
+ metadata.gz: aacdeb7075789af727a8eb117a14e0129aadffd2ec20563e3911d857745d3cd4
4
+ data.tar.gz: 5c4b4d05f44d2501f2b6892b395623b55b4b33af9ed5df61113462b5030eb226
5
5
  SHA512:
6
- metadata.gz: 50dcef75a540af68ba9b9830880cff94a175a28c9eca51a02157a7cff07a73bdaa704deed374ab9e5005a45de2390bd7e8f75a2691dc1d5ee5efed13443455eb
7
- data.tar.gz: 06e6fecd59fd4624e061efa637799f2e61bedc2a83d909e62a12709926946eb1f1fc30ed14ee5458b8d6cd4c1c82f3e88f15130bbbc830e8aedfda7354f77474
6
+ metadata.gz: 9ba6dc89a98ebdd48638bc1a91148ceb5654d701e6d6e11d2dee51b043d195f636d3f56e1f2651e7763e19a1d82971cae75567bc55ba0b1c01b5f027095ef04c
7
+ data.tar.gz: 0e9bf561f32655a3f8c746b9964768a4727f462f85ca64329f24348beae3d4251e648d7745c8bf04dbf3dcf8abb3abfb19465442f3a3c59b7a89ccbbb4775921
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- br_danfe (0.14.0)
4
+ br_danfe (0.15.0)
5
5
  barby (= 0.5.1)
6
6
  br_documents (>= 0.1.3)
7
7
  i18n (>= 0.8.6)
@@ -13,24 +13,24 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activemodel (6.0.3.2)
17
- activesupport (= 6.0.3.2)
18
- activesupport (6.0.3.2)
16
+ activemodel (6.1.3.1)
17
+ activesupport (= 6.1.3.1)
18
+ activesupport (6.1.3.1)
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
- i18n (>= 0.7, < 2)
21
- minitest (~> 5.1)
22
- tzinfo (~> 1.1)
23
- zeitwerk (~> 2.2, >= 2.2.2)
20
+ i18n (>= 1.6, < 2)
21
+ minitest (>= 5.1)
22
+ tzinfo (~> 2.0)
23
+ zeitwerk (~> 2.3)
24
24
  ast (2.4.0)
25
25
  barby (0.5.1)
26
26
  br_documents (0.1.3)
27
27
  activemodel (>= 4.0.0)
28
28
  i18n (>= 0.6.5)
29
29
  byebug (11.1.3)
30
- chunky_png (1.3.12)
30
+ chunky_png (1.4.0)
31
31
  coderay (1.1.3)
32
- concurrent-ruby (1.1.7)
33
- diff-lcs (1.3)
32
+ concurrent-ruby (1.1.8)
33
+ diff-lcs (1.4.4)
34
34
  docile (1.3.2)
35
35
  ffi (1.13.1)
36
36
  formatador (0.2.5)
@@ -48,7 +48,7 @@ GEM
48
48
  guard (~> 2.1)
49
49
  guard-compat (~> 1.1)
50
50
  rspec (>= 2.99.0, < 4.0)
51
- i18n (1.8.5)
51
+ i18n (1.8.10)
52
52
  concurrent-ruby (~> 1.0)
53
53
  jaro_winkler (1.5.4)
54
54
  json (2.3.0)
@@ -57,11 +57,12 @@ GEM
57
57
  rb-inotify (~> 0.9, >= 0.9.10)
58
58
  lumberjack (1.2.8)
59
59
  method_source (1.0.0)
60
- mini_portile2 (2.4.0)
61
- minitest (5.14.1)
60
+ mini_portile2 (2.5.1)
61
+ minitest (5.14.4)
62
62
  nenv (0.3.0)
63
- nokogiri (1.10.10)
64
- mini_portile2 (~> 2.4.0)
63
+ nokogiri (1.11.3)
64
+ mini_portile2 (~> 2.5.0)
65
+ racc (~> 1.4)
65
66
  notiffany (0.1.3)
66
67
  nenv (~> 0.1)
67
68
  shellany (~> 0.0)
@@ -78,6 +79,7 @@ GEM
78
79
  coderay (~> 1.1)
79
80
  method_source (~> 1.0)
80
81
  psych (3.1.0)
82
+ racc (1.5.2)
81
83
  rainbow (3.0.0)
82
84
  rake (13.0.1)
83
85
  rb-fsevent (0.10.4)
@@ -86,20 +88,20 @@ GEM
86
88
  rqrcode (1.1.2)
87
89
  chunky_png (~> 1.0)
88
90
  rqrcode_core (~> 0.1)
89
- rqrcode_core (0.1.2)
90
- rspec (3.9.0)
91
- rspec-core (~> 3.9.0)
92
- rspec-expectations (~> 3.9.0)
93
- rspec-mocks (~> 3.9.0)
94
- rspec-core (3.9.1)
95
- rspec-support (~> 3.9.1)
96
- rspec-expectations (3.9.1)
91
+ rqrcode_core (0.2.0)
92
+ rspec (3.10.0)
93
+ rspec-core (~> 3.10.0)
94
+ rspec-expectations (~> 3.10.0)
95
+ rspec-mocks (~> 3.10.0)
96
+ rspec-core (3.10.0)
97
+ rspec-support (~> 3.10.0)
98
+ rspec-expectations (3.10.0)
97
99
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.9.0)
99
- rspec-mocks (3.9.1)
100
+ rspec-support (~> 3.10.0)
101
+ rspec-mocks (3.10.0)
100
102
  diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.9.0)
102
- rspec-support (3.9.2)
103
+ rspec-support (~> 3.10.0)
104
+ rspec-support (3.10.0)
103
105
  rubocop (0.67.0)
104
106
  jaro_winkler (~> 1.5.1)
105
107
  parallel (~> 1.10)
@@ -118,12 +120,11 @@ GEM
118
120
  simplecov-html (~> 0.10.0)
119
121
  simplecov-html (0.10.2)
120
122
  thor (1.0.1)
121
- thread_safe (0.3.6)
122
- ttfunk (1.6.2.1)
123
- tzinfo (1.2.7)
124
- thread_safe (~> 0.1)
123
+ ttfunk (1.7.0)
124
+ tzinfo (2.0.4)
125
+ concurrent-ruby (~> 1.0)
125
126
  unicode-display_width (1.5.0)
126
- zeitwerk (2.4.0)
127
+ zeitwerk (2.4.2)
127
128
 
128
129
  PLATFORMS
129
130
  ruby
@@ -134,7 +135,7 @@ DEPENDENCIES
134
135
  guard (~> 2.16.2)
135
136
  guard-rspec
136
137
  rake (= 13.0.1)
137
- rspec (= 3.9.0)
138
+ rspec (= 3.10.0)
138
139
  rubocop (= 0.67.0)
139
140
  rubocop-performance (~> 1.1.0)
140
141
  simplecov (= 0.17.1)
data/README.md CHANGED
@@ -45,6 +45,22 @@ XML version | Supported?
45
45
  end
46
46
  end
47
47
 
48
+ #### Usage in Rails Controller with more than one xml
49
+ class DanfeController < ApplicationController
50
+ def new
51
+ invoices = Invoice.where(ids: params[:ids])
52
+ xmls_as_string = []
53
+
54
+ invoices.each do |invoice|
55
+ xmls_as_string << invoice.generate_xml # your method that generates the NF-e's xml
56
+ end
57
+
58
+ danfe = BrDanfe::Danfe.new(xmls_as_string)
59
+
60
+ send_data danfe.render_pdf, filename: "danfe.pdf", type: "application/pdf"
61
+ end
62
+ end
63
+
48
64
  ### Options
49
65
 
50
66
  * `logo_path`: Path of sender's logo image.
data/br_danfe.gemspec CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
 
27
27
  spec.add_development_dependency 'byebug', '11.1.3'
28
28
  spec.add_development_dependency 'rake', '13.0.1'
29
- spec.add_development_dependency 'rspec', '3.9.0'
29
+ spec.add_development_dependency 'rspec', '3.10.0'
30
30
  spec.add_development_dependency 'rubocop', '0.67.0'
31
31
  spec.add_development_dependency 'rubocop-performance', '~> 1.1.0'
32
32
  spec.add_development_dependency 'simplecov', '0.17.1'
@@ -151,4 +151,5 @@ pt-BR:
151
151
  '03': "Cartão de Crédito"
152
152
  '04': "Cartão de Débito"
153
153
  '05': "Crédito Loja"
154
+ '15': "Boleto"
154
155
  '99': "Outros"
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/fonts/tinos.ttf ADDED
Binary file
Binary file
Binary file
Binary file
data/lib/br_danfe.rb CHANGED
@@ -13,3 +13,9 @@ require 'br_documents'
13
13
  Dir[File.dirname(__FILE__) + '/**/*.rb'].sort.each { |f| require f }
14
14
  I18n.load_path << File.expand_path('../config/locales/pt-BR.yml', __dir__)
15
15
  Prawn::Font::AFM.hide_m17n_warning = true
16
+
17
+ module BrDanfe
18
+ def self.root_path
19
+ File.expand_path('../..',__FILE__)
20
+ end
21
+ end
@@ -2,7 +2,7 @@ module BrDanfe
2
2
  module CceLib
3
3
  class Document
4
4
  def initialize
5
- @document = Prawn::Document.new(
5
+ @document = BrDanfe::DocumentBuilder.build(
6
6
  page_size: 'A4',
7
7
  page_layout: :portrait,
8
8
  left_margin: 30,
@@ -11,7 +11,7 @@ module BrDanfe
11
11
  botton_margin: 30
12
12
  )
13
13
 
14
- @document.font 'Times-Roman'
14
+ @document.font 'tinos'
15
15
  @document.line_width = 0.3
16
16
  end
17
17
 
@@ -1,12 +1,15 @@
1
1
  module BrDanfe
2
2
  class Danfe
3
- def self.new(xml)
4
- create_danfe BrDanfe::XML.new(xml)
3
+ def self.new(xmls)
4
+ xmls = [xmls] unless xmls.is_a?(Array)
5
+
6
+ parsed_xmls = xmls.map { |xml| BrDanfe::XML.new(xml) }
7
+
8
+ create_danfe(parsed_xmls)
5
9
  end
6
10
 
7
- def self.create_danfe(xml)
8
- nfe_code = '55'
9
- xml['ide > mod'] == nfe_code ? DanfeLib::Nfe.new(xml) : DanfeLib::Nfce.new(xml)
11
+ def self.create_danfe(xmls)
12
+ BrDanfe::Helper.nfe?(xmls.first) ? DanfeLib::Nfe.new(xmls) : DanfeLib::Nfce.new(xmls)
10
13
  end
11
14
  private_class_method :create_danfe
12
15
  end