From bb88fd5f1aaf663007818eff66d490da24bb7d3b Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Wed, 11 Oct 2017 15:41:34 -0500 Subject: [PATCH] Modificar valores iniciales --- source/db/valores_iniciales.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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} ] }, {