Files
MBS/PROYECTO/codir/cofmrp019.per
T
Abel LópezandClaude Sonnet 5 3284ae0de9 Agregar coprrp019 (Validacion Ordenes) al proyecto
- Registrar coprrp019 en mbsERP.4pw
- Agregar CONNECT TO/ARG_VAL faltante en MAIN (el programa hacia
  consultas SQL sin haberse conectado nunca a la base de datos)
- Sustituir seleccionarsalida()/configureoutput() (no definidas,
  API fgl_report_* no disponible) por om.XmlWriter.createFileWriter()
  hacia FGLSPOOL
- Corregir typo "database marmotech" -> "database smarmotech" en
  cofmrp019.per

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-31 16:42:59 -04:00

25 lines
805 B
Plaintext

database smarmotech
screen size 24 by 80
{
Fecha [f1 ]
Tipo [tp]
Orden [f2 ]
Cerradas [c]
}
end
tables
cotb00014
cotb00015
attributes
f1 = cotb00014.fech_oc,format = "dd/mm/yyyy", comments =
"Imprimir ordenes en una fecha o en un rango de fecha ej. ddmmyy:ddmmyy";
tp = cotb00015.tipo,include = ("01","02","03","04"),comments =
"Tipo : (01) Mat. Prima (02) Productos Terminados (03) Repuestos";
f2 = cotb00014.num_oc,comments =
"Imprimir una orden digite el #### de orden, Buscar rango de orden ####:####";
c = cotb00014.cierre,include = ("S","N"),comments =
"Digite Una -S- Para las cerradas o -N- para las abiertas";
instructions
delimiters " "
end