lib/brcobranca/boleto/template/rghost_bolepix.rb in brcobranca-11.0.0 vs lib/brcobranca/boleto/template/rghost_bolepix.rb in brcobranca-11.1.0

- old
+ new

@@ -153,11 +153,14 @@ doc.show boleto.data_vencimento.to_s_br move_more(doc, 5, 0) doc.show boleto.valor_documento.to_currency - move_more(doc, -15, -1.3) + move_more(doc, -15.8, -0.75) + doc.show boleto.descontos_e_abatimentos&.to_currency + + move_more(doc, 0.8, -0.55) doc.show "#{boleto.sacado} - #{boleto.sacado_documento.formata_documento}" move_more(doc, 0, -0.3) doc.show boleto.sacado_endereco.to_s return unless boleto.demonstrativo @@ -232,9 +235,13 @@ doc.show boleto.especie move_more(doc, 10.1, 0) doc.show boleto.valor_documento.to_currency + move_more(doc, 0, -0.8) + doc.show boleto.descontos_e_abatimentos&.to_currency + + move_more(doc, 0, 0.8) if boleto.instrucoes doc.text_area boleto.instrucoes, width: '14 cm', text_align: :left, x: "#{@x -= 15.8} cm", y: "#{@y -= 0.9} cm", row_height: '0.4 cm'