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 key, type, cast(data->'header'->>'startsDate' as date) as periodo, cast(data->'header'->>'endsDate' as date) as periodoFinal, cast(data->'header'->>'startsDate' as date) as periodoInicial, case when data->'header'->>'indNatPj' <> '' then cast(data->'header'->>'indNatPj' as numeric) end as indicadorNaturezaPessoaJuridica, cast(data->'header'->>'ecdType' as text) as ecdType, name_file as nameFile, cnpj, cast(data->'header'->>'deliveryDate' as timestamp) as deliveryDate from document where cnpj = ? AND type in ('SPED_ECD','SPED_ECF','SPED_EFD_CONTRIBUICOES','SPED_EFD_ICMS_IPI') AND data_emissao between ? and NOW()

RequestFind usages
spring  graphDocumentService.findSpedsByCnpjAndAnoInicial Find usages