br_danfe 0.13.3 → 0.14.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +71 -34
  3. data/Guardfile +14 -0
  4. data/br_danfe.gemspec +3 -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_lib/nfce_lib/document.rb +1 -1
  14. data/lib/br_danfe/danfe_lib/nfe_lib/document.rb +3 -2
  15. data/lib/br_danfe/danfe_lib/nfe_lib/infadic.rb +17 -1
  16. data/lib/br_danfe/danfe_lib/nfe_lib/issqn.rb +1 -1
  17. data/lib/br_danfe/danfe_lib/nfe_lib/xprod.rb +5 -5
  18. data/lib/br_danfe/document_builder.rb +16 -0
  19. data/lib/br_danfe/version.rb +1 -1
  20. data/lib/prawn/font.rb +7 -0
  21. data/lib/prawn/font_metric_cache.rb +33 -0
  22. data/spec/br_danfe/danfe_lib/nfe_lib/infadic_spec.rb +42 -2
  23. data/spec/br_danfe/danfe_lib/nfe_lib/xprod_spec.rb +2 -2
  24. data/spec/fixtures/cce/lib/correction#render.pdf +0 -0
  25. data/spec/fixtures/cce/lib/document#box.with.block.pdf +0 -0
  26. data/spec/fixtures/cce/lib/document#text.align.pdf +0 -0
  27. data/spec/fixtures/cce/lib/document#text.pad.pdf +0 -0
  28. data/spec/fixtures/cce/lib/document#text.simple.pdf +0 -0
  29. data/spec/fixtures/cce/lib/document#text.size.pdf +0 -0
  30. data/spec/fixtures/cce/lib/document#text.style.pdf +0 -0
  31. data/spec/fixtures/cce/lib/footer#render.pdf +0 -0
  32. data/spec/fixtures/cce/lib/header#render.pdf +0 -0
  33. data/spec/fixtures/cce/lib/nfe_key#render.pdf +0 -0
  34. data/spec/fixtures/cce/lib/protocol#render.pdf +0 -0
  35. data/spec/fixtures/cce/v1.00/cce.fixture.pdf +211 -48
  36. data/spec/fixtures/nfe/lib/dest#render-v2.00.pdf +0 -0
  37. data/spec/fixtures/nfe/lib/dest#render-v3.10.pdf +0 -0
  38. data/spec/fixtures/nfe/lib/dest#render-v4.00.pdf +0 -0
  39. data/spec/fixtures/nfe/lib/dest#render-with-address-bigger.pdf +0 -0
  40. data/spec/fixtures/nfe/lib/dest#render-with_cnpj.pdf +0 -0
  41. data/spec/fixtures/nfe/lib/dest#render-with_cpf.pdf +0 -0
  42. data/spec/fixtures/nfe/lib/dest#render-with_ie.pdf +0 -0
  43. data/spec/fixtures/nfe/lib/dest#render-without-address-complement.pdf +0 -0
  44. data/spec/fixtures/nfe/lib/det_body#render-csosn.pdf +739 -658
  45. data/spec/fixtures/nfe/lib/det_body#render-cst.pdf +476 -393
  46. data/spec/fixtures/nfe/lib/det_body#render-fci.pdf +323 -238
  47. data/spec/fixtures/nfe/lib/det_body#render-icms_st.pdf +327 -237
  48. data/spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf +319 -233
  49. data/spec/fixtures/nfe/lib/det_body#render-three_pages.pdf +6619 -7057
  50. data/spec/fixtures/nfe/lib/det_body#render-two_pages.pdf +6474 -6396
  51. data/spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf +319 -233
  52. data/spec/fixtures/nfe/lib/det_body#render-with_infadprod.pdf +315 -237
  53. data/spec/fixtures/nfe/lib/det_body#render-with_issqn.pdf +3026 -2948
  54. data/spec/fixtures/nfe/lib/det_body#render-without_issqn.pdf +3026 -2948
  55. data/spec/fixtures/nfe/lib/document#lcnpj-blank.pdf +0 -0
  56. data/spec/fixtures/nfe/lib/document#lcnpj-invalid.pdf +0 -0
  57. data/spec/fixtures/nfe/lib/document#lcnpj-valid.pdf +0 -0
  58. data/spec/fixtures/nfe/lib/document#lie-blank-uf-invalid.pdf +0 -0
  59. data/spec/fixtures/nfe/lib/document#lie-blank.pdf +0 -0
  60. data/spec/fixtures/nfe/lib/document#lie-invalid.pdf +0 -0
  61. data/spec/fixtures/nfe/lib/document#lie-valid.pdf +0 -0
  62. data/spec/fixtures/nfe/lib/dup#render.pdf +0 -0
  63. data/spec/fixtures/nfe/lib/emit_header#render-second_page.pdf +214 -67
  64. data/spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf +214 -67
  65. data/spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf +212 -65
  66. data/spec/fixtures/nfe/lib/icmstot#render.pdf +0 -0
  67. data/spec/fixtures/nfe/lib/infadic#address-shipment.pdf +0 -0
  68. data/spec/fixtures/nfe/lib/infadic#render-all_the_informations.pdf +0 -0
  69. data/spec/fixtures/nfe/lib/infadic#render-difal.pdf +0 -0
  70. data/spec/fixtures/nfe/lib/infadic#render-extra_volume.pdf +0 -0
  71. data/spec/fixtures/nfe/lib/infadic#render-with_complementary_information.pdf +0 -0
  72. data/spec/fixtures/nfe/lib/infadic#render-with_fisco_additional_information.pdf +0 -0
  73. data/spec/fixtures/nfe/lib/infadic#render-with_street_data.pdf +0 -0
  74. data/spec/fixtures/nfe/lib/infadic#render.pdf +0 -0
  75. data/spec/fixtures/nfe/lib/infadic_vol#render-extra_volume.pdf +0 -0
  76. data/spec/fixtures/nfe/lib/issqn#render-with_issqn.pdf +0 -0
  77. data/spec/fixtures/nfe/lib/issqn#render-with_one_issqn_value.pdf +0 -0
  78. data/spec/fixtures/nfe/lib/ticket#render.pdf +0 -0
  79. data/spec/fixtures/nfe/lib/transp#render-modfrete_0.pdf +0 -0
  80. data/spec/fixtures/nfe/lib/transp#render-modfrete_1.pdf +0 -0
  81. data/spec/fixtures/nfe/lib/transp#render-modfrete_2.pdf +0 -0
  82. data/spec/fixtures/nfe/lib/transp#render-modfrete_3.pdf +0 -0
  83. data/spec/fixtures/nfe/lib/transp#render-modfrete_4.pdf +0 -0
  84. data/spec/fixtures/nfe/lib/transp#render-modfrete_9.pdf +0 -0
  85. data/spec/fixtures/nfe/lib/transp#render.pdf +0 -0
  86. data/spec/fixtures/nfe/lib/vol#render-blank-boxes.pdf +0 -0
  87. data/spec/fixtures/nfe/lib/vol#render.pdf +0 -0
  88. data/spec/fixtures/nfe/v2.00/custom_options.fixture.pdf +1037 -793
  89. data/spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf +1035 -791
  90. data/spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf +2963 -2738
  91. data/spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf +731 -504
  92. data/spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf +2909 -2688
  93. data/spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf +938 -768
  94. data/spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf +1823 -1601
  95. data/spec/fixtures/nfe/v3.10/with_footer.fixture.pdf +3110 -2436
  96. data/spec/fixtures/nfe/v3.10/with_footer.xml +18 -0
  97. data/spec/fixtures/nfe/v3.10/with_issqn.fixture.pdf +2564 -3072
  98. data/spec/fixtures/nfe/v3.10/with_three_pages.fixture.pdf +8404 -8187
  99. data/spec/fixtures/nfe/v3.10/without_issqn.fixture.pdf +3167 -2951
  100. data/spec/spec_helper.rb +2 -0
  101. metadata +47 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0544f7af7f044b2795ac8bffa0b15d8354bd114250efaef45f9486798343d5c0
4
- data.tar.gz: ac59e385e05de63e529f9f238e693ee5411efce67691cf6cf98d6688d3748c3c
3
+ metadata.gz: c7df8dd96da6ae0ee71f0f6c56b6c2b01a312fd5afb51273b771bda2b5a26c6c
4
+ data.tar.gz: 72f880a77fbe1a2ecb633015a959ba9e10173079b9e3b6157e57d5c44b3757e7
5
5
  SHA512:
6
- metadata.gz: a3a974dbf58d1d117d861b76bf76ec74547e61ee78eb2a10c055058a2d0e90443c03b0122c6adacfe50d0f48805f327872f88c665dd54e54197e54e28940ad9f
7
- data.tar.gz: af3bb1d7261aabc28e5349c595bd270999a9d9b337570c38fe62275271a4621edf2eebedfb9219d7f99d55fcff483c45843604105f09c50bc36b537b4df9c467
6
+ metadata.gz: 567f26f3c2caea2b097653467cb757dd9f90f784a8f8de0fe6a624010fd7595f7fe9856ec0f8e4f300d54d23ddeec086313e2316545dbad8e0a15b61195f856c
7
+ data.tar.gz: 731c1dedadc7edc8d9a9698c57310f8e86739b9a0864570e11bd72d24108e6c1778391a9307f623946db484adfba73cf34287fa1eef7e659076af576ee8bd601
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- br_danfe (0.13.3)
4
+ br_danfe (0.14.5)
5
5
  barby (= 0.5.1)
6
6
  br_documents (>= 0.1.3)
7
7
  i18n (>= 0.8.6)
@@ -13,32 +13,59 @@ 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)
31
- concurrent-ruby (1.1.7)
32
- diff-lcs (1.3)
30
+ chunky_png (1.4.0)
31
+ coderay (1.1.3)
32
+ concurrent-ruby (1.1.8)
33
+ diff-lcs (1.4.4)
33
34
  docile (1.3.2)
34
- i18n (1.8.5)
35
+ ffi (1.13.1)
36
+ formatador (0.2.5)
37
+ guard (2.16.2)
38
+ formatador (>= 0.2.4)
39
+ listen (>= 2.7, < 4.0)
40
+ lumberjack (>= 1.0.12, < 2.0)
41
+ nenv (~> 0.1)
42
+ notiffany (~> 0.0)
43
+ pry (>= 0.9.12)
44
+ shellany (~> 0.0)
45
+ thor (>= 0.18.1)
46
+ guard-compat (1.2.1)
47
+ guard-rspec (4.7.3)
48
+ guard (~> 2.1)
49
+ guard-compat (~> 1.1)
50
+ rspec (>= 2.99.0, < 4.0)
51
+ i18n (1.8.10)
35
52
  concurrent-ruby (~> 1.0)
36
53
  jaro_winkler (1.5.4)
37
54
  json (2.3.0)
38
- mini_portile2 (2.4.0)
39
- minitest (5.14.1)
40
- nokogiri (1.10.10)
41
- mini_portile2 (~> 2.4.0)
55
+ listen (3.2.1)
56
+ rb-fsevent (~> 0.10, >= 0.10.3)
57
+ rb-inotify (~> 0.9, >= 0.9.10)
58
+ lumberjack (1.2.8)
59
+ method_source (1.0.0)
60
+ mini_portile2 (2.5.1)
61
+ minitest (5.14.4)
62
+ nenv (0.3.0)
63
+ nokogiri (1.11.3)
64
+ mini_portile2 (~> 2.5.0)
65
+ racc (~> 1.4)
66
+ notiffany (0.1.3)
67
+ nenv (~> 0.1)
68
+ shellany (~> 0.0)
42
69
  parallel (1.19.1)
43
70
  parser (2.7.0.4)
44
71
  ast (~> 2.4.0)
@@ -48,26 +75,33 @@ GEM
48
75
  ttfunk (~> 1.6)
49
76
  prawn-table (0.2.2)
50
77
  prawn (>= 1.3.0, < 3.0.0)
78
+ pry (0.13.1)
79
+ coderay (~> 1.1)
80
+ method_source (~> 1.0)
51
81
  psych (3.1.0)
82
+ racc (1.5.2)
52
83
  rainbow (3.0.0)
53
84
  rake (13.0.1)
85
+ rb-fsevent (0.10.4)
86
+ rb-inotify (0.10.1)
87
+ ffi (~> 1.0)
54
88
  rqrcode (1.1.2)
55
89
  chunky_png (~> 1.0)
56
90
  rqrcode_core (~> 0.1)
57
- rqrcode_core (0.1.2)
58
- rspec (3.9.0)
59
- rspec-core (~> 3.9.0)
60
- rspec-expectations (~> 3.9.0)
61
- rspec-mocks (~> 3.9.0)
62
- rspec-core (3.9.1)
63
- rspec-support (~> 3.9.1)
64
- 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)
65
99
  diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.9.0)
67
- rspec-mocks (3.9.1)
100
+ rspec-support (~> 3.10.0)
101
+ rspec-mocks (3.10.0)
68
102
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.9.0)
70
- rspec-support (3.9.2)
103
+ rspec-support (~> 3.10.0)
104
+ rspec-support (3.10.0)
71
105
  rubocop (0.67.0)
72
106
  jaro_winkler (~> 1.5.1)
73
107
  parallel (~> 1.10)
@@ -79,17 +113,18 @@ GEM
79
113
  rubocop-performance (1.1.0)
80
114
  rubocop (>= 0.67.0)
81
115
  ruby-progressbar (1.10.1)
116
+ shellany (0.0.1)
82
117
  simplecov (0.17.1)
83
118
  docile (~> 1.1)
84
119
  json (>= 1.8, < 3)
85
120
  simplecov-html (~> 0.10.0)
86
121
  simplecov-html (0.10.2)
87
- thread_safe (0.3.6)
88
- ttfunk (1.6.2.1)
89
- tzinfo (1.2.7)
90
- thread_safe (~> 0.1)
122
+ thor (1.0.1)
123
+ ttfunk (1.7.0)
124
+ tzinfo (2.0.4)
125
+ concurrent-ruby (~> 1.0)
91
126
  unicode-display_width (1.5.0)
92
- zeitwerk (2.4.0)
127
+ zeitwerk (2.4.2)
93
128
 
94
129
  PLATFORMS
95
130
  ruby
@@ -97,8 +132,10 @@ PLATFORMS
97
132
  DEPENDENCIES
98
133
  br_danfe!
99
134
  byebug (= 11.1.3)
135
+ guard (~> 2.16.2)
136
+ guard-rspec
100
137
  rake (= 13.0.1)
101
- rspec (= 3.9.0)
138
+ rspec (= 3.10.0)
102
139
  rubocop (= 0.67.0)
103
140
  rubocop-performance (~> 1.1.0)
104
141
  simplecov (= 0.17.1)
data/Guardfile ADDED
@@ -0,0 +1,14 @@
1
+ guard :rspec, cmd: "bundle exec rspec" do
2
+ require "guard/rspec/dsl"
3
+ dsl = Guard::RSpec::Dsl.new(self)
4
+
5
+ # RSpec files
6
+ rspec = dsl.rspec
7
+ watch(rspec.spec_helper) { rspec.spec_dir }
8
+ watch(rspec.spec_support) { rspec.spec_dir }
9
+ watch(rspec.spec_files)
10
+
11
+ # Ruby files
12
+ ruby = dsl.ruby
13
+ dsl.watch_spec_files_for(ruby.lib_files)
14
+ end
data/br_danfe.gemspec CHANGED
@@ -26,9 +26,11 @@ 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'
33
33
  spec.add_development_dependency 'simplecov-html', '0.10.2'
34
+ spec.add_development_dependency 'guard', '~> 2.16.2'
35
+ spec.add_development_dependency 'guard-rspec'
34
36
  end
@@ -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