function bb_condicaosubpesanterior($prefixo = null) { $submes = db_mesfolha() - 1; $subano = db_anofolha(); // $submes = 1-1; // $subano = 2006; if ($submes < 1) { $submes = 12; $subano -= 1; } $retorno = " where " . $prefixo . "anousu = " . $subano . " and " . $prefixo . "mesusu = " . $submes; if (db_at(strtoupper($prefixo), "R45_R61_R30_R51_R05_R12_R03_R27_R57_R42_R25_R28_R41_R52_R63_R17_R60_R64_R65_R37_R66_R67_") == 0) { $retorno .= " and " . $prefixo . "instit = " . DB_getsession("DB_instit"); } return $retorno; }
$this->objpdf->Setfont('Arial', 'B', 7); $this->objpdf->cell(200, $alt, '7 - INFORMAÇÕES COMPLEMENTARES', 1, 1, 'L', 1); $this->objpdf->Setfont('Arial', '', 7); $soma_des_med = 0; if ($this->w_dmedic > 0) { $soma_des_med += 4; if ($iCodCli == 11) { $this->objpdf->cell(160, $alt, '(92.829.100/0001-43) - INSTITUTO DE PREVIDÊNCIA DO ESTADO DO RS', 'LTB', 0, 'L', 0); } else { $this->objpdf->cell(160, $alt, 'DESP MÉDICAS, PLANOS DE SAÚDE E REEMBOLSO P/ EMPREGADOR', 'LTB', 0, 'L', 0); } $this->objpdf->cell(40, $alt, db_formatar($this->w_dmedic, 'f'), 'RTB', 1, 'R', 0); } if (trim($this->pensionistas) != '') { $this->objpdf->multicell(200, $alt, 'PENSIONISTAS : ' . trim($this->pensionistas), 1, 'L', 0); } $this->objpdf->multicell(200, $alt, '', 1, 'L', 0); $this->objpdf->ln(5); $this->objpdf->cell(50, $alt, 'Matrícula : ' . $this->matricula, 0, 0, 'L', 0); $this->objpdf->cell(30, $alt, 'Lotação : ' . $this->lotacao, 0, 1, 'L', 0); $this->objpdf->ln(5); $this->objpdf->Setfont('Arial', 'B', 7); $this->objpdf->cell(200, $alt, '8 - RESPONSÁVEL PELAS INFORMAÇÕES', 1, 1, 'L', 1); $this->objpdf->Setfont('Arial', '', 5); $this->objpdf->cell(100, $alt, 'Nome', 'LTR', 0, 'L', 0); $this->objpdf->cell(30, $alt, 'Data', 'LTR', 0, 'L', 0); $this->objpdf->cell(70, $alt, 'Assinatura', 'LTR', 1, 'L', 0); $this->objpdf->Setfont('Arial', '', 7); $this->objpdf->cell(100, $alt, $this->resp, 'LBR', 0, 'L', 0); $this->objpdf->cell(30, $alt, date('d/m/Y', DB_getsession("DB_datausu")), 'LBR', 0, 'L', 0); $this->objpdf->cell(70, $alt, '', 'LBR', 1, 'L', 0);