Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajustes e correções na DAMDFe e correções de validação MDFeInfLocalDescarrega e MDFeInfLocalCarrega #1534

Merged
merged 43 commits into from
Jul 4, 2024

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    e431814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7986fdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be93c2c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Adicionado parâmetro MDFeConfiguracao a métodos das classes de extens…

    …ão de MDFe;
    
    Adicionado enum MDFeIndPag.
    andrebts committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6f71fdc View commit details
    Browse the repository at this point in the history
  2. Adicionada descrição aos itens do enum MDFeModal;

    Adicionado item RegimeEspecialNFF ao enum MDFeTipoEmissao;
    
    Adicionado item PrestadorServicoDeTransporteCTeGlobalizado ao enum MDFeTipoEmitente;
    
    Adicionado enum  MDFeTpCarga;
    
    Adicionado item EncerramentoFisco ao enum MDFeTipoEvento;
    
    Adicionado construtor em MDFeInfEvento para receber a versão do serviço;
    
    Alterado nome de tpComp para MDFeTpComp e movido de MDFe.Classes.Informacoes para MDFe.Classes.Flags
    andrebts committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9a54242 View commit details
    Browse the repository at this point in the history
  3. Implementado INotifyPropertyChanged em MDFeConfiguracao;

    Alterado nome de infMDFeSupl para MdfeInfMDFeSupl;
    andrebts committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fdbecd0 View commit details
    Browse the repository at this point in the history
  4. Renomeado Comp para MDFeComp;

    Renomeado tpValePed para MDFeTpValePed;
    andrebts committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2def959 View commit details
    Browse the repository at this point in the history
  5. Adicionado tratamento para obtenção do valor do campo dhIniViagem em …

    …MDFeIde a depender da versão do leiaute;
    
    Renomeado infBanc para MDFeInfBanc e adicionado campo PIX;
    
    Adicionado enum MDFeIndAltoDesemp;
    
    Renomeado infPag para MDFeInfPag;
    
    Renomeado infPrazo para MDFeInfPrazo;
    andrebts committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1d6fe74 View commit details
    Browse the repository at this point in the history
  6. Renomeado infEntregaParcial para MDFeInfEntregaParcial;

    Renomeado infLocalCarrega para MDFeInfLocalCarrega;
    
    Renomeado infLocalDescarrega para MDFeInfLocalDescarrega;
    
    Renomeado infLotacao para MDFeInfLotacao;
    
    Renomeado infEntregaParcial para InfEntregaParcial em MDFeInfCTe;
    
    Renomeado xBalsa para XBalsa em MDFeInfEmbComb;
    andrebts committed May 17, 2024
    Configuration menu
    Copy the full SHA
    54bab3c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Renomeado prodPred para MDFeProdPred;

    Renomeado infRespTec para MDFeInfRespTec;
    andrebts committed May 18, 2024
    Configuration menu
    Copy the full SHA
    2268d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f1709 View commit details
    Browse the repository at this point in the history
  3. Alterada versão do leiaute específico para o Modal (VersaoModal) no c…

    …onstrutor de MDFeInfModal da versão 1.00 para a versão 3.00;
    
    Ajustada nomenclatura das propriedades de evPagtoOperMDFe para o estilo adotado nas outras classes;
    
    Movida classe infViagens dentro de evPagtoOperMDFe.cs para a classe MDFeInfViagens em arquivo separado
    andrebts committed May 18, 2024
    Configuration menu
    Copy the full SHA
    abcd2aa View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Ajustado estilo das propriedades em MDFeValePed;

    Ajustada propriedade UF de MDFeVeicReboque para permitir valores nulos uma vez que o campo é opcional.
    andrebts committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c56f27a View commit details
    Browse the repository at this point in the history
  2. Consolidado enum que representa "tpCarga";

    Renomeada classe infContratante para MDFeInfContratante e adicionada descrição dos campos para manter o padrão de estilo das classes de MDFe;
    
    Ajustado campo UF de MDFeVeicTracao para permitir valores nulos conforme Nota Tecnica 2021.001
    andrebts committed May 20, 2024
    Configuration menu
    Copy the full SHA
    719bc05 View commit details
    Browse the repository at this point in the history
  3. Ajsutado nome da propriedade ProtMdFe para ProtMDFe da classe MDFeRet…

    …ConsReciMDFe;
    
    Adicionados campos de margem em ConfiguracaoDamdfe
    andrebts committed May 20, 2024
    Configuration menu
    Copy the full SHA
    66dd79f View commit details
    Browse the repository at this point in the history
  4. Renomeado evPagtoOperMDFe para MDFeEvPagtoOperMDFe afim de manter com…

    …patibilidade do estilo utilizado no pacote MDFe;
    
    Adicionado parâmetro MDFeConfiguracao ao método MDFeConsultaNaoEncerrados em ServicoMDFeConsultaNaoEncerrados;
    
    Adicionado parametro e tratamento para configuração em métodos de ClassesFactory
    andrebts committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0407c18 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Adicionado parâmetro MDFeConfiguracao em ServicoMDFeConsultaProtocolo…

    ….MDFeConsultaProtocolo e IServicoController.Executar;
    
    Adicionado parâmetro MDFeConfiguracao  em FactoryEvento.CriaEvento;
    
    Adicionado parâmetro MDFeConfiguracao  em diversos métodos de WsdlFactory;
    andrebts committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a1ad343 View commit details
    Browse the repository at this point in the history
  2. Adicionado parâmetro opcional MDFeConfiguracao em métodos das classes…

    … EventoCancelar, EventoEncerramento, EventoInclusaoCondutor, EventoInclusaoDFe, EventoPagamentoOperacao, ServicoMDFeEvento, ServicoMDFeRecepcao, ServicoMDFeRetRecepcao e ServicoMDFeStatusServico.
    andrebts committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d1e4cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b03f5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    7295129 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Adicionado pacote de testes para MDFe;

    Adicionados testes unitários para MDFe;
    andrebts committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8acbb6f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Removido pacote MDFe.Tests

    andrebts committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6d3ea5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab11965 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Ajustados nomes de propriedades para estarem conforme estilo utilizad…

    …o no restante do pacote
    andrebts committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e08f110 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Adicionado tratamento para casos em que a data e hora de início da vi…

    …agem é nulo;
    
    Adicionada verificação para serialização do campo IE (Inscrição Estadual);
    
    Adicionado tratamento para geração de QRCode ao assinar MDFe
    andrebts committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    48792e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Ajsutado nome da propriedade InfANTT de MDFeRodo para estar em confor…

    …midade com o padrão utilizado nos demais arquivos do projeto MDFe
    andrebts committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1a221f9 View commit details
    Browse the repository at this point in the history
  2. Adicionados métodos ExportarPdf e ObterHTML a DamdfeFrMDFe;

    Ajustado arquivo de relatório do Fast Report para refletir as mudanças no nome das propriedades das entidades;
    
    Ajustado arquivo de relatório do Fast Report para evitar erro CS0117 pelo uso de Environment.NewLine diretamente no relatório;
    andrebts committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    34d10ae View commit details
    Browse the repository at this point in the history
  3. Ajustado método SalvarXmlEmDisco para avaliar a configuração a ser ut…

    …ilizada;
    
    Adicionado método ShouldSerialize a IndAltoDesemp para serializar apenas quando seu valor é AltoDesempenho;
    
    Configurados arquivos de esquema evPagtoOperMDFe_v3.00.xsd e retMDFe_v3.00.xsd para serem copiados quando houver uma nova versão.
    andrebts committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c761ede View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Ajustado nome da propriedade IdCSRT da classe MDFeInfRespTec para ate…

    …nder aos padrões de estilo utilizados;
    
    Adicionada passagem de parametro do tipo MDFeConfiguracao para chamadas ao método SalvarXmlEmDisco;
    andrebts committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4c66d28 View commit details
    Browse the repository at this point in the history
  2. Refatorado conteúdo do método Dispose e do destrutor de MDFeConfigura…

    …cao para reduzir a repetição de código;
    andrebts committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5479f5c View commit details
    Browse the repository at this point in the history
  3. Removido valor "Indefinido" do Enum MDFeTpCarga;

    Ajustado nome da propriedade VValePed da classe MDFeDisp para estar em conformidade com o padrão de estilo utilizado nos projetos;
    andrebts committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0dcaab4 View commit details
    Browse the repository at this point in the history
  4. Ajuste no nome do elemento XML da propriedade longitude das classes M…

    …DFeInfLocalCarrega e MDFeInfLocalDescarrega;
    
    Ajustado summary de propriedades das classes MDFeInfLocalDescarrega e MDFeInfPag;
    
    Adicionado tratamento para set da propriedade ProxyUF quando o valor informado for vazio ou nulo.
    andrebts committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f5b3780 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    f56220b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Adicionado tratamento para que não seja lançada ArgumentNullException…

    … caso LatitudeProxy ou LongitudeProxy sejam definidos como null.
    andrebts committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3491829 View commit details
    Browse the repository at this point in the history
  2. Adicionado tratamento para que não seja lançada ArgumentNullException…

    … caso LatitudeProxy ou LongitudeProxy sejam definidos como null em MDFeInfLocalDescarrega.
    andrebts committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    510a642 View commit details
    Browse the repository at this point in the history
  3. Removida referências a funções inexistentes;

    Alterada unidade do peso total conforme medida do MDFe
    Feitas melhorias para evitar quebra no código quando passado para FormatarCampo uma string vazia
    andrebts committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5e7bf89 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    1606d50 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Corrigido problema na impressão do contratante;

    Corrigida duplicação da seguradora na impressão do DAMDFE;
    Corrigida exibição da observação de MDFe na impressão;
    Corrigida exibição do peso na impressão do DAMDFE;
    Corrigida impressão dos documentos fiscais na impressão do DAMDFe quando existe mais de uma nota para o mesmo município.
    andrebts committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f14e0e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    c864120 View commit details
    Browse the repository at this point in the history
  2. Ajustado impressão do DAMDFe para não exibir municipios sem documento…

    …s vinculados quando carregamento posterior
    AgnaldoSilva0 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f47ae01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbe07b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    361331d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a39bfd View commit details
    Browse the repository at this point in the history