Return Return     Main page Main page      Update Update     Online help Online help     Monitoring with a Rich Desktop Application Desktop     Choice of period :  Day Day  Week Week  Month Month  Year Year  All All  Customized Customized


           (m/d/yy)     



Usages of SELECT SUM(quantidade) as quantidade, tipodocumento as tipodocumento FROM ( SELECT COUNT(*) as quantidade, split_part(d.type, '_', 1) as tipoDocumento FROM document d WHERE (d.cnpj_addressee = ? OR d.cnpj_issuer = ?) AND ( d.type IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR d.group_type = 'NFSE' ) AND d.data_emissao BETWEEN ? AND ? GROUP BY split_part(d.type, '_', 1) UNION ALL SELECT COUNT(*) as quantidade, split_part(d.type, '_', 1) as tipoDocumento FROM document d INNER JOIN document_status ds ON d.key = ds.key AND d.cnpj_issuer = ds.cnpj_issuer AND d.protocol = ds.protocol AND d.nsu = ds.nsu AND d.type = ds.type WHERE (d.cnpj_addressee = ? OR d.cnpj_issuer = ?) AND d.type IN ('NFE_2_0','NFE_3_1','NFE_4_0','NFCE','NFCE_3_1','NFCE_4_0','CTE','CTE_OS') AND d.data_emissao BETWEEN ? AND ? GROUP BY split_part(d.type, '_', 1) ) as foo GROUP BY tipodocumento

RequestFind usages
spring  graphDocumentService.getQuantidadeDocumentosCapturadosPorGrupo Find usages