feat: atualizar fluxo OT, dashboard, transacoes e PDFs

This commit is contained in:
Luciano Milani
2026-07-02 13:42:47 +01:00
parent 1def51e65b
commit 8231bba3f9
17 changed files with 729 additions and 91 deletions
+1
View File
@@ -14,6 +14,7 @@ var AllowedKeys = map[string]bool{
"company_iban": true,
"company_phone": true,
"company_email": true,
"company_logo": true,
}
func GetSettings(ctx context.Context, conn *pgxpool.Conn) (map[string]string, error) {