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

Corrigido informaçoes que faltavam #11

Open
wants to merge 18 commits into
base: cnab
Choose a base branch
from
Open

Corrigido informaçoes que faltavam #11

wants to merge 18 commits into from

Conversation

crsilveira
Copy link
Contributor

Arrumei os campos que não estavam buscando informações.

'numero_documento': line.name,
'vencimento_titulo': self.format_date(
line.ml_maturity_date),
'valor_titulo': Decimal('100.00'),
'valor_titulo': Decimal(v_t[0]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v_t[0] vai retornar o primeiro caractere da string apenas.

@mileo
Copy link
Member

mileo commented Sep 26, 2015

@crsilveira
Copy link
Contributor Author

Não Danimar, muito estranho mais não, antes estava retornando assim ('100.00',):
v_t = "{0:.2f}".format(line.move_line_id.debit), # Decimal('100.00'), retorna

v_t
('1.30',)
v_t[0]
'1.30'

Descobri o que é , está faltando uma virgula : "{0:,.2f}"

@danimaribeiro
Copy link
Contributor

👍

@crsilveira
Copy link
Contributor Author

Itáu arquivo remessa enviado com sucesso.

@mileo
Copy link
Member

mileo commented Nov 16, 2015

@crsilveira @lepri

Vou trabalhar em cima desse seu PR, tentar generalizar ao máximo e manter a compatibilidade com o ITAU.

Tratar os campos que não existem e logo mando um PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants