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
+26
View File
@@ -0,0 +1,26 @@
database rayovac@demo_se
screen size 24 by 80
{
Codigo Vendedor [f00][a ]
Asignado A [f01][c ]
status_t [k]
Usuario Creador [f002 ] Usuario Modificador[f004 ]
fecha Creacion [f003 ] Fecha Modificacion [f005 ]
}
end
tables
tetb00009
attributes
f00 = tetb00009.sec_vend,comments="Introduzca la ficha del vendedor";
f01 = tetb00009.sec_vend_a, comments= "Digite el vendedor asignado";
a = formonly.nombre_v;
c = formonly.nombre_a;
k = tetb00009.status_t,noentry;
f002 = tetb00009.us_crea,noentry;
f003 = tetb00009.fech_crea,noentry;
f004 = tetb00009.us_mod,noentry;
f005 = tetb00009.fech_mod,noentry;
end