br_danfe 0.13.0 → 0.14.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +71 -36
  3. data/Guardfile +14 -0
  4. data/br_danfe.gemspec +4 -2
  5. data/fonts/Tinos-LICENSE.txt +202 -0
  6. data/fonts/tinos.ttf +0 -0
  7. data/fonts/tinos_bold.ttf +0 -0
  8. data/fonts/tinos_bold_italic.ttf +0 -0
  9. data/fonts/tinos_italic.ttf +0 -0
  10. data/lib/br_danfe.rb +6 -0
  11. data/lib/br_danfe/cce_lib/document.rb +2 -2
  12. data/lib/br_danfe/danfe.rb +1 -1
  13. data/lib/br_danfe/danfe_lib/nfce_lib/document.rb +1 -1
  14. data/lib/br_danfe/danfe_lib/nfce_lib/qr_code.rb +1 -1
  15. data/lib/br_danfe/danfe_lib/nfe_lib/document.rb +3 -2
  16. data/lib/br_danfe/danfe_lib/nfe_lib/infadic.rb +17 -1
  17. data/lib/br_danfe/document_builder.rb +16 -0
  18. data/lib/br_danfe/version.rb +1 -1
  19. data/lib/prawn/font.rb +7 -0
  20. data/lib/prawn/font_metric_cache.rb +33 -0
  21. data/spec/br_danfe/danfe_lib/nfe_lib/infadic_spec.rb +42 -2
  22. data/spec/br_danfe/danfe_spec.rb +5 -0
  23. data/spec/fixtures/cce/lib/correction#render.pdf +0 -0
  24. data/spec/fixtures/cce/lib/document#box.with.block.pdf +0 -0
  25. data/spec/fixtures/cce/lib/document#text.align.pdf +0 -0
  26. data/spec/fixtures/cce/lib/document#text.pad.pdf +0 -0
  27. data/spec/fixtures/cce/lib/document#text.simple.pdf +0 -0
  28. data/spec/fixtures/cce/lib/document#text.size.pdf +0 -0
  29. data/spec/fixtures/cce/lib/document#text.style.pdf +0 -0
  30. data/spec/fixtures/cce/lib/footer#render.pdf +0 -0
  31. data/spec/fixtures/cce/lib/header#render.pdf +0 -0
  32. data/spec/fixtures/cce/lib/nfe_key#render.pdf +0 -0
  33. data/spec/fixtures/cce/lib/protocol#render.pdf +0 -0
  34. data/spec/fixtures/cce/v1.00/cce.fixture.pdf +211 -48
  35. data/spec/fixtures/nfce/v4.00/nfce-unauthorized-hom.fixture.pdf +0 -0
  36. data/spec/fixtures/nfce/v4.00/nfce-unauthorized-prod.fixture.pdf +0 -0
  37. data/spec/fixtures/nfce/v4.00/rendered_nfce.fixture.pdf +0 -0
  38. data/spec/fixtures/nfce/v4.00/saved_nfce.fixture.pdf +0 -0
  39. data/spec/fixtures/nfe/lib/dest#render-v2.00.pdf +0 -0
  40. data/spec/fixtures/nfe/lib/dest#render-v3.10.pdf +0 -0
  41. data/spec/fixtures/nfe/lib/dest#render-v4.00.pdf +0 -0
  42. data/spec/fixtures/nfe/lib/dest#render-with-address-bigger.pdf +0 -0
  43. data/spec/fixtures/nfe/lib/dest#render-with_cnpj.pdf +0 -0
  44. data/spec/fixtures/nfe/lib/dest#render-with_cpf.pdf +0 -0
  45. data/spec/fixtures/nfe/lib/dest#render-with_ie.pdf +0 -0
  46. data/spec/fixtures/nfe/lib/dest#render-without-address-complement.pdf +0 -0
  47. data/spec/fixtures/nfe/lib/det_body#render-csosn.pdf +739 -658
  48. data/spec/fixtures/nfe/lib/det_body#render-cst.pdf +476 -393
  49. data/spec/fixtures/nfe/lib/det_body#render-fci.pdf +323 -238
  50. data/spec/fixtures/nfe/lib/det_body#render-icms_st.pdf +327 -237
  51. data/spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf +319 -233
  52. data/spec/fixtures/nfe/lib/det_body#render-three_pages.pdf +6619 -7057
  53. data/spec/fixtures/nfe/lib/det_body#render-two_pages.pdf +6474 -6396
  54. data/spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf +319 -233
  55. data/spec/fixtures/nfe/lib/det_body#render-with_infadprod.pdf +315 -237
  56. data/spec/fixtures/nfe/lib/det_body#render-with_issqn.pdf +3026 -2948
  57. data/spec/fixtures/nfe/lib/det_body#render-without_issqn.pdf +3026 -2948
  58. data/spec/fixtures/nfe/lib/document#lcnpj-blank.pdf +0 -0
  59. data/spec/fixtures/nfe/lib/document#lcnpj-invalid.pdf +0 -0
  60. data/spec/fixtures/nfe/lib/document#lcnpj-valid.pdf +0 -0
  61. data/spec/fixtures/nfe/lib/document#lie-blank-uf-invalid.pdf +0 -0
  62. data/spec/fixtures/nfe/lib/document#lie-blank.pdf +0 -0
  63. data/spec/fixtures/nfe/lib/document#lie-invalid.pdf +0 -0
  64. data/spec/fixtures/nfe/lib/document#lie-valid.pdf +0 -0
  65. data/spec/fixtures/nfe/lib/dup#render.pdf +0 -0
  66. data/spec/fixtures/nfe/lib/emit_header#render-second_page.pdf +214 -67
  67. data/spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf +214 -67
  68. data/spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf +212 -65
  69. data/spec/fixtures/nfe/lib/icmstot#render.pdf +0 -0
  70. data/spec/fixtures/nfe/lib/infadic#address-shipment.pdf +0 -0
  71. data/spec/fixtures/nfe/lib/infadic#render-all_the_informations.pdf +0 -0
  72. data/spec/fixtures/nfe/lib/infadic#render-difal.pdf +0 -0
  73. data/spec/fixtures/nfe/lib/infadic#render-extra_volume.pdf +0 -0
  74. data/spec/fixtures/nfe/lib/infadic#render-with_complementary_information.pdf +0 -0
  75. data/spec/fixtures/nfe/lib/infadic#render-with_fisco_additional_information.pdf +0 -0
  76. data/spec/fixtures/nfe/lib/infadic#render-with_street_data.pdf +0 -0
  77. data/spec/fixtures/nfe/lib/infadic#render.pdf +0 -0
  78. data/spec/fixtures/nfe/lib/infadic_vol#render-extra_volume.pdf +0 -0
  79. data/spec/fixtures/nfe/lib/issqn#render-with_issqn.pdf +0 -0
  80. data/spec/fixtures/nfe/lib/issqn#render-with_one_issqn_value.pdf +0 -0
  81. data/spec/fixtures/nfe/lib/ticket#render.pdf +0 -0
  82. data/spec/fixtures/nfe/lib/transp#render-modfrete_0.pdf +0 -0
  83. data/spec/fixtures/nfe/lib/transp#render-modfrete_1.pdf +0 -0
  84. data/spec/fixtures/nfe/lib/transp#render-modfrete_2.pdf +0 -0
  85. data/spec/fixtures/nfe/lib/transp#render-modfrete_3.pdf +0 -0
  86. data/spec/fixtures/nfe/lib/transp#render-modfrete_4.pdf +0 -0
  87. data/spec/fixtures/nfe/lib/transp#render-modfrete_9.pdf +0 -0
  88. data/spec/fixtures/nfe/lib/transp#render.pdf +0 -0
  89. data/spec/fixtures/nfe/lib/vol#render-blank-boxes.pdf +0 -0
  90. data/spec/fixtures/nfe/lib/vol#render.pdf +0 -0
  91. data/spec/fixtures/nfe/v2.00/custom_options.fixture.pdf +1039 -795
  92. data/spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf +1037 -793
  93. data/spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf +2965 -2740
  94. data/spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf +733 -506
  95. data/spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf +2911 -2690
  96. data/spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf +940 -770
  97. data/spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf +1825 -1603
  98. data/spec/fixtures/nfe/v3.10/with_footer.fixture.pdf +3112 -2438
  99. data/spec/fixtures/nfe/v3.10/with_footer.xml +18 -0
  100. data/spec/fixtures/nfe/v3.10/with_issqn.fixture.pdf +2564 -3072
  101. data/spec/fixtures/nfe/v3.10/with_three_pages.fixture.pdf +8417 -8200
  102. data/spec/fixtures/nfe/v3.10/without_issqn.fixture.pdf +3169 -2953
  103. data/spec/spec_helper.rb +2 -0
  104. metadata +49 -12

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.