From 38c357368ea5f804d2d2095fe131f85d3b151542 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 10 Dec 2016 10:10:05 -0200 Subject: [PATCH] =?utf8?q?Corrige=20coment=C3=A1rios=20de=20alguns=20campo?= =?utf8?q?s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/gera.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gera.c b/lib/gera.c index c189fc3..a496190 100644 --- a/lib/gera.c +++ b/lib/gera.c @@ -319,7 +319,7 @@ static void gera_totais_simples(struct declaracao *dec, FILE *f) fprintf(f, "%013lld", totais_get(dec, "ISENTOSDEP")); /* rendimentos isentos dependentes */ fprintf(f, "%013lld", totais_get(dec, "EXCLUSIVOSTIT")); /* tributação exclusiva titular */ fprintf(f, "%013lld", totais_get(dec, "EXCLUSIVOSDEP")); /* tributação exclusiva dependentes */ - fprintf(f, "%013lld", 0); /* TODO: total não tributável */ + fprintf(f, "%013lld", 0); /* TODO: total não tributável AR */ fprintf(f, "%013lld", 0); /* TODO: total dívidas ano anterior */ fprintf(f, "%013lld", 0); /* TODO: total dívidas ano base */ fprintf(f, "%013lld", 0); /* TODO: retido fonte Lei 11.033 */ @@ -502,7 +502,7 @@ static void gera_isentos(struct declaracao *dec, FILE *f) fprintf(f, "%013lld", 0); /* TODO: GC total informado */ fprintf(f, "%013lld", 0); /* TODO: GC total transportado */ fprintf(f, "%013lld", 0); /* TODO: imposto renda anos anteriores */ - fprintf(f, "%013lld", 0); /* TODO: rencimentos assalariados moeda estrangeira */ + fprintf(f, "%013lld", 0); /* TODO: rendimentos assalariados moeda estrangeira */ fprintf(f, "%013lld", 0); /* TODO: bonificações ações */ fprintf(f, "%013lld", 0); /* TODO: médicos residentes */ fprintf(f, "%013lld", 0); /* TODO: volutários da Copa */ -- 2.20.1