Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md

This commit is contained in:
2026-08-18 20:59:52 -04:00
commit 454973e269
5978 changed files with 2664094 additions and 0 deletions
+30
View File
@@ -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