Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
DATABASE smarmotech
|
||||
screen
|
||||
{
|
||||
Numero De La Orden [o1 ]
|
||||
Tipo Orden [t1]
|
||||
Status Orden [a]
|
||||
|
||||
Usuario Creador [u1 ] Usuario Modificador [u2 ]
|
||||
Fecha Creacion [f1 ] Fecha Modificacion [f2 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
cotb00014
|
||||
attributes
|
||||
o1 = formonly.num_oc;
|
||||
t1 = cotb00014.tipo;
|
||||
a = cotb00014.cierre,include=("S","N"),upshift,
|
||||
comments = "S - CERRADA, N - ABIERTA";
|
||||
u1 = cotb00014.us_crea,noentry;
|
||||
f1 = cotb00014.fech_crea,noentry;
|
||||
u2 = cotb00014.us_mod,noentry;
|
||||
f2 = cotb00014.fech_mod,noentry;
|
||||
instructions
|
||||
delimiters " "
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user