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
+35
View File
@@ -0,0 +1,35 @@
database smarmotech
screen size 24 by 80
{
Codigo Tarifa [f0]
Descripcion [f001 ]
Provincia [f2][f22 ]
Tarifa de Pago [f003 ] Por Viaje
[a]
Usuario Creador [f004 ] Usuario Modificador [f006 ]
Fecha Creacion [f005 ] Fecha Modificacion [f007 ]
}
end
tables
vetb00023
attributes
f0 = vetb00023.cod_tarifa,autonext,
comments = "Digite el Codigo de la Tarifa";
f001 = vetb00023.descrip,autonext, upshift,
comments = "Digite el Nombre de la Tarifa";
f2 = vetb00023.cod_provincia,autonext,
comments = "Digite el Codigo de la Provincia o Ctrl-W para busqueda";
f22 = formonly.nombre_provincia, noentry;
f003 = vetb00023.tarifa_pago,autonext,
comments = "Digite el Monto a pagar para esta tarifa";
a = vetb00023.status_t, noentry;
f004 = vetb00023.us_crea, noentry;
f005 = vetb00023.fech_crea, noentry;
f006 = vetb00023.us_mod, noentry;
f007 = vetb00023.fech_mod, noentry;
end
instructions
delimiters " "