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

[FIX] Erro unicode - fluxo de caixa #523

Merged
merged 2 commits into from
Feb 6, 2018

Conversation

isamaia
Copy link

@isamaia isamaia commented Feb 5, 2018

No description provided.

@@ -117,7 +118,10 @@ def prepare_data(self):
data_atual = data_inicial + relativedelta(day=1)
ultima_data = data_final + relativedelta(day=1)
while data_atual <= ultima_data:
titulo = data_atual.strftime('%B/%Y')
if data_atual.month == 03:

Choose a reason for hiding this comment

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

Acho que nao precisava desse if, podendo ser convertido em utf-8 pra todos os meses.
1 linha de código você resolve

@hendrixcosta hendrixcosta merged commit 7120cba into 10.0-develop Feb 6, 2018
@hendrixcosta hendrixcosta deleted the 10.0-fix/fluxo_caixa_unicode branch February 6, 2018 12:33
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