Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created January 31, 2013 23:01
Show Gist options
  • Select an option

  • Save Heavyblade/4687517 to your computer and use it in GitHub Desktop.

Select an option

Save Heavyblade/4687517 to your computer and use it in GitHub Desktop.
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