# 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.
21 lines
336 B
Plaintext
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
|
|
|