Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajustes de texto para 3.598 e 3.656 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions pyboleto/bank/itau.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ def format_nosso_numero(self):

@property
def campo_livre(self):
content = "%3s%8s%1s%4s%5s%1s%3s" % (self.carteira,
self.nosso_numero,
self.dv_nosso_numero,
self.agencia_cedente,
self.conta_cedente,
self.dv_agencia_conta_cedente,
'000'
)
return content
return str("%3s%8s%1s%4s%5s%1s%3s" % (
self.carteira,
self.nosso_numero,
self.dv_nosso_numero,
self.agencia_cedente,
self.conta_cedente,
self.dv_agencia_conta_cedente,
'000'))
28 changes: 14 additions & 14 deletions pyboleto/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _drawReciboSacadoCanhoto(self, boletoDados, x, y):
self.pdfCanvas.setFont('Helvetica-Bold', 6)
self.pdfCanvas.drawRightString(self.widthCanhoto,
0 * self.heightLine + 3,
'Recibo do Sacado')
'Recibo do Pagador')

# Titles
self.pdfCanvas.setFont('Helvetica', 6)
Expand All @@ -110,7 +110,7 @@ def _drawReciboSacadoCanhoto(self, boletoDados, x, y):
self.pdfCanvas.drawString(
self.space,
(((linhaInicial + 0) * self.heightLine)) + self.deltaTitle,
'Nosso Número'
u'Nosso Número'
)
self.pdfCanvas.drawString(
self.widthCanhoto - (35 * mm) + self.space,
Expand All @@ -120,7 +120,7 @@ def _drawReciboSacadoCanhoto(self, boletoDados, x, y):
self.pdfCanvas.drawString(
self.space,
(((linhaInicial + 1) * self.heightLine)) + self.deltaTitle,
'Agência/Código Cedente'
u'Agência/Código Beneficiário'
)
self.pdfCanvas.drawString(
self.widthCanhoto - (35 * mm) + self.space,
Expand Down Expand Up @@ -248,7 +248,7 @@ def _drawReciboSacado(self, boletoDados, x, y):
self.pdfCanvas.drawRightString(
self.width,
(linhaInicial + 3) * self.heightLine + 3,
'Recibo do Sacado'
'Recibo do Pagador'
)

# Titles
Expand All @@ -264,17 +264,17 @@ def _drawReciboSacado(self, boletoDados, x, y):
self.pdfCanvas.drawString(
0,
(((linhaInicial + 2) * self.heightLine)) + self.deltaTitle,
'Cedente'
'Beneficiário'
)
self.pdfCanvas.drawString(
self.width - (30 * mm) - (35 * mm) - (40 * mm) + self.space,
(((linhaInicial + 2) * self.heightLine)) + self.deltaTitle,
'Agência/Código Cedente'
'Agência/Código Beneficiário'
)
self.pdfCanvas.drawString(
self.width - (30 * mm) - (35 * mm) + self.space,
(((linhaInicial + 2) * self.heightLine)) + self.deltaTitle,
'CPF/CNPJ Cedente'
'CPF/CNPJ Beneficiário'
)
self.pdfCanvas.drawString(
self.width - (30 * mm) + self.space,
Expand All @@ -285,7 +285,7 @@ def _drawReciboSacado(self, boletoDados, x, y):
self.pdfCanvas.drawString(
0,
(((linhaInicial + 1) * self.heightLine)) + self.deltaTitle,
'Sacado')
'Pagador')
self.pdfCanvas.drawString(
self.width - (30 * mm) - (35 * mm) - (40 * mm) + self.space,
(((linhaInicial + 1) * self.heightLine)) + self.deltaTitle,
Expand All @@ -303,7 +303,7 @@ def _drawReciboSacado(self, boletoDados, x, y):
self.pdfCanvas.drawString(
0,
(((linhaInicial + 0) * self.heightLine)) + self.deltaTitle,
'Endereço Cedente'
'Endereço Beneficiário'
)
self.pdfCanvas.drawString(
self.width - (30 * mm) + self.space,
Expand Down Expand Up @@ -452,10 +452,10 @@ def _drawReciboCaixa(self, boletoDados, x, y):
self.width - (45 * mm) + self.space,
y + self.space, 'Código de baixa'
)
self.pdfCanvas.drawString(0, y + self.space, 'Sacador / Avalista')
self.pdfCanvas.drawString(0, y + self.space, 'Pagador / Avalista')

y += self.heightLine
self.pdfCanvas.drawString(0, y + self.deltaTitle, 'Sacado')
self.pdfCanvas.drawString(0, y + self.deltaTitle, 'Pagador')
sacado = boletoDados.sacado

# Linha grossa dividindo o Sacado
Expand Down Expand Up @@ -515,7 +515,7 @@ def _drawReciboCaixa(self, boletoDados, x, y):
self.pdfCanvas.drawString(
0,
y + self.deltaTitle,
'Instruções'
'Instruções - INSTRUÇÕES DE RESPONSABILIDADE DO BENEFICIÁRIO. QUALQUER DÚVIDA SOBRE ESTE BOLETO, CONTATE O BENEFICIÁRIO.'
)

self.pdfCanvas.setFont('Helvetica', self.fontSizeValue)
Expand Down Expand Up @@ -676,11 +676,11 @@ def _drawReciboCaixa(self, boletoDados, x, y):
# Linha horizontal com primeiro campo Cedente
y += self.heightLine
self.__horizontalLine(0, y, self.width)
self.pdfCanvas.drawString(0, y + self.deltaTitle, 'Cedente')
self.pdfCanvas.drawString(0, y + self.deltaTitle, 'Beneficiário')
self.pdfCanvas.drawString(
self.width - (45 * mm) + self.space,
y + self.deltaTitle,
'Agência/Código cedente'
'Agência/Código Beneficiário'
)

self.pdfCanvas.setFont('Helvetica', self.fontSizeValue)
Expand Down