diff --git a/source/db/valores_iniciales.json b/source/db/valores_iniciales.json index 048e394..60fae31 100644 --- a/source/db/valores_iniciales.json +++ b/source/db/valores_iniciales.json @@ -10,11 +10,11 @@ "tabla": "SATImpuestos", "datos": [ {"key": "002", "name": "IVA", "tasa": 0.16, "activo": true, "default": true}, - {"key": "001", "name": "ISR", "tasa": 0.10, "tipo": "R", "activo": false}, - {"key": "002", "name": "IVA", "tasa": 0.0, "activo": false}, - {"key": "002", "name": "IVA", "tasa": 0.10, "tipo": "R", "activo": false}, - {"key": "002", "name": "IVA", "tasa": 0.666667, "tipo": "R", "activo": false}, - {"key": "000", "name": "Exento", "tipo": "E", "factor": "E", "activo": false} + {"key": "001", "name": "ISR", "tasa": 0.10, "tipo": "R", "activo": true}, + {"key": "002", "name": "IVA", "tasa": 0.0, "activo": true}, + {"key": "002", "name": "IVA", "tasa": 0.10, "tipo": "R", "activo": true}, + {"key": "002", "name": "IVA", "tasa": 0.666667, "tipo": "R", "activo": true}, + {"key": "000", "name": "Exento", "tipo": "E", "factor": "E", "activo": true} ] }, {