Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
DATABASE marmotech
|
||||
SCREEN SIZE 24 by 80
|
||||
{
|
||||
Devoluciones Hechas Al Cliente
|
||||
\g------------------------------------------\g
|
||||
Numero
|
||||
Documento Fecha Cantidad
|
||||
\g------------------------------------------\g
|
||||
[d1 ] [d2 ] [d3 ]
|
||||
[d1 ] [d2 ] [d3 ]
|
||||
[d1 ] [d2 ] [d3 ]
|
||||
[d1 ] [d2 ] [d3 ]
|
||||
[d1 ] [d2 ] [d3 ]
|
||||
[d1 ] [d2 ] [d3 ]
|
||||
|
||||
< Esc > Vuelve Pantalla Anterior
|
||||
}
|
||||
end
|
||||
|
||||
tables
|
||||
iptb00006
|
||||
attributes
|
||||
d1 = iptb00006.num_doc;
|
||||
d2 = iptb00006.fecha,format="dd/mm/yy";
|
||||
d3 = iptb00006.cantidad_2;
|
||||
instructions
|
||||
screen record s_datos[6] (num_doc,fecha,cantidad_2)
|
||||
delimiters " "
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user