Correções para funcionamento do login adm

This commit is contained in:
2026-06-15 21:17:14 -03:00
parent b59fedec5c
commit 146aa3e762
26 changed files with 262 additions and 36 deletions

View File

@@ -30,7 +30,7 @@ module Pdf
@pdf.fill_rectangle [-40 + 0, @pdf.cursor + 40], 8, 70 # faixa laranja lateral
@pdf.fill_color 'FFFFFF'
@pdf.text_box 'GADE HOSPITALAR',
@pdf.text_box 'REEM TRANSPORTE',
at: [10, @pdf.cursor + 20], size: 20, style: :bold
@pdf.fill_color LARANJA
@pdf.text_box 'Sistema de Controle de Custos Logísticos',
@@ -44,7 +44,7 @@ module Pdf
@pdf.repeat(:all) do
@pdf.bounding_box [0, 20], width: @pdf.bounds.width do
@pdf.fill_color CINZA
@pdf.text "Gerado em #{Time.current.strftime('%d/%m/%Y %H:%M')} · Gade Hospitalar — documento interno",
@pdf.text "Gerado em #{Time.current.strftime('%d/%m/%Y %H:%M')} · Reem Transporte — documento interno",
size: 8, align: :center
@pdf.fill_color '000000'
end