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

correções e melhorias diversas #315

Closed
wants to merge 7 commits into from

Commits on Dec 18, 2023

  1. FIX: vTotTrib não esta sendo formatado corretamente.

    FIX: Corrigido problema de exception com mensagem vazia quando o campo `cliente.inscricao_estadual`esta nulo e o `indidacador_ie` != 2 ou `not client.isento_icms`, tornando dificil a identificação doi problema.
    FIX: NFC-e deve permitir informar apenas o CPF e o Nome, no entanto não estava sendo gerado o nome do destinatario caso informado.
    FIX: removido validação incorreta onde não permitia PIS/COFINS para NFC-e
    ADDED: adicionado tag EXTIPI na serialização do XML
    REFACTORY: removido prop `pis_situacao_tributaria` não utilizada no objeto `NotaFiscalProduto` e adicionado `pis_modalidade` que é utilizado pela serialização, esta incongruencia gerava confusão na hora de informar os dados do pis.
    Roberto Godinho committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2387b17 View commit details
    Browse the repository at this point in the history
  2. ADD: prop valor_tributos_aproxao objeto NotaFiscalProduto;

    REFACTORY: resolvido `TODO calcular impostos aproximados`, o sistema passará a totalizar os totais dos tributos informados para o produto.
    
    REFACTORY: alterado `totais_tributos_aproximado`para readonly, este valor não deve ser informado para não acumular duas vezes os tributos.
    
    TEST: Removido `totais_tributos_aproximado` para ficar de acordo com as alterações da NotaFiscal.
    Roberto Godinho committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b614d85 View commit details
    Browse the repository at this point in the history
  3. FIX: serializar grupo de COFINS para NFC-e

    Roberto Godinho committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    98470e1 View commit details
    Browse the repository at this point in the history
  4. FIX: formatação da TAG vProd na totalização do DF-e

    Roberto Godinho committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ae9fe28 View commit details
    Browse the repository at this point in the history
  5. FIX: formatação das TAG's vNF e vBC dos CST's 00 e 10

    Roberto Godinho committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    525d6b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6a7361 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. FIX: corrigido TAG qrCode para gerar a url como CDATA ao invés de t…

    …exto
    Roberto Godinho committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3617223 View commit details
    Browse the repository at this point in the history