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

Serialização do grupo de pagamentos #318

Closed
wants to merge 6 commits into from

Commits on Dec 20, 2023

  1. ADD: metodos de formatação de Decimais

    ADD: `xml_writer.py` - responsavel por gerar as TAG's do XML
    ADD: Adicionado lista de `pagamentos` à classe NotaFiscal, removido campo `tipo_pagamento`
    ADD: Serialização do grupo de pagamentos
    TEST: `test_nfce_serializacao.py` - adicionado validação do total pago. (vPag-vTroco = vNF)
    
    issue: TadaSoftware#317
    Roberto Godinho committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    defbf8d View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Roberto Godinho committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7a7e218 View commit details
    Browse the repository at this point in the history
  3. Update test_nfce_serializacao.py

    REFACTORY: remove unused import
    Roberto Godinho committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a95e0a1 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    REFACTORY: python 3.8 e 3.9 compatibility, remove unsupported operator
    Roberto Godinho committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9369ce7 View commit details
    Browse the repository at this point in the history
  5. ADD: adicionado flags de FORMAS_PAGAMENTO e BANDEIRA_CARTAO

    Roberto Godinho committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    87e652a View commit details
    Browse the repository at this point in the history
  6. FIX: valor_trococorrigido para permitir valor zerado

    Roberto Godinho committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0a376a6 View commit details
    Browse the repository at this point in the history