Files
MBS/PROYECTO/cpdir/cpfmrp017.per
T
jpeguero 18cf673753 Merge branch 'main' of http://192.168.40.251:3000/jsoto/MBS
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2026-08-25 12:26:42 -04:00

21 lines
336 B
Plaintext

database smarmotech
screen
{
Fecha [fe ]
Numero de Factura [f1 ]
Codigo Suplidor [cs]-[cs1 ]
}
end
tables
cptb00001
attributes
f1 = cptb00001.num_doc;
fe = cptb00001.fecha_orig;
cs = cptb00001.cod_sp;
cs1 = cptb00001.cod_sp_sec;
instructions delimiters " "
end