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
+31
View File
@@ -0,0 +1,31 @@
{
=============================================================================
Formulario : ccfmrp007
Objetivo : Captura de valores para impresion del registro de
ventas en un rango de fecha.
Programa : ccprrp007
Autor : Tadeo A. Ferreas
Fecha : Julio 28, 1993
=============================================================================
}
database marmotech
screen size 24 by 80
{
Fecha Inicial [a ]
Fecha Final [b ]
Cliente [c1]-[c2 ]
}
end
tables
cctb00001
attributes
c1 = cctb00001.tipo_cliente,autonext;
c2 = cctb00001.sec_cliente;
a = formonly.fecha_ini type date, format = "dd/mm/yyyy",autonext,
comments = "Fecha Inicial para el rango de fecha";
b = formonly.fecha_fin type date, format = "dd/mm/yyyy",autonext,
comments = "Fecha final para el rango de fecha";
end