Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
----------------------------------------------------------------------------
|
||||
FORMULARIO : CTFMMT015
|
||||
OBJETIVO : Pantalla para la captura de los datos necesarios para
|
||||
el reporte costos unitarios de produccion.
|
||||
Aqui hay datos que se introducen porque pertenecen a
|
||||
la contabilidad general, como son:
|
||||
la variacion del material, variacion labor,
|
||||
variacion gasto.
|
||||
MODULOS Q. UTILIZAN : ctprpr015
|
||||
PROGRAMADOR : Juan F. Soto
|
||||
FECHA REALIZACION : Agosto 23, 1993.
|
||||
----------------------------------------------------------------------------
|
||||
}
|
||||
database marmotech
|
||||
screen
|
||||
{
|
||||
Mes [m ]
|
||||
Ano [a ]
|
||||
Total Variacion Material [t1 ]
|
||||
Total Variacion Labor [t2 ]
|
||||
Total Variacion Gasto [t3 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
cttb00001
|
||||
attributes
|
||||
a = formonly.p_ano,comments = "Digite ano formato 1993";
|
||||
m = formonly.p_mes,comments = "Digite mes formato 06";
|
||||
t1 = formonly.total_1;
|
||||
t2 = formonly.total_2;
|
||||
t3 = formonly.total_3;
|
||||
instructions delimiters" "
|
||||
end
|
||||
Reference in New Issue
Block a user