Modificar valores iniciales

This commit is contained in:
Mauricio Baeza 2017-10-11 15:41:34 -05:00
parent 1baf13086d
commit bb88fd5f1a
1 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,11 @@
"tabla": "SATImpuestos", "tabla": "SATImpuestos",
"datos": [ "datos": [
{"key": "002", "name": "IVA", "tasa": 0.16, "activo": true, "default": true}, {"key": "002", "name": "IVA", "tasa": 0.16, "activo": true, "default": true},
{"key": "001", "name": "ISR", "tasa": 0.10, "tipo": "R", "activo": false}, {"key": "001", "name": "ISR", "tasa": 0.10, "tipo": "R", "activo": true},
{"key": "002", "name": "IVA", "tasa": 0.0, "activo": false}, {"key": "002", "name": "IVA", "tasa": 0.0, "activo": true},
{"key": "002", "name": "IVA", "tasa": 0.10, "tipo": "R", "activo": false}, {"key": "002", "name": "IVA", "tasa": 0.10, "tipo": "R", "activo": true},
{"key": "002", "name": "IVA", "tasa": 0.666667, "tipo": "R", "activo": false}, {"key": "002", "name": "IVA", "tasa": 0.666667, "tipo": "R", "activo": true},
{"key": "000", "name": "Exento", "tipo": "E", "factor": "E", "activo": false} {"key": "000", "name": "Exento", "tipo": "E", "factor": "E", "activo": true}
] ]
}, },
{ {