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
+34
View File
@@ -0,0 +1,34 @@
{
-------------------------------------------------------------------------
NOMBRE : infmwd001
OBJETIVO : Anula Documentos de Repuestos
DISENO : Tadeo A. Ferreras F.
FECHA REALIZADO : Abril 12, 1994.
MODULO UTILIZA : ipprmt044
--------------------------------------------------------------------------
}
schema smarmotech
LAYOUT (TEXT="ANULAR DOCUMENTOS")
GRID
{
Codigo Movimiento [f0][a ]
Numero Documento [f02 ]
Fecha [f5 ]
[f1][f2 ]
}
end
tables
intb00006
attributes
a = formonly.descrip_mov,noentry;
f0 = intb00006.cod_mov;
f02 = intb00006.num_doc;
f1 = formonly.cod_sp,noentry;
f2 = formonly.cod_sp_sec,noentry;
f5 = intb00006.fecha,noentry,format = "dd/mm/yy";
instructions
delimiters " "
end