Commit a3d9351a authored by Omar Lerma's avatar Omar Lerma
Browse files

comprobacion resto de funcionalidades

parent 85848d96
......@@ -9,6 +9,11 @@ html(lang="en")
table
thead
tbody
tr
td id
td Fecha Compra
td Precio Compra
td id_cliente
each compra in compras
tr
td=compra.id
......@@ -19,7 +24,9 @@ html(lang="en")
a(href=`/movimientos/compras/del/${compra.id}`) borrar
td
a(href=`/movimientos/compras/edit/${compra.id}`) editar
tr
td
a(href=`/movimientos/compras/add`) Registrar compra
\ No newline at end of file
a(href=`/movimientos/compras/add`) Registrar compra
br
a(href="/movimientos/compras/clientes") Compras por cliente
\ No newline at end of file
......@@ -12,4 +12,5 @@ html(lang="en")
li
a(href="/logout") Cerrar sesion
li
a(href="/movimientos") Comprobar movimientos
\ No newline at end of file
a(href="/movimientos") Comprobar movimientos
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment