Created
January 31, 2013 23:06
-
-
Save Heavyblade/4687562 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var exportaciones = { | |
| articulos: { | |
| referencia: "Referencia", | |
| name: "Nombre", | |
| grupos: "Grupos", | |
| "grupos.name": "Nombre Grupo", | |
| "tarifas_iva.porcentaje": "Porc IVA", | |
| precio_icluye_iva: "Precio incluye IVA", | |
| exist: "Existencias", | |
| f_ultima_comp: "Fecha Ultima Compra", | |
| f_ultima_venta: "Fecha Ultima Venta", | |
| limite_minimo: "Limite Minimo", | |
| margen: "Margen", | |
| "precio_defecto.neto": "Precio por defecto", | |
| "unidad_entrada.name": "Unidad de Entrada", | |
| "unidad_almacenamiento.name": "Unidad Almacenamiento", | |
| "unidad_venta.name": "Unidad Venta" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment