Boa tarde a todos,
Segue uma contribuição para unit Fontes\ACBrDFe\ACBrNFSe\PCNNFSe\pnfsNFSeG.pas na função GetIdEntidadeEquiplano
function TNFSeG.GetIdEntidadeEquiplano(const IBGE: Integer): String;
begin
case IBGE of
4100806: Result:= '350'; // ALVORADA DO SUL/PR
4102307: Result:= '23'; // BALSA NOVA/PR
4103453: Result:= '57'; // CAFELÂNDIA/PR
4104402: Result:= '108'; // CÂNDIDO DE ABREU/PR
4104428: Result:= '7'; // CANDÓI/PR
4104501: Result:= '50'; // CAPANEMA/PR
4104600: Result:= '866'; // CAPITÃO LEONIDAS MARQUES/PR
4104659: Result:= '141'; // CARAMBEÍ/PR
4106100: Result:= '22'; // CONSELHEIRO MAIRINCK/PR
4106209: Result:= '16'; // CONTENDA/PR
4107009: Result:= '189'; // CURIÚVA/PR
4107207: Result:= '68'; // DOIS VIZINHOS/PR
4108452: Result:= '492'; // FOZ DO JORDÃO/PR
4108403: Result:= '35'; // FRANCISCO BELTRÃO/PR
4109609: Result:= '9'; // GUARATUBA/PR
4109708: Result:= '3'; // IBAITI/PR
4109807: Result:= '332'; // IBIPORÃ/PR
4110078: Result:= '139'; // IMBAÚ/PR
4110102: Result:= '52'; // IMBITUVA/PR
4110201: Result:= '88'; // INÁCIO MARTINS/PR
4111407: Result:= '20'; // IVAÍ/PR
4112306: Result:= '44'; // JAPIRA/PR
4112702: Result:= '384'; // JATAIZINHO/PR
4113304: Result:= '53'; // LARANJEIRAS DO SUL/PR
4114351: Result:= '150'; // MANFRINÓPOLIS/PR
4116059: Result:= '12'; // MISSAL/PR
4117255: Result:= '10'; // NOVA PRATA DO IGUAÇÚ/PR
4117453: Result:= '197'; // OURO VERDE DO OESTE/PR
4118709: Result:= '894'; // PAULO FRONTIN/PR
4119103: Result:= '355'; // PIÊN/PR
4119251: Result:= '80'; // PINHAL DE SÃO BENTO/PR
4119301: Result:= '32'; // PINHÃO/PR
4119608: Result:= '104'; // PITANGA/PR
4119806: Result:= '30'; // PLANALTO/PR
4120101: Result:= '98'; // PORTO AMAZONAS/PR
4120358: Result:= '47'; // PRANCHITA/PR
4120606: Result:= '28'; // PRUDENTÓPOLIS/PR
4120903: Result:= '6'; // QUEDAS DO IGUAÇÚ/PR
4121406: Result:= '49'; // REALEZA/PR
4121901: Result:= '17'; // RIBEIRÃO DO PINHAL/PR
4122008: Result:= '19'; // RIO AZUL/PR
4122206: Result:= '18'; // RIO BRANCO DO SUL/PR
4124400: Result:= '58'; // SANTO ANTÔNIO DO SUDOESTE/PR
4124806: Result:= '48'; // SÃO JOÃO/PR
4125209: Result:= '163'; // SÃO JORGE DOESTE/PR
4126207: Result:= '113'; // SAPOPEMA/PR
4126306: Result:= '61'; // SENGÉS/PR
4127700: Result:= '136'; // TOLEDO/PR
4127965: Result:= '69'; // TURVO/PR
4128609: Result:= '72'; // VERÊ/PR
else
Result:= '';
end;
end;
fiz uma atualização dos municípios disponíveis.
Att.