Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
julio moreno
Carricoche
Commits
a3d9351a
Commit
a3d9351a
authored
5 months ago
by
Omar Lerma
Browse files
Options
Download
Email Patches
Plain Diff
comprobacion resto de funcionalidades
parent
85848d96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
views/compras/list.pug
views/compras/list.pug
+10
-3
views/index.pug
views/index.pug
+2
-1
No files found.
views/compras/list.pug
View file @
a3d9351a
...
...
@@ -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
This diff is collapsed.
Click to expand it.
views/index.pug
View file @
a3d9351a
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment