We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Posar d'una de les dues formes:
"DesgloseIVA":{ "DetalleIVA":[ { "TipoImpositivo":21, "BaseImponible":22.07, "CuotaRepercutida":4.63 }, { "TipoImpositivo":10, "BaseImponible":1.10, "CuotaRepercutida":0.10 }] }
"DesgloseIVA":[ { "DetalleIVA":{ "TipoImpositivo":21, "BaseImponible":22.07, "CuotaRepercutida":4.63 } }, { "DetalleIVA":{ "TipoImpositivo":10, "BaseImponible":1.10, "CuotaRepercutida":0.10 } } ]
The text was updated successfully, but these errors were encountered:
En un respositori tenen la opció 1 fent que DetalleIVA tingui una llista.
https://github.com/acysos/l10n-spain/blob/8.0-l10n_es_aeat_sii/l10n_es_aeat_sii/models/account_invoice.py#L221
https://github.com/acysos/l10n-spain/blob/8.0-l10n_es_aeat_sii/l10n_es_aeat_sii/models/account_invoice.py#L289
Sorry, something went wrong.
gdalmau
No branches or pull requests
Posar d'una de les dues formes:
The text was updated successfully, but these errors were encountered: