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

Abonaments #60

Closed
totaler opened this issue Jun 13, 2017 · 2 comments
Closed

Abonaments #60

totaler opened this issue Jun 13, 2017 · 2 comments
Assignees
Labels

Comments

@totaler
Copy link

totaler commented Jun 13, 2017

Al pujar una factura d'abonament em torna l'error de que les bases no coincideixen amb les quotes. El problema és un signe negatiu a la base de l'impost

{
    'iva_exento': False
    'iva_no_exento': True,
    'no_sujeta_a_iva': True, 
    'detalle_iva': [
        {
            'BaseImponible': -63.85,
            'CuotaRepercutida': 13.41,
            'TipoImpositivo': 21.0
        }
    ],
    'detalle_iva_exento': {
        'BaseImponible': 0
    },
    'sujeta_a_iva': True
}
@gdalmau gdalmau self-assigned this Jun 13, 2017
@gdalmau gdalmau added the bug label Jun 13, 2017
@gdalmau
Copy link
Contributor

gdalmau commented Jun 14, 2017

@totaler He intentat reproduir l'error enviant un Abonament i s'envia correctament amb el signe negatiu corresponent a la Base Imponible i la Cuota Repercutida de l'impost.

image

@gdalmau
Copy link
Contributor

gdalmau commented Jun 15, 2017

@totaler Arreglat a la PR #63

@gdalmau gdalmau closed this as completed Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants